SMS Advanced client - Garth |
07-May-08 04:25:59
|
Why not change your collection to not target those PCs. |
 |
| |
SMS Advanced client - mmc |
07-May-08 04:52:05
|
thanks for the reply...our goal is to disable\prevent all further
distributions to this set of hardware. The desktop image is static and
controlled outside of the normal SMS distribution process. We want to
disable distribution while keeping all other SMS components active. We
prefer not to mange the exclusions at the collection level but at the client
level if possible; as in the [SkpSwi.Dat (Skip Software Inventory)] option to
disable local drive scanning.
thanks
mmcd |
 |
| |
SMS Advanced client - mofmaste |
07-May-08 08:38:01
|
You could use a "local override policy". I've only done that on a couple
machines, individually, using Roger Zander's Client Center tool. Although
I'm sure someone probably has a script somewhere if you wanted to automate it.
--
Standarize. Simplify. Automate. |
 |
| |
SMS Advanced client - Torsten [MVP] |
08-May-08 03:52:45
|
Hi,
here's a .mof for disabling the windows installer source location manager
component of the advanced clients. It can very easily edited to disable the
advertised programs client agent:
[CCM_Policy_PartialPolicy(true)]
instance of CCM_SourceUpdateClientConfig
{
SiteSettingsKey = 1;
PolicySource = "Local";
[CCM_Policy_Override(true)]
Enabled = FALSE;
};
Torsten
Microsoft MVP - SCCM |
 |
| |