Hello,
Thank you for posting in Q&A forum.
Based on your description, it seems like you're having trouble with the WMI Filtering option missing from the Group Policy Management Console (GPMC). Here are a few suggestions that might help:
- Check your permissions: Ensure that you have the necessary permissions to view and manage WMI Filters. You need to have at least read access to the WMI Filters section in GPMC.
- Reinstall GPMC: Sometimes, reinstalling GPMC can resolve this issue. You can do this by removing the "Group Policy Management" feature from the Server Manager and then adding it back.
- Check the version of your GPMC: Make sure you're using a version of GPMC that supports WMI Filtering. If you're using an older version, consider updating it.
- Use PowerShell: If you're comfortable with PowerShell, you can use it to manage WMI Filters. The cmdlet
Get-WmiObject -Namespace root\Policy -Class RSOP_WmiFilter
can be used to list all WMI Filters.
I hope the information above is helpful.
Best Regards,
Yanhong Liu
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.