The utility cmdlets are the glue that we use to bind our actions together on the PowerShell pipeline. We can easily discover the list of utility cmdlets by using Get-Command *-object I split the utility cmdlets into two groups. The first group I use… Read the full text.