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
IncludePivotTable=$true
IncludePivotChart=$true
PivotRows="Company"
PivotRows=echo Company Name
PivotData="PM"
ChartType="PieExploded3D"
ChartType="BarClustered3D"
Password="Test"
}
Get-Process |
Where Company |
Select Company, Name, Handles, PM |
Export-Excel @ExportOptions