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

View File

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