POWERSHELL.md aktualisiert
This commit is contained in:
@@ -27,10 +27,8 @@ Command: Set-DnsClientServerAddress -InterfaceIndex [Index des Interfaces] -Serv
|
||||
```ruby
|
||||
Set-DnsClientServerAddress -InterfaceIndex '3' -ServerAddresses ('172.16.7.11','172.16.7.12')
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
## Set-Hostname
|
||||
Command: Rename-Computer -NewName [Name der Maschine] -Restart -Force
|
||||
```ruby
|
||||
|
||||
Rename-Computer -NewName 'DC01' -Restart -Force
|
||||
```
|
||||
Reference in New Issue
Block a user