Showing items from Tips and Tricks

#PSTip Grouping objects

The Group-Object cmdlet lets you group objects based on the value of a specified property. For example: 1 2 3 4 5 PS> Get-Service | Group-Object -Property Status Count Name Group ----- ---- ----- 93 Stopped {AeLookupSvc, AllUserInstallAgent, …

Read More