PSAdminCore Module
The PSAdminCore
module is the foundational component of the powershell-automation
project. It provides a set of essential functions that are used by the operational scripts to perform common administrative tasks.
Core Functions
The module exports the following functions:
- Test-AdminPrivileges: Checks for administrative privileges.
- Write-AdminLog: Writes to a standardized log file.
- Send-AdminNotification: Sends email notifications.
- New-AdminReport: Creates administrative reports.
- Get-AdminCredential: Securely manages credentials.
- Test-AdminParameter: Validates parameters using common patterns.
Use the navigation on the left to explore the detailed documentation for each function.