< Back

Get-NsxLicense

Sat Jan 18, 2020 9:07 pm

NAME Get-NsxLicense



SYNOPSIS

Retrieves configured NSX license from vCenter





SYNTAX

Get-NsxLicense [[-Connection] <PSObject>] [<CommonParameters>]





DESCRIPTION

All 6.2.3 and higher deployments of NSX require a valid license in order

to prepare the infrasturucture for NSX.



The Get-NsxLicense cmdlet retrieves existing licenses from the vCenter

associated with the specified (or default) NSX connection.





PARAMETERS

-Connection <PSObject>

PowerNSX Connection object



Required? false

Position? 1

Default value $defaultNSXConnection

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-NsxLicense



Get information about NSX License











RELATED LINKS