Update sample

This commit is contained in:
Doug Finke
2015-04-13 10:15:43 -04:00
parent b53a73d524
commit 952285f531

View File

@@ -7,11 +7,13 @@ $ExportOptions = @{
Show=$true Show=$true
IncludePivotTable=$true IncludePivotTable=$true
IncludePivotChart=$true IncludePivotChart=$true
PivotRows="Company" PivotRows=echo Company Name
PivotData="PM" PivotData="PM"
ChartType="PieExploded3D" ChartType="BarClustered3D"
Password="Test"
} }
Get-Process | Get-Process |
Where Company |
Select Company, Name, Handles, PM | Select Company, Name, Handles, PM |
Export-Excel @ExportOptions Export-Excel @ExportOptions