create new user in Users

ramin sa 256 Reputation points
2022-03-12T10:43:26.457+00:00

Hi everyone

How to create local user in Users on remote PC via GPO and add to Administrator (built in) group?
Please check attachment

182423-1.png

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,244 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2022-03-12T19:56:28.637+00:00

  2. Thameur-BOURBITA 32,636 Reputation points
    2022-03-13T10:52:55.07+00:00

    Hi,

    Unfortunately , it's not possible to create local user through Group Policy Preference due a security risk :

    182551-qa.png

    You should create it manually. You can use the power-shell command New-LocalUser , if you have many computer where this account should be created.

    However , you can use Group Policy Preference to add this local user to local Administrators group:

    182561-image.png

    Please don't forget to mark helpful reply as answer

    0 comments No comments