Jump to content


Recommended Posts

Just thought I'd share some info I discovered.

Recently found a bug in MDT version 8443 (can also be in earlier versions for all I know), integrated with SCCM.

Noticed that the variable SMSDP would not set.

The variable value of SMSDP turned blank after replacing older scriptfiles with the newest.


To fix this you'll need to:

1. Edit the ZTIGather.wsf file with notepad or whatever

2. CTRL + F / search for SMSDP

3. This should bring you to line 1096 where you'll see:

arrSMSDP = Split(oEnvironment.Item("_SMSTS" & oEnvironment.Item("_SMSTSBootImageID")),",")

The line is supposed to be:

arrSMSDP = Split(oEnvironment.Item("_SMSTSHTTP" & oEnvironment.Item("_SMSTSBootImageID")),",")

4. Update your MDT Script package


Setting the correct variable to "_SMSTSHTTP" SMSDP was once again populated correctly.

Hope this will be helpful.

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.