From 790b3b97e0b1349ae751bce9bea6b914330f20fc Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Thu, 17 Oct 2024 22:30:41 +0200 Subject: [PATCH] update example --- Examples/Example-30-AssesSyvolFiles.ps1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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