|
brpo -> RE: exclude groups (9/20/2008 2:26:30 AM)
|
Hi the nicest way of disabling the software distribution only while keeping other parts of the client running is through local policies. You can do this now via Powershell and the Powershell SMS extensions. See the link below http://technet.microsoft.com/en-us/magazine/cc137761.aspx the command would be as simple as this: Disable-SoftwareDistribution –hosts SMSCLIENT1, SMSCLIENT2, SMSCLIENT3 note that you could do with also by editing mof files, but in this precise case, this solution is way more simple. Hope it helps.
|
|
|
|