Browse Source

Merge pull request #234 from iamteerawut/fix-typo

fix: update RunAsDifferentUserContext parameter typo
pull/240/head
Dmitry Nefedov 3 years ago
committed by GitHub
parent
commit
f5d7a695f0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Sophia/LTSC/Module/Sophia.psm1
  2. 2
      Sophia/PowerShell 5.1/Module/Sophia.psm1
  3. 2
      Sophia/PowerShell 7/Module/Sophia.psm1
  4. 2
      Sophia/Windows 11/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)

2
Sophia/Windows 11/Module/Sophia.psm1

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

Loading…
Cancel
Save