FriendsOfMDT / PSD

PowerShell Deployment
MIT License
505 stars 78 forks source link

Localized Name of Administrators #166

Open gruppenrichtlinien opened 1 month ago

gruppenrichtlinien commented 1 month ago

Hi,

please do a "search & replace" for "Administrators" in Install-PSD.ps1 with e.g. "$Admins" Add a Variable in Line 77: $Admins=(Get-WmiObject win32_group -filter "SID = 'S-1-5-32-544'").Name

THX! Mark