https://app.cybrary.it/browse/course/powershell-for-security-professionals

#Remotely Remove Roles 
uninstall-WindowsFeature
Install-WindowsFeature

#Change Execution Policies
Set-ExecutionPolicy Restricted

#Sign PowerShell Scripts
Set-AuthenticodeSignature

#Constrained Mode

Power Shell Installation

>>  sudo apt-get install -y powershell

>> pwsh

PowerShell works Line by Line.

gal means Global Address List.

To call help

>> get-help
>> gps 
>> gal 
>> gal g*

“gal dir” is equal to the “get-help Get-ChildItem”

Untitled

https://github.com/zweilosec/PowerShell-Administration-Tools