Files
GPOZaurr/Private/Invoke.GPOZaurrSysVolLegacyFiles.ps1
T
Przemyslaw Klys 2a92c90b0c Update
2020-11-07 16:07:00 +01:00

21 lines
411 B
PowerShell

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