< Back

Add-NsxLicense

Sat Jan 18, 2020 8:58 pm

NAME Add-NsxLicense



SYNOPSIS

Adds the specified NSX license to vCenter





SYNTAX

Add-NsxLicense [-LicenseKey] <String> [-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 Add-NsxLicense cmdlet adds the license to the vCenter associated with

the specified (or default) NSX connection.





PARAMETERS

-LicenseKey <String>



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Connection <PSObject>

PowerNSX Connection object



Required? false

Position? named

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:\\>Add-NsxLicense "aaaa-bbbb-cccc-dddd-eeee"



Add the NSX License to vCenter











RELATED LINKS