Skip to content

Files

Latest commit

f21abb1 · Sep 26, 2016

History

History
33 lines (20 loc) · 743 Bytes

Remove-TrustedHost.README.md

File metadata and controls

33 lines (20 loc) · 743 Bytes

Remove-TrustedHost

Remove a trusted host (WinRM).

Description

Remove one, multiple or all trusted host(s) (WinRM).

Screenshot

Administrative rights are required to execute this command!

Syntax

Remove-TrustedHost [-TrustedHost] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

Remove-TrustedHost [-All] [-WhatIf] [-Confirm] [<CommonParameters>]

Example 1

Remove-TrustedHost -TrustedHost "192.168.178.27", "TEST-DEVICE-02"

Example 2

Remove-TrustedHost -All