Re: Software Inventory - Local Policy Override of Site Server Settings?
- From: "adumbleton" <ajdumbleton@xxxxxxxxxxx>
- Date: Tue, 17 May 2005 19:08:56 GMT
Thierry,
I have used the skpswi.dat file to effectively disable the two test machines
but I don't like this solution as local drives (or virtual local drives) can
be added and it will then include them in the scan. Also, if this becomes
common knowlege amonst the users they'll all be writing skpswi.dat files to
their drive roots (well at least the workstation admins will!).
I will try the Magic MOF solution and the CCM scheduler override instead.
Thanks for pointing me in the right direction.
Andrew
"Thierry" <tgnews@xxxxxxx> wrote in message
news:428a1541$0$1230$8fcfb975@xxxxxxxxxxxxxxxxxx
> Hi,
>
> 1) I think if you disabled CCM_InventoryClientConfig , you will stop DDR
> and
> hardware inventory.
> For "stop" software inventory, add file skpswi.dat (
> http://support.microsoft.com/default.aspx?scid=kb;en-us;255959,
> http://www.microsoft.com/resources/documentation/sms/2003/all/opsguide/en-us/ops_7enm.mspx)
>
>
> The magic MOF for disabled software distribution is
>
> #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;
> };
>
>
> 2) For change schedule you must add local policy of class
> CCM_Scheduler_ScheduleMessage where ScheduleMessagerID = {00....02}, you
> can
> see it with PolicySpy. If you don't find how to make tell me, i will make
> it.
>
> "adumbleton" <ajdumbleton@xxxxxxxxxxx> a écrit dans le message de
> news:19oie.6688$X86.4678@xxxxxxxxxxxxxxxxxxxxxxx
>> Hi,
>>
>> Is it possible to override the site server software inventory settings
>> for
> a
>> small number of clients?
>>
>> E.G. I can use a local policy to override site server remote tools
> settings
>> on a particular computer, can I use this for SINV settings?
>>
>> I wish to achieve two things:
>> 1) Disable software inventory for a couple of test computers
>> 2) Potentially have a small number of machines on a different schedule
> than
>> the other computers
>>
>> If so, do you have an example MOF file?
>>
>> Regards,
>>
>> Andrew
>>
>>
>>
>
>
.
- References:
- Prev by Date: Re: Software Inventory - Local Policy Override of Site Server Settings?
- Next by Date: No Inventory on Newly Discovered Clients
- Previous by thread: Re: Software Inventory - Local Policy Override of Site Server Settings?
- Next by thread: Re: Software Inventory - Local Policy Override of Site Server Sett
- Index(es):
Relevant Pages
|