Files
GPOZaurr/Private/Invoke.GPOZaurrSysVolLegacyFiles.ps1
T
Przemyslaw Klys fab33b8d14 Update
2020-11-05 19:21:00 +01:00

20 lines
376 B
PowerShell

$GPOZaurrSysVolLegacyFiles = [ordered] @{
Name = 'SYSVOL Legacy ADM Files'
Enabled = $false
Data = $null
Execute = {
Get-GPOZaurrLegacyFiles
}
Processing = {
}
Variables = @{
}
Overview = {
}
Solution = {
New-HTMLTable -DataTable $GPOZaurrSysVolLegacyFiles['Data'] -Filtering
}
}