docs/powershell.md aktualisiert
This commit is contained in:
@@ -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'
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user