rspinelli682
Posts: 266
Score: 12 Joined: 1/24/2006 Status: offline
|
I'm 95% sure that I used this and it stopped software adverts to the machine. You should test it to make sure, since im not 100% sure it worked. Copy the section below save it as a .mof, then mofcomp the .mof file on the machine you don't want to receive adverts. #pragma namespace("\\\\.\\root\\ccm\\policy\\machine\\requestedconfig") [CCM_Policy_PartialPolicy(true)] instance of CCM_SoftwareDistributionClientConfig { SiteSettingsKey = 1; PolicySource = "Local"; // override only this property, all others from the Site/Management Point [CCM_Policy_Override(true)] Enabled = FALSE; }; That should disable software from being deployed via SMS to the machine. If the client gets reinstalled I think it will start getting software distributions again.
|