Summary: Learn how to use Windows PowerShell to view trusted hosts on a local computer.
How can I find out if any trusted hosts are configured on my local computer?
Use the Get-Item cmdlet and view the trusted hosts from the WSMan drive, as shown here.
Get-Item WSMan:\localhost\Client\TrustedHosts
0 comments