Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 501 Bytes

Enable PowerShell remoting.md

File metadata and controls

24 lines (18 loc) · 501 Bytes
created modified
2024-12-09 17:01:59 UTC
2024-12-12 11:45:42 UTC
cls

# Enable PowerShell remoting

Enable-PSRemoting -Confirm:$false

# Configure firewall rules for http://poshpaig.codeplex.com/

Set-ExecutionPolicy RemoteSigned -Scope Process -Force

C:\NotBackedUp\Public\Toolbox\PowerShell\Enable-RemoteWindowsUpdate.ps1 -Verbose
C:\NotBackedUp\Public\Toolbox\PowerShell\Disable-RemoteWindowsUpdate.ps1 `
    -Verbose