Skip to content

Instantly share code, notes, and snippets.

@cubanx
cubanx / Powershell Class Outline
Created September 26, 2016 16:50 — forked from rgborck/Powershell Class Outline
This is an outline of a PowerShell class I taught to my coworkers in the fall of 2015
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)