Declaring, Scoping, and Using Data
Check your understanding of declaring variables ($var = value), PowerShell's data types ([string], [int], [array], [hashtable], [bool]), scoping, and working with collections.
$var = value
[string]
[int]
[array]
[hashtable]
[bool]
Loading history...