diff --git a/Examples/Example-30-AssesSyvolFiles.ps1 b/Examples/Example-30-AssesSyvolFiles.ps1 index 72aea58..dc77317 100644 --- a/Examples/Example-30-AssesSyvolFiles.ps1 +++ b/Examples/Example-30-AssesSyvolFiles.ps1 @@ -1,4 +1,5 @@ Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force -$Files = Get-GPOZaurrFiles -Limited -Signature -$Files | ConvertTo-Excel -OpenWorkBook -FilePath $Env:USERPROFILE\Desktop\GPOTesting.xlsx -ExcelWorkSheetName 'GPO Output' -AutoFilter -AutoFit -FreezeTopRowFirstColumn \ No newline at end of file +$Files = Get-GPOZaurrFiles -Type All -Verbose +#$Files | ConvertTo-Excel -OpenWorkBook -FilePath $Env:USERPROFILE\Desktop\GPOTesting.xlsx -ExcelWorkSheetName 'GPO Output' -AutoFilter -AutoFit -FreezeTopRowFirstColumn +$Files | Format-Table \ No newline at end of file