Code _dos/bat to join domain and exit domain using BAT script

Source: Internet
Author: User
Use bat script to join domain and exit domain

To join a domain script:
@echo off
netdom join%computername%/domain:test.com/userd:user/passwordd:pass/reboot:5
Script to exit the domain:
@echo off
netdom remove%computername%/domain:test.com/userd:user/passwordd:pass/reboot:5

The top two batch scripts are executed by invoking the Netdom tool that is included with XP support Tools. So, we need to package this batch file with the Netdom.exe command to execute together.
Also, to remind you that you can create a normal account and write the two parameters of the script by delegating permission to join the domain, one is userd, and the other is PasswordD.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.