docs/powershell.md aktualisiert

This commit is contained in:
2024-10-22 14:49:28 +02:00
parent 277e4dfbc1
commit 82f5f72f2a

View File

@@ -45,6 +45,8 @@ Get-Item WSMan:localhost\client\TrustedHosts
``` ```
Set TrustedHost Set TrustedHost
> Command: Set-Item WSMan:localhost\client\TrustedHosts Value '[IP bzw. hostname]' > 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 ```ruby
Set-Item WSMan:localhost\client\TrustedHosts Value '172.16.7.254' Set-Item WSMan:localhost\client\TrustedHosts Value '172.16.7.254'
``` ```