Skip to content

Commit

Permalink
Update LAB_01_RBAC.md
Browse files Browse the repository at this point in the history
  • Loading branch information
serling1962 authored Mar 19, 2024
1 parent 27eee6b commit 2c87757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Instructions/Labs/LAB_01_RBAC.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ In this task, you will create a user account for Isabel Garcia by using PowerShe
4. In the PowerShell session within the Cloud Shell pane, run the following to set the value of the password within the profile object:
```powershell
$PasswordProfile = @{
$passwordProfile.Password = "Helo123!"
ForceChangePasswordNextSignIn = $true
ForceChangePasswordNextSignInWithMfa = $true
Expand Down

0 comments on commit 2c87757

Please sign in to comment.