Saturday, October 26, 2013

How many cmdlets are available that can deal with generic objects? (Hint: remember to use a singular noun like “object” rather than a plural one like “objects”.)





 How many cmdlets are available that can deal with generic objects? (Hint: remember to
use a singular noun like “object” rather than a plural one like “objects”.)

get-command -noun object

PS C:\> get-command -noun object

CommandType     Name                                               ModuleName      
-----------     ----                                               ----------       
Cmdlet          Compare-Object                                     Microsoft.Powe...
Cmdlet          ForEach-Object                                     Microsoft.Powe...
Cmdlet          Group-Object                                       Microsoft.Powe...
Cmdlet          Measure-Object                                     Microsoft.Powe...
Cmdlet          New-Object                                         Microsoft.Powe...
Cmdlet          Select-Object                                      Microsoft.Powe...
Cmdlet          Sort-Object                                        Microsoft.Powe...
Cmdlet          Tee-Object                                         Microsoft.Powe...
Cmdlet          Where-Object                                       Microsoft.Powe...

Featured Posts

Adding Accesspolicy to KeyVault for Service Principal Using Portal and Powershell

  Scripts path : https://drive.google.com/drive/folders/1sbBpnVFgXhUIXLdf2E9heyWDeU2f9427?usp=sharing  Adding Accesspolicy to KeyVault for S...