I just uploaded new packages to v2.8.0.430 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
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
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