Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

use test-connection against all DNS Suffix Search List

$
0
0

So I'd like to ping a list of computer but if I choose test-connection -computername PC01, it will only reply if it's lan connected.

Is there a way, I can use test-connection against all of our 15+ lists?

so our lan computers are on

pc01.lan.dc.companyname.net
or
pc01.lan.dc1.companyname.net

our wireless will spit back

pc02.wlan.dc.companyname.net
or
pc02.wlan.dc1.companyname.net

so on and so forth throughout our domain


Viewing all articles
Browse latest Browse all 6937

Trending Articles