File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1023,7 +1023,7 @@ Function Install-LTService{
10231023 [Alias (" Password" )]
10241024 [string ]$ServerPassword ,
10251025 [Parameter (ParameterSetName = ' installertoken' )]
1026- [ValidatePattern (' (?s-i :^[0-9a-f ]+$)' )]
1026+ [ValidatePattern (' (?s:^[0-9a-z ]+$)' )]
10271027 [string ]$InstallerToken ,
10281028 [Parameter (ValueFromPipelineByPropertyName = $True )]
10291029 [AllowNull ()]
@@ -1508,7 +1508,7 @@ Function Redo-LTService{
15081508 [Alias (" Password" )]
15091509 [string ]$ServerPassword ,
15101510 [Parameter (ParameterSetName = ' installertoken' )]
1511- [ValidatePattern (' (?s-i :^[0-9a-f ]+$)' )]
1511+ [ValidatePattern (' (?s:^[0-9a-z ]+$)' )]
15121512 [string ]$InstallerToken ,
15131513 [Parameter (ValueFromPipelineByPropertyName = $True )]
15141514 [AllowNull ()]
You can’t perform that action at this time.
0 commit comments