diff --git a/POWERSHELL.md b/POWERSHELL.md index 8ca9795..0ac3724 100644 --- a/POWERSHELL.md +++ b/POWERSHELL.md @@ -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 ``` \ No newline at end of file