Manipulating Objects in Microsoft PowerShell - Video 2 HD
youtube13.09.2016
This is part 2 of a series on using PowerShell. In this video we cover how to work with Objects in PowerShell. We do that by breaking down this script. Get-PSDrive | ?{$_.Free -gt 1} |