We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021f51e commit a166e57Copy full SHA for a166e57
Safe Management/Safe-Management.ps1
@@ -28,6 +28,7 @@
28
2.1.7 2024-04-17 - Updated to bypass attempt to add or update safe if no safe details exist
29
2.1.8 2024-04-18 - Added ability to force Safe Creations
30
- Added "AddMembers" back
31
+ 2.1.9 2024-09-05 - Fix for selecting members
32
########################################################################### #>
33
[CmdletBinding(DefaultParameterSetName = 'List')]
34
param
@@ -152,7 +153,7 @@ $global:InDebug = $PSBoundParameters.Debug.IsPresent
152
153
$global:InVerbose = $PSBoundParameters.Verbose.IsPresent
154
155
# Script Version
-$ScriptVersion = '2.1.8'
156
+$ScriptVersion = '2.1.9'
157
158
# ------ SET global parameters ------
159
# Set Log file path
0 commit comments