Resolve-BluGenieDnsName
Resolve-BluGenieDnsName
SYNOPSIS
Resolve-BluGenieDnsName will validate a Domain Name and test if the system is online
SYNTAX
Resolve-BluGenieDnsName [[-ComputerName] <String[]>] [[-TestConnection]] [[-TimeToLive] <Int32>] [[-ReturnObject]] [[-Walkthrough]] [[-OutUnEscapedJSON]] [<CommonParameters>]DESCRIPTION
Resolve-BluGenieDnsName will validate a Domain Name and test if the system is online. Validating a Domain Name will resolve an IP to a hostname. If the system is pingable the OS type will be identified as well.
EXAMPLES
EXAMPLE 1
Resolve-BluGenieDnsName -ComputerName 172.217.15.110 -ReturnObject -TestConnection -TimeToLive 25This will try and resolve the IP to a Domain name. It will also see if the system is online. The time to live is set to 25ms however the default is 12.
The items will be returned in an objectEXAMPLE 2
Resolve-BluGenieDnsName -ComputerName 'Test-PC1','Test-PC2','10.0.0.25','10.0.026' -ReturnObject -TestConnectionThis will try and resolve the IP's to a Domain name. It will also see if all the systems are online. The time to live is 12ms by default.
The items will be returned in an objectEXAMPLE 3
EXAMPLE 4
EXAMPLE 5
PARAMETERS
ComputerName
TestConnection
TimeToLive
ReturnObject
Walkthrough
OutUnEscapedJSON
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Last updated