From 2e19b69fb6b6c0e0a8045acd1a174cd805c97e4c Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Tue, 22 Oct 2024 13:55:09 +0200 Subject: [PATCH] POWERSHELL.md aktualisiert --- POWERSHELL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/POWERSHELL.md b/POWERSHELL.md index 243ecf1..b25a7ce 100644 --- a/POWERSHELL.md +++ b/POWERSHELL.md @@ -31,4 +31,4 @@ Set-DnsClientServerAddress -InterfaceIndex '3' -ServerAddresses ('172.16.7.11',' > Command: Rename-Computer -NewName [Name der Maschine] -Restart -Force ```ruby Rename-Computer -NewName 'DC01' -Restart -Force -``` \ No newline at end of file +```