mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-08-24 00:39:15 +00:00
21 lines
391 B
PowerShell
21 lines
391 B
PowerShell
$GPOZaurrPassword = [ordered] @{
|
|
Name = 'Group Policy Passwords'
|
|
Enabled = $true
|
|
Action = $null
|
|
Data = $null
|
|
Execute = {
|
|
Get-GPOZaurrPassword
|
|
}
|
|
Processing = {
|
|
|
|
}
|
|
Variables = @{
|
|
|
|
}
|
|
Overview = {
|
|
|
|
}
|
|
Solution = {
|
|
New-HTMLTable -DataTable $Script:Reporting['GPOPassword']['Data'] -Filtering
|
|
}
|
|
} |