https://github.com/b0tmtl/ad-wmi-filter-manager
WMI Filter Validator
https://github.com/b0tmtl/ad-wmi-filter-manager
active-directory gpo powershell wmi-query xaml-ui
Last synced: 12 months ago
JSON representation
WMI Filter Validator
- Host: GitHub
- URL: https://github.com/b0tmtl/ad-wmi-filter-manager
- Owner: b0tmtl
- Created: 2025-07-05T16:59:17.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-05T17:19:02.000Z (12 months ago)
- Last Synced: 2025-07-05T18:33:56.373Z (12 months ago)
- Topics: active-directory, gpo, powershell, wmi-query, xaml-ui
- Language: PowerShell
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AD WMI Filter Manager - Validator




A modern PowerShell GUI tool for managing, validating and testing Active Directory WMI Filters
[Features](#features) โข [Installation](#installation) โข [Usage](#usage) โข [Requirements](#requirements) โข [License](#license)
---
## ๐ Overview
AD WMI Filter Manager is a professional-grade PowerShell tool that provides a modern graphical interface for managing Windows Management Instrumentation (WMI) filters in Active Directory environments. Built with WPF and featuring a sleek dark theme, this tool simplifies the complex task of viewing, testing, and managing WMI filters across your domain.
## โจ Features
### Core Functionality
- ๐ **Browse WMI Filters** - View all WMI filters in your domain with instant search
- ๐ **GPO Linking** - See which Group Policy Objects are linked to each filter
- ๐งช **Live Testing** - Test WMI filters against specific computers in real-time
- ๐ **Credential Support** - Test filters using alternate credentials when needed
- โก **Performance Optimized** - Fast loading and responsive interface
### User Experience
- ๐จ **Modern Dark Theme** - Easy on the eyes with a professional appearance
- ๐ **Instant Search** - Filter results as you type
- ๐ **Statistics Dashboard** - See filter counts and GPO links at a glance
- ๐ซ **Smooth Animations** - Polished interactions and transitions
- ๐ฑ๏ธ **Intuitive Interface** - No training required
## ๐ผ๏ธ Screenshots

## ๐ Installation
### Option 1: Direct Download
1. Download `WmiGUI.ps1` from the [Releases](https://github.com/b0tmtl/AD-WMI-Filter-Manager/releases) page
2. Right-click the file and select "Properties"
3. Check "Unblock" if present and click "Apply"
4. Run the script with PowerShell
### Option 2: Git Clone
```powershell
git clone https://github.com/b0tmtl/AD-WMI-Filter-Manager.git
cd AD-WMI-Filter-Manager
.\WmiGUI.ps1