We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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