run powershell
Get-ExecutionPolicy -List | Format-Table -AutoSize
Import-Module .\xxx.ps1 / . .\xxx.ps1
cmd -> ps = powershell -ep bypass
RCE when knowing computer name and as XXX\User (e.g. XXX.domain.local)
Last updated