jtalala Posted April 1, 2009 Report post Posted April 1, 2009 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 Quote Share this post Link to post Share on other sites More sharing options...
0 anyweb Posted April 1, 2009 Report post Posted April 1, 2009 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 Quote Share this post Link to post Share on other sites More sharing options...
0 jtalala Posted April 1, 2009 Report post Posted April 1, 2009 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 Quote Share this post Link to post Share on other sites More sharing options...
0 sean_bts Posted April 2, 2009 Report post Posted April 2, 2009 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, Quote Share this post Link to post Share on other sites More sharing options...
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