[ ] Need to modify scheduled task so it actually runs scripts. Action = -Command "Get-ChildItem | ForEach-Object { if ($_.extension -eq \".ps1\") {powershell.exe -noexit \".\$_\"} elseif ($_.extension -eq \".exe\") {& \".\$_\"}}"
[ ] Outbound Rules Firewall rule to allow outgoing connections to 445,235,139. Set Authorized remote computers to Domain Computers and Domain Controllers. Set allow if secure settings to Allow the connection to use null encapsulation
-Command "Get-ChildItem | ForEach-Object { if ($_.extension -eq \".ps1\") {powershell.exe -noexit \".\$_\"} elseif ($_.extension -eq \".exe\") {& \".\$_\"}}"
Domain Computers
andDomain Controllers
. Set allow if secure settings toAllow the connection to use null encapsulation