SMS Advanced client - mmc

07-May-08 11:52:01
I'm looking for a way to disable software distributions to a specific
hardware model; while keeping all other SMS components active.  I've found a
way to disable inventory scanning but not software distributions at the
client level.

Any suggestions?
button
 
 

SMS Advanced client - Garth

07-May-08 04:25:59
Why not change your collection to not target those PCs.
button
 

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
button
 

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.
button
 

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
button
 
Anyone know how to create a Custom MIF in VB??