Files
GPOZaurr/Private/Invoke.GPOZaurrFiles.ps1
T
Przemyslaw Klys 3e5c5fd6fb Update
2020-11-07 16:13:02 +01:00

21 lines
424 B
PowerShell

$GPOZaurrFiles = [ordered] @{
Name = 'SYSVOL (NetLogon) Files List'
Enabled = $true
ActionRequired = $null
Data = $null
Execute = {
Get-GPOZaurrFiles
}
Processing = {
}
Variables = @{
}
Overview = {
}
Solution = {
New-HTMLTable -DataTable $Script:Reporting['GPOFiles']['Data'] -Filtering
}
}