CLI based:
WinRM (based on WS-Management) on port 5985/HTTP or 5986/HTTPS
WinRM
Via cmdlet Enter-PSSession
Enter-PSSession
SSH (Open-SSH server) on port 22 (default)
SSH
Via same way than Linux
GUI based:
RDP on port 3389
RDP
Via RDP Client such as Remmina
PsExcec (program) through SMB protocol on port 445
PsExcec
Invoke-Command (cmdlet) through WinRM
Invoke-Command
WMI (DCOM-RPC based) on port 135 + port range for data transfer channels
WMI
Via CMD.exe wmic
wmic
Via powershell cmdlets Get-WmiObject, Invoke-WmiMethod...
Get-WmiObject
Invoke-WmiMethod
Via WinRM (will use port 5985/5986)
Via the Microsoft Management Console (MMC) with the WMI Control snap in.
Server Manager - GUI for server management. Works over WinRM.
Server Manager
WinRM.
Last updated 2 years ago