Skip to content

Get-FQDN

SYNOPSIS

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

SYNTAX

__AllParameterSets

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

ALIASES

This cmdlet has the following aliases, {{Insert list of aliases}}

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[]
DefaultValue: ''
SupportsWildcards: false
Aliases:
- Name
- DNSHostName
ParameterSets:
- Name: (All)
  Position: 0
  IsRequired: false
  ValueFromPipeline: true
  ValueFromPipelineByPropertyName: true
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String[]

{{ Fill in the Description }}

OUTPUTS

System.Object

{{ Fill in the Description }}

NOTES

{{ Fill in the related links here }}