Files
ZertoApiWrapper/docs/New-ZertoVpgSettingsIdentifier.md
T
Wes Carroll 185cb8a360 Create new function help files
Export-ZertoVpg, Import-ZertoVpg, New-ZertoVpgSettingsIdentifier
2019-03-14 20:42:24 -04:00

1.7 KiB

external help file, Module Name, online version, schema
external help file Module Name online version schema
ZertoApiWrapper-help.xml ZertoApiWrapper 2.0.0

New-ZertoVpgSettingsIdentifier

SYNOPSIS

{{ Fill in the Synopsis }}

SYNTAX

existingVpg

New-ZertoVpgSettingsIdentifier -vpgIdentifier <String> [<CommonParameters>]

newVpg

New-ZertoVpgSettingsIdentifier [-newVpg] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

Example 1

PS C:> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-newVpg

Use this switch when creating a vpgSettingsIdentifier for a new VPG

Type: SwitchParameter
Parameter Sets: newVpg
Aliases:

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

-vpgIdentifier

Identifier of the VPG to create a VPG settings identifier. If a vpgIdentifier is not provided, a new VPG settings object is created without any configured settings. This would be used for creating a new VPG from scratch.

Type: String
Parameter Sets: existingVpg
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
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 (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

System.String

OUTPUTS

System.Object

NOTES