I just uploaded new packages to GitHub (v2.4.0.305). I had some recent exchange with a user of the toolkit and updated a few cmdlets to adhere to the standard approved verbs for Windows PowerShell.
Deprecated
1 2 3 4 |
Eradicate-PfaVolume Eradicate-PfaProtectiongGroup Eradicate-PfaProtectionGroupSnapshots Refresh-PfaVolume |
Each of the Eradicate cmdlets has been replaced with their corresponding Remove- cmdlet with a -Eradicate flag.
Examples
1 2 3 |
Remove-PfaVolume -FlashArray 0.0.0.0 -Name TEST-VOLUME -Eradicate -Session $MySession Remove-PfaProtectionGroup -FlashArray 0.0.0.0 -Name TEST-PGROUP -Eradicate -Session $MySession Remove-PfaProtectionGroupSnapshots -FlashArray 0.0.0.0 -Name TEST-VOLUME.SNAP -Eradicate -Session $MySession |
The Refresh-PfaVolume cmdlet has been updated to Update-PfaVolume.
Thanks for the feedback!
barkz