POWERSHELL.md aktualisiert

This commit is contained in:
2024-10-22 13:37:53 +02:00
parent ec8d58606f
commit 0ab0c97cf7

View File

@@ -27,10 +27,8 @@ Command: Set-DnsClientServerAddress -InterfaceIndex [Index des Interfaces] -Serv
```ruby ```ruby
Set-DnsClientServerAddress -InterfaceIndex '3' -ServerAddresses ('172.16.7.11','172.16.7.12') 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 ```ruby
Rename-Computer -NewName 'DC01' -Restart -Force
``` ```