Jump to content


prakash.thakor

Join computer to AD Security Group using .vbs during OS Task Sequence

Recommended Posts

Hello Jorgen,

Hello Peter,

 

The issue have been resolved now.

 

The Culprit was VMvaretools which was changed registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\COM3 value ;Hence my .vbs script was unable to run.

 

See http://dynamicdatace...y/provisioning/

 

 

To troubleshoot the issue i followed below steps.

 

1. Copying script to local system folder

 

post-15600-0-25737300-1334637072_thumb.png

 

2. Running the script from local system and redirects its output to .txt file so that the exact error can be viewed,

 

post-15600-0-93028100-1334637073_thumb.png

 

3. The error in .txt was it "could not find the script engine."

 

4. Change the registry setting is command line TS.

 

reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\COM3 /v REGDBVersion /t REG_BINARY /d 010000 /f

 

post-15600-0-06366100-1334638757_thumb.png

 

 

 

 

5. SUCCESS

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.