This commit is contained in:
Doug Finke
2015-04-13 10:22:25 -04:00
parent 5d4662bd49
commit c1cbb7ef62

View File

@@ -4,13 +4,13 @@ Remove-Item -ErrorAction Ignore $xlFile
$ExportOptions = @{ $ExportOptions = @{
Path = $xlFile Path = $xlFile
Show=$true Show = $true
IncludePivotTable=$true IncludePivotTable = $true
IncludePivotChart=$true IncludePivotChart = $true
PivotRows=echo Company Name PivotRows = echo Company Name
PivotData="PM" PivotData = "PM"
ChartType="BarClustered3D" ChartType = "BarClustered3D"
Password="Test" #Password = "Test"
} }
Get-Process | Get-Process |