Skip to content

Get-HostSerialNumber

SYNOPSIS

SYNTAX

Get-HostSerialNumber [[-Host] <Object>] [<CommonParameters>]

DESCRIPTION

Get serial numbers for VM Hosts

EXAMPLES

EXAMPLE 1

Get-HostSerialNumber

PARAMETERS

-Host

Host the Serial Number is bering retrieved from

Type: System.Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
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

NOTES

Requires the VMware.PowerCLI Module

Connect to Host or Vcenter First

Back to top