FN-GM Posted December 22, 2012 Posted December 22, 2012 Hi, I have had OSD working well, it was work a few hours before i upgraded to SP1. Now i run OSD it gets to installing the SCCM client. It seems to install it but then OSD ends without installing any of my packages in the TS or install updates. Also an updated client doesn't seem to be pushing out to my computers Any ideas please? Thanks
TheScarfedOne Posted December 22, 2012 Posted December 22, 2012 This will be the client install failing in your task sequence, which causes it. To bomb ou of the TS completely. Check your TS for what client package, and the parameters being used. Also, a make sure the client package is distributed to content locations
FN-GM Posted December 22, 2012 Author Posted December 22, 2012 Hiya, this is the client i am using. Thanks
FN-GM Posted December 23, 2012 Author Posted December 23, 2012 Just noticed its using the upgrade package. I changed it to the standard one. Why on earth did the upgrade change this? Thanks
FN-GM Posted December 23, 2012 Author Posted December 23, 2012 (edited) Yep that fixed it. Wish i spotted it before. Edited December 23, 2012 by FN-GM
ful56_uk Posted December 23, 2012 Posted December 23, 2012 Really so I have to change all my task to use the other package. So what's the upgrade package for and where does that get distributed? Like a normal package or can you add that in the osd after the normal package installs?
FN-GM Posted December 23, 2012 Author Posted December 23, 2012 The upgrade is for upgrading the client software that has a previous version installed on your devices. If you don't want to use the update package you can use this - How to update ConfigMgr clients automatically… in SP1 | Configuration Manager Blog I am just testing the upgrade package. I think i will use this as it will upgrade the client quicker and will be a benefit for devices that are offline a lot like laptops. To get OSD working i used this package - "Configuration manager client package"
FN-GM Posted December 23, 2012 Author Posted December 23, 2012 Testing found it works fine. If you want to make a collection that will dump the machines needing the client upgrade this query will work. select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.ClientVersion < "5.00.7804.1000" 1
Gatt Posted December 23, 2012 Posted December 23, 2012 Have't tried my OSD yet but did notice that the PXE boot scren on PC boot seems to have changed slightly - need to catch it in more detail at some point
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now