You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: