SCCM Pre-R3 client patch

Here’s my collection to deploy the “power management” pack to clients. This is the MSP file that you get with R3 that clients need to have in order to manage power settings correctly. This collection selection should work, at least it seems to do so anyway!

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 inner join SMS_G_System_SMS_ADVANCED_CLIENT_STATE on SMS_G_System_SMS_ADVANCED_CLIENT_STATE.ResourceID = SMS_R_System.ResourceId where SMS_R_System.ClientType = 1 and SMS_G_System_SMS_ADVANCED_CLIENT_STATE.Name = “SmsPowerManagement” and SMS_G_System_SMS_ADVANCED_CLIENT_STATE.Version < “4.0.6487.2157”

Leave a Reply

Your email address will not be published. Required fields are marked *

* Copy This Password *

* Type Or Paste Password Here *