Automatically add to domain

Source: Internet
Author: User
Tags to domain
'* Start script' *********************** const join_domain = 1 const acct_create = 2 const acct_delete = 4 const win9x_upgrade = 16 const placement = 32 const join_unsecure = 64 const placement = 128 const deferred_spn_set = 256 const install_invocation = 262144 strdomain = "yourdomainname" 'domain needs to be changed to the name strpassword "youradminpass" 'user with Domain Admins group permissions and password struser = "adminusername" Set objnetwork = Createobject ("wscript. Network") strcomputer = objnetwork. computernameset objcomputer = GetObject ("winmgmts: {impersonationlevel = impersonate }! \ "& _ Strcomputer &" \ Root \ cimv2: win32_computersystem.name = '"& _ strcomputer &"' ") returnvalue = objcomputer. joindomainorworkgroup (strdomain, _ strpassword, strdomain & "\" & struser, null, _ join_domain + acct_create) wscript. echo "the command completed successfully. "wscript. echo "PLS. reset your computer! * End Script '**************** *

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.