WinRM (5985,5986)
Authentication
PowerShell Remoting
PowerShell Remoting by default uses WinRM for Cmdlets such as Enter-PSSession
. Therefore, a user needs to be in the local group Remote Management Users
to be a valid user for these Cmdlets. However, instead of WinRM, SSH can also be used for PowerShell remoting.
Creating a PowerShell remoting session via WinRM in a bind shell can cause unexpected behavior. Opt for
evil-winrm
instead.
Last updated
Was this helpful?