mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-08-22 07:57:10 +00:00
20 lines
376 B
PowerShell
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
|
|
}
|
|
} |