Skip to content

Invoke-UndoPdrSolutionInterop

Synopsis

Remove solution interoperability for Site Protection and Disaster Recovery.

Syntax

Invoke-UndoPdrSolutionInterop [-jsonFile] <String> [<CommonParameters>]

Description

The Invoke-UndoPcaSolutionInterop cmdlet is a single function to remove the solution interoperability of the Site Protection and Disaster Recovery for VMware Cloud Foundation validated solution for:

  • Monitoring and Alerting
  • Logging

Examples

Example 1

Invoke-UndoPcaSolutionInterop -jsonFile .\pdrDeploySpec.json

This example removes solution interoperability of the 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

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.