Files
GPOZaurr/Private/Invoke.GPOZaurrPassword.ps1
T
Przemyslaw Klys 731ba420b9 Update
2020-11-05 22:46:10 +01:00

21 lines
376 B
PowerShell

$GPOZaurrPassword = [ordered] @{
Name = 'Group Policy Passwords'
Enabled = $true
Action = $null
Data = $null
Execute = {
Get-GPOZaurrPassword
}
Processing = {
}
Variables = @{
}
Overview = {
}
Solution = {
New-HTMLTable -DataTable $GPOZaurrPassword['Data'] -Filtering
}
}