Set-VrmsConfiguration¶
Synopsis¶
Set the vCenter Server registration
Syntax¶
Set-VrmsConfiguration [-vcenterFqdn] <String> [-vcenterInstanceId] <String> [-ssoUser] <String> [-ssoPassword] <String> [-adminEmail] <String> [-siteName] <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description¶
The Set-VrmsConfiguration
cmdlet configures the vCenter Server registration for a vSphere Replication appliance.
Examples¶
Example 1¶
Set-VrmsConfiguration -vcenterFqdn sfo-m01-vc01.sfo.rainpole.io -vcenterInstanceId 6d6399d4-65ce-4e68-8009-ed8a4735b4a2 -ssoUser administrator@vsphere.local -ssoPassword VMw@re1! -adminEmail vrms-administrator@rainpole.io -siteName SFO-M01
This example configures the vCenter Server registration with the vSphere Replication appliance.
Parameters¶
-vcenterFqdn¶
The vcenterFqdn parameter The vCenter Server FQDN to be used to register the vSphere Replication appliance.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-vcenterInstanceId¶
The vcenterInstanceId parameter The vCenter Server instance ID to be used to register the vSphere Replication appliance.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ssoUser¶
The ssoUser parameter The SSO user to be used to register the vSphere Replication appliance.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ssoPassword¶
The ssoPassword parameter The SSO password to be used to register the vSphere Replication appliance.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-adminEmail¶
The adminEmail parameter The administrator email to be used to register the vSphere Replication appliance.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-siteName¶
The siteName parameter The site name to be used to register the vSphere Replication appliance.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 6
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ProgressAction¶
Progress Action
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
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.