From 471bc04fb2a6d6092e9aa952818361c32e906990 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Sat, 12 Dec 2020 22:15:18 +0100 Subject: [PATCH] Update examples --- Examples/Example-25-ListSysVolFiles.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/Example-25-ListSysVolFiles.ps1 b/Examples/Example-25-ListSysVolFiles.ps1 index d136e50..09f1290 100644 --- a/Examples/Example-25-ListSysVolFiles.ps1 +++ b/Examples/Example-25-ListSysVolFiles.ps1 @@ -2,5 +2,5 @@ Import-Module "$PSScriptRoot\..\GPoZaurr.psd1" -Force Get-GPOZaurrFiles -Type All | Out-HtmlView -ScrollX -Filtering -AllProperties -#Get-GPOZaurrFiles -HashAlgorithm MD5 | Select-Object -First 2 | ConvertTo-Excel -FilePath $Env:USERPROFILE\Desktop\GPOListFiles.xlsx -AllProperties -ExcelWorkSheetName 'Files Just 2' -AutoFilter -AutoFit #-OpenWorkBook -#Get-GPOZaurrFiles -Type All -HashAlgorithm SHA256 | ConvertTo-Excel -FilePath $Env:USERPROFILE\Desktop\GPOListFiles.xlsx -AllProperties -ExcelWorkSheetName 'Files All' -AutoFilter -AutoFit #-OpenWorkBook \ No newline at end of file +Get-GPOZaurrFiles -HashAlgorithm MD5 | Select-Object -First 2 | ConvertTo-Excel -FilePath $Env:USERPROFILE\Desktop\GPOListFiles.xlsx -AllProperties -ExcelWorkSheetName 'Files Just 2' -AutoFilter -AutoFit #-OpenWorkBook +Get-GPOZaurrFiles -Type All -HashAlgorithm SHA256 | ConvertTo-Excel -FilePath $Env:USERPROFILE\Desktop\GPOListFiles.xlsx -AllProperties -ExcelWorkSheetName 'Files All' -AutoFilter -AutoFit #-OpenWorkBook \ No newline at end of file