Skip to content

Commit 7bb3de0

Browse files
authored
Merge pull request Azure#212 from dahager/patch-1
fix a typo
2 parents 0e336aa + a78431b commit 7bb3de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azureadps-1.0/MSOnline/Set-MsolUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Update the licenses, password, and User Principal Name for a user by using the [
4141
PS C:\> Set-MsolUser -UserPrincipalName "[email protected]" -BlockCredential $True
4242
```
4343

44-
This command sets block credential to $Tue for a user, which blocks them from being able to sign in.
44+
This command sets block credential to $True for a user, which blocks them from being able to sign in.
4545
This cannot be done for a synced user.
4646

4747
### Example 2: Update display name

0 commit comments

Comments
 (0)