February 2019
Intermediate to advanced
626 pages
15h 51m
English
Certificates used by remoting have the following requirements:
If a certificate that meets these requirements is present, the Set-WSManQuickConfig command may be used:
Set-WSManQuickConfig -UseSSL
HTTPS listeners may be viewed as follows:
PS> Get-ChildItem WSMan:\localhost\Listener\* |>> Where-Object { (Get-Item "$($_.PSPath)\Transport").Value -eq 'HTTPS' }WSManConfig: Microsoft.WSMan.Management\WSMan::localhost\ListenerType Keys Name---- ---- ----Container {Transport=HTTPS, Address=*} Listener_1305953032
The preceding ...
Read now
Unlock full access