Skip to content

Add-VmsFailoverGroup

SYNOPSIS

Adds a failover group in the current Milestone XProtect VMS site.

SYNTAX

Add-VmsFailoverGroup [-Name] <String> [[-Description] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

The Add-VmsFailoverGroup cmdlet adds a new failover group which can contain one or more failover recording servers.

EXAMPLES

Example 1

Connect-ManagementServer -ShowDialog -AcceptEula

Add-VmsFailoverGroup -Name 'FO Group 1' -Description 'First failover group'
Add-VmsFailoverGroup -Name 'FO Group 2' -Description 'Second failover group'

Prompts user to login to a Milestone VMS, then creates two failover groups.

PARAMETERS

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Description

Optional description for the failover group to display in Management Client.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Name

Specifies the failover group name.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
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

None

OUTPUTS

VideoOS.Platform.ConfigurationItems.FailoverGroup

NOTES

Online Help