Skip to content

Instantly share code, notes, and snippets.

View rgborck's full-sized avatar

Randall Borck rgborck

  • NAVEX Global
  • Atlanta, GA
View GitHub Profile
@rgborck
rgborck / Powershell Class Outline
Created September 22, 2016 17:37
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)