Is removed once the server is promoted to a domain controller thus:
How do we work around this issue then?
Bring out the good old administrative command line…
- Click through your Start menu and navigate to locate the “Command Prompt”.
- Right click the “Command Prompt” icon.
- On the popup menu, click “Run as administrator”.
- In the admin window that opens, use the following syntax to add the target account to the local administrators group of the server:
- net localgroup administrators /add <domain>\<user>
- Where the <domain> value is the target domain and the <user> value is the target user e.g.
- In the example above we added the DEV\SPADM account to the server’s local administrators group.
C
No comments:
Post a Comment
Comments are moderated only for the purpose of keeping pesky spammers at bay.