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