Quantcast
Channel: PowerShell.org » All Posts
Viewing all articles
Browse latest Browse all 13067

Reply To: Help with ByPropertyName

$
0
0

Just another note that if you only need the Name property, you will have some better performance just getting the required properties.

Get-ADComputer -Filter Name | Select-Object Name | .\servicecheck.ps1 -servicename bits

Viewing all articles
Browse latest Browse all 13067

Trending Articles