Browse Source

fix: update RunAsDifferentUserContext parameter typo

pull/234/head
iamteerawut 3 years ago
parent
commit
c2b175b4a2
  1. 2
      Sophia/LTSC/Module/Sophia.psm1
  2. 2
      Sophia/PowerShell 5.1/Module/Sophia.psm1
  3. 2
      Sophia/PowerShell 7/Module/Sophia.psm1

2
Sophia/LTSC/Module/Sophia.psm1

@ -8149,7 +8149,7 @@ function RunAsDifferentUserContext
ParameterSetName = "Hide"
)]
[switch]
$Remove
$Hide
)
switch ($PSCmdlet.ParameterSetName)

2
Sophia/PowerShell 5.1/Module/Sophia.psm1

@ -11235,7 +11235,7 @@ function RunAsDifferentUserContext
ParameterSetName = "Hide"
)]
[switch]
$Remove
$Hide
)
switch ($PSCmdlet.ParameterSetName)

2
Sophia/PowerShell 7/Module/Sophia.psm1

@ -11266,7 +11266,7 @@ function RunAsDifferentUserContext
ParameterSetName = "Hide"
)]
[switch]
$Remove
$Hide
)
switch ($PSCmdlet.ParameterSetName)

Loading…
Cancel
Save