The following are arithmetic operators in powerShell. + Add integers, concatenates strings, arrays, and hash tables. - Substr...
Read More
Home » Archive for January 2018
PowerShell If Statement
Sometimes you want to divide conditions into some block statements, to do that, we're going to use powerShell if statement. Here cond...
Read More
PowerShell Comparison Operators
Comparison operators let is used for comparing values and finding values that match with particular patterns. To use a comparison operato...
Read More
PowerShell Hash Table
Hash table is a dictionary which also data structure that store key/value pairs. Example a hash table taht contain a series of users data...
Read More
PowerShell Arrays
Array is a data structure to store a collection of items, these items can same or different data type. Initalizing and Defining an ...
Read More
PowerShell Data Types
The following are the most common used data types in powerShell. [string] Fixed-length string of Unicode characters [char] A Un...
Read More
PowerShell Variables
Variables is the most widely used to stored data in powerShell. Here we can use variables to store data like strings, integers, and obje...
Read More
Subscribe to:
Posts (Atom)