Link to home
Start Free TrialLog in
Avatar of auctionpay
auctionpay

asked on

New Domain in an existing tree

I am setting up a new Domain Controller in Windows 2008 it says the admin account needs to be set to required password using "net user" I cant seem to  get the right syntax command. Can anyone help with this?
Avatar of tigermatt
tigermatt
Flag of United Kingdom of Great Britain and Northern Ireland image

I assume you have installed Server Core Edition which is why you cannot use the GUI interface?

The Net user command for changing a password is quite simply

net user Administrator <newpassword>

You must run the command from an elevated command prompt.

-tigermatt
Avatar of auctionpay
auctionpay

ASKER

I have already done this to set password but I need the command that says password required

I have tried net user Administrator {password} [passwordreq]

but no luck
ASKER CERTIFIED SOLUTION
Avatar of tigermatt
tigermatt
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial