Search found 3 matches

by a_f
19 Jan 2015 02:35
Forum: DOS Batch Forum
Topic: Remove & Join to doamin by batch file in windows 7
Replies: 5
Views: 4824

Re: Remove & Join to doamin by batch file in windows 7

NETDOM REMOVE /Domain:XXXXXX /user:XXXXXXX /password:XXXXXXX /SHUTDOWN /R
NETDOM ADD /Domain:XXXXXXX /user:XXXXXXX /password:XXXXXXX /SHUTDOWN /R
by a_f
19 Jan 2015 00:05
Forum: DOS Batch Forum
Topic: Remove & Join to doamin by batch file in windows 7
Replies: 5
Views: 4824

Re: Remove & Join to doamin by batch file in windows 7

Yes, but what I need to write a command in the batch file?
by a_f
18 Jan 2015 09:40
Forum: DOS Batch Forum
Topic: Remove & Join to doamin by batch file in windows 7
Replies: 5
Views: 4824

Remove & Join to doamin by batch file in windows 7

Hello,

I want to make a batch file that does the:

Remove from domain

Join to doamin

All one script that performs this

I tried to make a batch file with the NETDOM but the thing did not work

Can anyone help?