Get-FQDN

SYNOPSIS

Get FQDN for a device, and checks if it is online

SYNTAX

Get-FQDN [[-ComputerName] <String[]>] [<CommonParameters>]

DESCRIPTION

Get FQDN for a device, and checks if it is online

EXAMPLES

EXAMPLE 1

get-FQDN -ComputerName Neptune

PARAMETERS

-ComputerName

Name or IP to use.

Type: String[]
Parameter Sets: (All)
Aliases: Name, DNSHostName

Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

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.

INPUTS

OUTPUTS

System.Object[]

NOTES