Skip to content

Invoke-PdrDeployment

Synopsis

End-to-end Deployment of Site Protection and Disaster Recovery.

Syntax

Invoke-PdrDeployment [-jsonFile] <String> [-certificates] <String> [-binaries] <String> [<CommonParameters>]

Description

The Invoke-PdrDeployment cmdlet is a single function to implement the configuration of the Site Protection and Disaster Recovery for VMware Cloud Foundation validated solution.

Examples

Example 1

Invoke-PdrDeployment -jsonFile ./pdrDeploySpec.json -certificates ".\certificates\" -binaries ".\binaries\"

This example configures Site Protection and Disaster Recovery for VMware Cloud Foundation using the JSON spec supplied.

Parameters

-jsonFile

The JSON (.json) file created.

Type: String
Parameter Sets: (All)
Aliases:

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

-certificates

The folder containing the certificates.

Type: String
Parameter Sets: (All)
Aliases:

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

-binaries

The fully qualified path to the binaries directory.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 3
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.