-
Notifications
You must be signed in to change notification settings - Fork 32
Function DnsHost
Mark Wragg edited this page Jun 17, 2019
·
4 revisions
Test DNS resolution to a host.
Test DNS resolution to a host.
[Parameter(
Mandatory = $true,
Position = 2,
ParameterSetName = 'Set 1')]
[Parameter(
Mandatory = $true,
Position = 3,
ParameterSetName = 'Set 1')]
-Be
dnshost nonexistenthost.mymadeupdomain.tld { should -Be $null }
dnshost www.google.com { should -Not -Be $null }
Getting Started
Contributing
Functions