Skip to content

Rubrik PowerShell Module v3.0.0

Compare
Choose a tag to compare
@chriswahl chriswahl released this 28 Dec 21:37
· 2984 commits to master since this release

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. See Get-Help Remove-RubrikMount for details.
  • Removed Get-RubrikTask in favor of New-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.