How to Enable Remote Management for Server Manager
Applies to: Windows Server 2019, 2022 and 2025.
Server Manager depends on WinRM, firewall rules, name resolution and compatible credentials. Kerberos in a domain is preferable to broad workgroup trust.
Work from console access or a tested recovery path. Changes to remote access, licensing or domain membership can lock out administrators if prerequisites are wrong. Managed Windows VPS options are available at networkmanager.info.
Prerequisites
- Use a secured RSAT workstation.
- Confirm bidirectional DNS resolution.
- Restrict management traffic.
- Use separate privileged accounts.
Step-by-step procedure
Step 1: Enable Server Manager remoting
Configure the server-side management setting.
Configure-SMRemoting.exe -EnableStep 2: Enable PowerShell Remoting
Configure WinRM and built-in rules.
Enable-PSRemoting -ForceStep 3: Test transport
Run from the management workstation.
Test-WSMan SRV-APP01Step 4: Add the server
In Server Manager choose Manage, Add Servers and locate the host through AD or DNS.
Step 5: Validate inventory
Refresh events, services, performance and installed roles.
Verification
Use WSMan plus a harmless remote query.
Test-WSMan SRV-APP01
Invoke-Command -ComputerName SRV-APP01 -ScriptBlock { Get-Service WinRM }Rollback
Use Configure-SMRemoting.exe -Disable and Disable-PSRemoting -Force from console, then audit firewall and TrustedHosts.
Version and operational notes
Keep RSAT or Windows Admin Center compatible with the administered server release.
Official references
For managed deployment and support, visit https://networkmanager.info/.