Powershell Cmdlet Of The Day Podcast

Episode 10 – Select-Object

Informações:

Sinopse

Download the MP3 Podcast In this episode we explore all of the possibilities for one of the most used PowerShell cmdlets. Basic Example: Get-Process |select name, id Parameters discussed: First Last Skip Unique Return a string collection of the process names rather than an object with only a name property Get-Process |select -ExpandProperty Name Return […]