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!"