OMG.PSUtilities.ActiveDirectory
1.1.0
PowerShell utilities for managing Active Directory environments.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2025-2026 Lakshmanachari Panuganti
Package Details
Author(s)
- Lakshmanachari Panuganti
Tags
ActiveDirectory AD Security Windows DevOps PowerShell Automation OMG
Functions
Find-PSUADServiceAccountMisuse
PSEditions
Dependencies
This module has no dependencies.
Release Notes
1.1.0
- Guarded the platform-specific dependencies of Find-PSUADServiceAccountMisuse. Get-ADUser and
Get-WinEvent are now resolved before any work starts, so a missing RSAT installation or a
non-Windows host reports what to do instead of raising CommandNotFoundException partway
through.
- Declared CompatiblePSEditions = Desktop, Core, from tested imports on Windows PowerShell 5.1
and PowerShell 7.
- Applied the MIT license metadata approved in docs/decisions/0.5-licensing-selection.md.
FileList
- OMG.PSUtilities.ActiveDirectory.nuspec
- CHANGELOG.md
- OMG.PSUtilities.ActiveDirectory.psd1
- OMG.PSUtilities.ActiveDirectory.psm1
- Public\Find-PSUADServiceAccountMisuse.ps1
- README.md