This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Powershell - Lesson 1 | |
Configuration: | |
Powershell profile | |
Import-Module Grc | |
(Test it w/ `Get-GrcTenants`) | |
Syntax: | |
Variable declaration $ | |
Powershell variables ( $true, $null, $false, etc ) | |
Control Structures | |
Conditionals (-eq, -ne, -contains, etc) |