powershell_web_access
WINDOWS - POWERSHELL WEB ACCESS This is a web gateway to powershell on machines
Install Powershell Web Access
Install-WindowsFeature -Name WindowsPowerShellWebAccess (need admin access, also is noisy)
Configure Gateway
Install-PswaWebApplication -useTestCertificate
Configure Authorization
Add-PswaAuthorizationRule -UserName -ComputerName -ConfigurationName
Allow all the things (Not OpSec)
Add-PswaAuthorizationRule -UserName -ComputerName ConfigurationName *
Last updated
Was this helpful?