From 7d829ac78d98c831c331f70d6790304f0001295c Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Sun, 2 Aug 2020 00:54:28 +0200 Subject: [PATCH] Update Example --- Examples/Example-29-FindGPO0.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Examples/Example-29-FindGPO0.ps1 b/Examples/Example-29-FindGPO0.ps1 index 795ac36..c60e6b7 100644 --- a/Examples/Example-29-FindGPO0.ps1 +++ b/Examples/Example-29-FindGPO0.ps1 @@ -8,4 +8,5 @@ $Output | Format-Table * # Export to Excel foreach ($Key in $Output.Reports.Keys) { $Output.Reports[$Key] | ConvertTo-Excel -FilePath $Env:USERPROFILE\Desktop\EFGPOAnalysis.xlsx -ExcelWorkSheetName $Key -AutoFilter -AutoFit -FreezeTopRowFirstColumn -} \ No newline at end of file +} +Start-Process "$Env:USERPROFILE\Desktop\EFGPOAnalysis.xlsx" \ No newline at end of file