From 82f5f72f2a14e776bac3f53efe27857f85ca1729 Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Tue, 22 Oct 2024 14:49:28 +0200 Subject: [PATCH] docs/powershell.md aktualisiert --- docs/powershell.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/powershell.md b/docs/powershell.md index 28d19d7..2f43f64 100644 --- a/docs/powershell.md +++ b/docs/powershell.md @@ -45,6 +45,8 @@ Get-Item WSMan:localhost\client\TrustedHosts ``` Set TrustedHost > Command: Set-Item WSMan:localhost\client\TrustedHosts –Value '[IP bzw. hostname]' + +> Command: Set-Item WSMan:localhost\client\TrustedHosts –Value '[IP bzw. hostname],[IP bzw. hostname]' ```ruby Set-Item WSMan:localhost\client\TrustedHosts –Value '172.16.7.254' ```