Skip to content

Runbook: Configure PowerShell Remoting

Purpose

Enable and test WinRM-based administration.

Target server

Enable-PSRemoting -Force

Management workstation

Test-WSMan HQ-DC01
Enter-PSSession HQ-DC01

Validation

Remote session opens successfully.

Rollback

Disable-PSRemoting -Force