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

21 lines
395 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 $Script:GPOConfiguration['GPOFiles']['Data'] -Filtering
}
}