-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Localized Name of Administrators #166
Comments
Hello, I would have the following addition after some more errors today on my first try of psd. This is faster as the wmi query, too. In Line 77:
At the end at Line ~483 in Section "# Relax Permissions on DeploymentFolder and DeploymentShare":
Don't forget to search & replace the other ones. Best regards Thank to sources such as: |
Thank you for that. Might also want toi change line 276 to
|
It took me a long time to figure out what the problem was. Maybe just add a warning to the documentation for now. |
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: