mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-08-17 14:08:18 +00:00
21 lines
399 B
PowerShell
21 lines
399 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 $GPOZaurrSysVolLegacyFiles['Data'] -Filtering
|
|
}
|
|
} |