WMI Filters to be used in GPO

From Tech-Wiki
Revision as of 14:22, 19 January 2023 by Fabricio.Lima (Talk | contribs) (Created page with "Category:Microsoft '''Back to Active Directory''' This example of WMI filters to be used in GPOs to avoid applying to all users: File pr...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Back to Active Directory


This example of WMI filters to be used in GPOs to avoid applying to all users:


File presence:

 Select * From CIM_Datafile Where Name = 'C:\\Program Files (x86)\\CheckPoint\\Endpoint Security\\cpda.exe'