Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 170 Bytes

File metadata and controls

10 lines (5 loc) · 170 Bytes

Powershell works on Windows, Mac, and Linux

get-module -list

get-service | where {$_.status -eq "Stopped"}

get-physicaldisk

get-executionpolicy -Scope CurrentUser