Files
GPOZaurr/Private/Invoke.GPOZaurrPassword.ps1
T
Przemyslaw Klys 2331e449b1 Update
2020-11-06 13:28:57 +01:00

21 lines
398 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:GPOConfiguration['GPOPassword']['Data'] -Filtering
}
}