Update Example

This commit is contained in:
Przemyslaw Klys
2020-08-02 00:54:28 +02:00
parent caa9585906
commit 7d829ac78d
+2 -1
View File
@@ -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
}
}
Start-Process "$Env:USERPROFILE\Desktop\EFGPOAnalysis.xlsx"