Powershell Restricted Mode
Description
TIP: Microsoft stress in their documentation that Execution Policy / Restricted Mode is a safety feature and not a security feature.
Enumeration
Get-ExecutionPolicy | Format-Table -AutoSizeBypass
Get-Content .\Script.ps1 | powershell.exe -nopGet-Content .\Script.ps1 | powershell.exe -nop
Type .\Script.ps1 | powershell.exe -nopLast updated