Jump to content


  • 0
jtalala

WDS PXE Filter

Question

First of all thanks for all the excellent documents about SCCM and Client deployment

 

I have one question about the PXE filter

 

I want to edit WDS PXE Filter, I edit the PXEfilter.vbs by adding SCCM site code and SCCM collection ID and the username and save the file

 

sProviderServer = "WIN-SCCMServer"

sSiteCode = "MEN"

sNamespace = "root\sms\site_" & sSiteCode

sUsername = "Administrator"

sPassword = "*********"

sCollection = "SMS00001" ' This must be a collection ID, not a collection name

 

I have some questions about the above

sUsername = can I use the network access account here , or what rights does this account need

sPassword = what are the consequences If I do not fill in the password

sCollection = What collection ID do I need to fill in here

 

Regards,

 

J

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0
First of all thanks for all the excellent documents about SCCM and Client deployment

 

thank you very much ! :)

 

a standard domain user account is fine, I use SMSinstall

 

you can leave the username and password blank if configmgr and wds are running on the same server

 

If ConfigMgr is running on the same server as WDS, the sProviderServer

'// value can be left blank and the sUsername and sPassword values must be

'// blank.

 

experiment to find out what happens with both options !

 

cheers

anyweb

Share this post


Link to post
Share on other sites

  • 0

Thx for the information

 

I will test a few things

 

But I have still one question

 

sCollection = What collection ID do I need to fill in here

The collection ID for all systems or the ID of another collection

 

Regards,

 

J

Share this post


Link to post
Share on other sites

  • 0
Thx for the information

 

I will test a few things

 

But I have still one question

 

sCollection = What collection ID do I need to fill in here

The collection ID for all systems or the ID of another collection

 

Regards,

 

J

 

 

Hello,

 

The sCollection is the collection id from the collection you will be using for using for imaging and importing machines into. I created one named Imaging and Imports that are used for imaging only.

Also inregards to the network access account, I used the one I've entered for the client agent,

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
Answer this question...

×   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.