Microsoft.WSMan.Management - jasper-zanjani/Windows-Server GitHub Wiki

Cmdlet Description
Connect-WSMan Connects to the WinRM service on a remote computer.
Disconnect-WSMan Disconnects the client from the WinRM service on a remote computer.
Test-WSMan Tests whether the WinRM service is running on a local or remote computer.
Invoke-WSManAction Invokes an action on the object that is specified by the Resource URI and by the selectors.
Enable-WSManCredSSP Enable the use of CredSSP for authentication between hosts in different domains
Disable-WSManCredSSP Disables CredSSP authentication on a computer.
Get-WSManCredSSP Gets the Credential Security Support Provider-related configuration for the client.
Get-WSManInstance Displays management information for a resource instance specified by a Resource URI.
New-WSManInstance Creates a new instance of a management resource.
Remove-WSManInstance Deletes a management resource instance.
Set-WSManInstance Modifies the management information that is related to a resource.
Set-WSManQuickConfig Configures the local computer for remote management.
New-WSManSessionOption Creates session option hash table to use as input parameters for WS-Management cmdlets.