February 2019
Intermediate to advanced
626 pages
15h 51m
English
The WSMan drive is accessible when PowerShell is running as the administrator. The drive can be used to view and change the configuration of remoting.
For example, the provider can be used to update settings, such as MaxEnvelopeSize, which affects the maximum permissible size of SOAP messages sent and received by WSMan:
Set-Item WSMan:\localhost\MaxEnvelopeSizekb 1024
The WinRM service may need to be restarted after values are changed:
Restart-Service winrm
Read now
Unlock full access