Test-CbrPrerequisite¶
Synopsis¶
Verify the prerequisites for Cloud-Based Ransomware Recovery
Syntax¶
Test-CbrPrerequisite [-jsonFile] <String> [<CommonParameters>]
Description¶
The Test-CbrPrerequisite
cmdlet verifies the prerequisites for Cloud-Based Ransomware Recovery for VMware Cloud Foundation validated solution.
Examples¶
Example 1¶
Test-CbrPrerequisite -jsonFile .\cbrDeploySpec.json
This example verifies the prerequisites for Cloud-Based Ransomware Recovery.
Parameters¶
-jsonFile¶
The path to the JSON specification file.
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.