Write a Property Set
Writes a property set.
Property sets are a way to conveniently access sets of properties on an object.
Instead of writing:
Select-Object a,b,c,d
You can write:
Select-Object mypropertyset
Tweet
Follow @jamesbru
Write a Format View
Write a Type View
Write a Property Set
Type Name
The typename for the property set
Name
The name of the property set
Property Name
The names of the properties to include in the property set
Change Input