Search found 2 matches

by Meganic
25 Nov 2011 04:42
Forum: DOS Batch Forum
Topic: New to dos scripting need some help !
Replies: 1
Views: 2455

Re: New to dos scripting need some help !

Already found this out.

:RemoveDomain
Echo Removing Domain
REM
REM remove Domain
REM
NETDOM remove %ComputerName% /Domain:(DOMAIN NAME) /OU:"ou=desktops,ou=Computers,ou=Client Objects,dc=Alfa-College,dc=intern" /Userid:(userid domain) /PASSWORDD:domain password

doesnt work right ?
by Meganic
25 Nov 2011 03:03
Forum: DOS Batch Forum
Topic: New to dos scripting need some help !
Replies: 1
Views: 2455

New to dos scripting need some help !

Hello, ive got a question, i need to make an dos script for an windows vista pc for the company only cant figure out how. have googled a lot only dont know where to look for. can some one send me an script ? or help me out ? the script needs this to do. 1. Remove computer out of the domain 2. Admini...