Posts Tagged ‘Select-Object’

Managing Services with PowerShell and ADSI

Monday, September 29th, 2008 by Jeffery Hicks
In PowerShell v1.0, if you want to manage services on a remote computer, you likely used WMI and the Get-WMIObject cmdlet. But there is another solution using ADSI. If you use the WinNT provider, you can access all of the services on a remote machine in much the same way you would manage local users and groups. Let me show you.   More »

Why does Select-Object take so long to keep the -first objects?

Friday, March 14th, 2008 by Don Jones
There's recently been a big discussion on the PowerShell MVP mailing list about Select-Object and its -first parameter, which instructs it to only keep the…   More »


Entries (RSS) and Comments (RSS).