Start-NsxtGlobalManagerOnBoarding¶
Synopsis¶
Import the NSX Local Manager objects
Syntax¶
Start-NsxtGlobalManagerOnBoarding [-location] <String> [-backupReference] <String> [<CommonParameters>]
Description¶
The Start-NsxtGlobalManagerOnBoarding
cmdlet imports the NSX Local Manager objects into the NSX Global Manager.
Examples¶
Example 1¶
Start-NsxtGlobalManagerOnBoarding -location sfo-m01
This example imports the NSX Local Manager objects to the NSX Global Manager.
Parameters¶
-location¶
The name of the location.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-backupReference¶
The reference ID to last successful backup.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Common Parameters¶
This cmdlet supports the common parameters: -Debug
, -ErrorAction
, -ErrorVariable
, -InformationAction
, -InformationVariable
, -OutVariable
, -OutBuffer
, -PipelineVariable
, -Verbose
, -WarningAction
, and -WarningVariable
. For more information, see about_CommonParameters.