Rubrik PowerShell Module v3.0.0
This release has been tested against Rubrik CDM version 3.0.
Change Log
- Complete architecture overhaul to support versioned API
- Created new Pester unit tests for AppVeyor builds triggered by merge / PR activity
- Updated
Get-RubrikVM
to fetch all VMs if no params are passed (kudos basvinken) - Updated
Get-RubrikVM
with JSON parser for large payloads - Updated
Protect-RubrikVM
to handle multiple ID values - Updated
Set-RubrikVM
with new params: SnapConsistency, MaxNestedSnapshots, and PauseBackups - Update
Remove-RubrikMount
by removing the-VM
param. Pipe in a Mount object for removal. SeeGet-Help Remove-RubrikMount
for details. - Removed
Get-RubrikTask
in favor ofNew-RubrikReport
- Removed
Set-RubrikMount
- Removed
Sync-RubrikAttribute
New Cmdlets
- N/A
New Helpers
Get-RubrikAPIData
Visit this comparison to see all committed changes in this release.