Toolkit Minor Update

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

Add Comment

Required fields are marked *. Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.