From b62f8573b779db3e4dc4114519ef5eafeef668de Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Thu, 20 Jun 2024 10:49:36 +0200 Subject: [PATCH] Adding auto rename of computers --- setupScript.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/setupScript.ps1 b/setupScript.ps1 index 1e20f72..38bac63 100644 --- a/setupScript.ps1 +++ b/setupScript.ps1 @@ -40,6 +40,7 @@ function StandardSetup { InstallChoco InstallChocoApps -Type $Type InstallApps -Type $Type + Rename-Computer -NewName "PC-IPR-$Type" UpdateWindows Show-WDACMenu Write-Host "Installation complete!"