You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2023. It is now read-only.
Copyright='(c) 2021 Pure Storage, Inc. All rights reserved.'
47
+
Copyright='(c) 2022 Pure Storage, Inc. All rights reserved.'
48
48
49
49
# Description of the functionality provided by this module
50
50
Description='PowerShell Toolkit for Pure Storage Flasharray and Initiators.'
51
51
52
52
# Minimum version of the Windows PowerShell engine required by this module
53
-
PowerShellVersion='5.0'
53
+
PowerShellVersion='5.1'
54
54
55
55
# Name of the Windows PowerShell host required by this module
56
56
PowerShellHostName=''
@@ -121,7 +121,8 @@ FunctionsToExport = @(
121
121
'Get-FlashArrayQuickCapacityStats',
122
122
'New-FlashArrayPGroupVolumes',
123
123
'Get-FlashArrayVolumeGrowth',
124
-
'Get-FlashArrayConnectDetails'
124
+
'Get-FlashArrayConnectDetails',
125
+
'Restore-PfaPGroupVolumeSnapshots'
125
126
)
126
127
127
128
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
Restores protection group snapshots named "VOL1-PGroup.001" from PGroup "VOL1-PGroup", adds the prefix of "TEST" to the name, and attaches them to the host "HOST1" on array $array.
585
+
.NOTES
586
+
This cmdlet can utilize the global $Creds variable for FlashArray authentication. Set the variable $Creds by using the command $Creds = Get-Credential.
0 commit comments