News

PS C:\> get-service bits | select -expand ServicesDependedOn,RequiredServices. You also can't really expand a property and select a property, at least not for the incoming object. A command like this ...
I use Powershell's "custom-object" command to create custom objects with properties I want to save. But custom-object applies only to one variable. Is it possible to create a custom class, like in ...
The cmdlet immediately returns an object that represents the job and then displays the command prompt. You can continue to work in the session while the job completes. To manage the job, use the *-Job ...
By the way, even though the window title shows PowerShell 4 what I'm explaining applies to all versions of PowerShell. In the example, I can pipe the expanded objects to something else. PS C:\> ...