Sure thing, you can follow along here.
https://woshub.com/add-domain-users-local-admin-group-gpo/
-
--please don't forget to upvote
and Accept as answer
if the reply is helpful--
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is it possible to add a regular local user to the local administrator group? so in case of emergency I can login to the machine using this local user with admin privileges.
If yes, then how it could be done?
Thank you.
Sure thing, you can follow along here.
https://woshub.com/add-domain-users-local-admin-group-gpo/
-
--please don't forget to upvote
and Accept as answer
if the reply is helpful--
Ok, sure it's absolutely possible. From Computer Management expand and navigate to Users group, then in right pane right-click the local user (or create a new one), Properties, then on Member Of tab, Add, type in "administrators", check names, OK.
--please don't forget to upvote
and Accept as answer
if the reply is helpful--
Yes, you could do this with PowerShell.
Add-LocalGroupMember -Group "Administrators" -Member "Admin02", "MicrosoftAccount\******@Outlook.com", "AzureAD\******@contoso.com", "CONTOSO\Domain Admins"
-
--please don't forget to upvote
and Accept as answer
if the reply is helpful--