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

21 lines
373 B
PowerShell

$GPOZaurrFiles = [ordered] @{
Name = 'SYSVOL (NetLogon) Files List'
Enabled = $true
Action = $null
Data = $null
Execute = {
Get-GPOZaurrFiles
}
Processing = {
}
Variables = @{
}
Overview = {
}
Solution = {
New-HTMLTable -DataTable $GPOZaurrFiles['Data'] -Filtering
}
}