## Skript Beschreibung **Zusammenfassung**: Basic check and repair for WMI consistency. Runs 'winmgmt /verifyrepository'. If inconsistent, attempts '/salvagerepository'. WARNING: Restarting WMI service can impact running…
## Skript Beschreibung **Zusammenfassung**: Searches installed software (Registry) using fuzzy matching/wildcards. "Get-Package" or "Get-WmiObject" can be slow or incomplete. This script quickly scans Uninstall keys…
## Skript Beschreibung **Zusammenfassung**: Enforces 'High Performance' power plan when connected to AC power. Prevents devices from sleeping aggressively when plugged in. Useful for Kiosk…
## Skript Beschreibung **Zusammenfassung**: Exports driver versions for specific hardware components (e Useful for compliance checking (e
## Skript Beschreibung **Zusammenfassung**: Rotates or deletes old log files in a specific directory. Generic maintenance tool. Target a folder (e
## Skript Beschreibung **Zusammenfassung**: Calculates the size of User Profiles on the local machine. Useful for shared devices to identify space hogs. Iterates C:Users and…
## Skript Beschreibung **Zusammenfassung**: Queries a list of remote computers (WMI/CIM) for their uptime. Simple audit tool for Admin PCs. Input: List of computer names.…
## Skript Beschreibung **Zusammenfassung**: Creates a local Windows Scheduled Task to run weekly maintenance (Cleanup). Useful for deploying via Intune as a "Script" to ensure…
## Skript Beschreibung **Zusammenfassung**: Parses local Intune Management Extension logs to analyze script execution times. Designed to run LOCALLY on a client. Reads 'IntuneManagementExtension
## Skript Beschreibung **Zusammenfassung**: Maintenance script to clean up old Automation Job history. Azure Automation keeps job logs which can be noisy. This script finds…