Files
GPOZaurr/Private/Invoke.GPOZaurrPassword.ps1
T
Przemyslaw Klys 2a92c90b0c Update
2020-11-07 16:07:00 +01:00

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
}
}