Skip to content

Commit

Permalink
feat: add prerequisite check for pdr (#588)
Browse files Browse the repository at this point in the history
- Added `Test-PdrPrerequisite` cmdlet to verify prerequisites for Site Protection and Disaster Recovery.

Signed-off-by: Gary Blake <gblake@vmware.com>
  • Loading branch information
GaryJBlake authored Apr 22, 2024
1 parent 9ed1282 commit 7e1225b
Show file tree
Hide file tree
Showing 6 changed files with 256 additions and 48 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- Added `Test-IlaPrerequisite` cmdlet to verify prerequisites for Intelligent Logging and Analytics.
- Added `Test-IomPrerequisite` cmdlet to verify prerequisites for Intelligent Operations Management.
- Added `Test-PcaPrerequisite` cmdlet to verify prerequisites for Private Cloud Automation.
- Added `Test-PdrPrerequisite` cmdlet to verify prerequisites for Site Protection and Disaster Recovery.
- Added `Test-HrmPrerequisite` cmdlet to verify prerequisites for Health Reporting anf Monitoring.
- Added `Test-CbwPrerequisite` cmdlet to verify prerequisites for Cloud-Based Workload Protection.
- Added `Test-CbrPrerequisite` cmdlet to verify prerequisites for Cloud-Based Ransomware Recovery.
Expand Down
2 changes: 1 addition & 1 deletion PowerValidatedSolutions.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
RootModule = 'PowerValidatedSolutions.psm1'

# Version number of this module.
ModuleVersion = '2.10.0.1021'
ModuleVersion = '2.10.0.1022'
# Supported PSEditions
# CompatiblePSEditions = @()

Expand Down
Loading

0 comments on commit 7e1225b

Please sign in to comment.