ForEach-Object Applies script blocks to each object in the pipeline Where-Object This Cmdlet filters the input from the pipeline allowing oper... Get-WmiObject Produce a WMI Object or the list of WMI classes available on ... Compare-Object Compares the properties of objects. Measure-Object Measures various aspects of objects or their properties. Tee-Object Sends input objects to two places. New-Object [-TypeName] type-name ... Select-Object Selects objects based on parameters set in the Cmdlet command... Group-Object Groups the objects that contain the same value for a common p... Sort-Object Sorts the input objects by property values. about_Object Working with objects in the Windows PowerShell
|