PowerShell – Select-Object cmdlet
PowerShell provides Select-Object cmdlet to select the objects or object properties from the collection. Through this article we are going to disucss the usage of this cmdlet. Select-Object cmdlet This cmdlet is used to select the objects or object properties. This needs a collection; hence we always use this with another cmdlet. The output of another cmdlet […]