From 2c877577e968c45f49179027ce7650e088855fee Mon Sep 17 00:00:00 2001 From: Serling1225 <91347931+serling1962@users.noreply.github.com> Date: Tue, 19 Mar 2024 03:11:21 -0500 Subject: [PATCH] Update LAB_01_RBAC.md --- Instructions/Labs/LAB_01_RBAC.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Instructions/Labs/LAB_01_RBAC.md b/Instructions/Labs/LAB_01_RBAC.md index 702ebc67..43ef4f39 100644 --- a/Instructions/Labs/LAB_01_RBAC.md +++ b/Instructions/Labs/LAB_01_RBAC.md @@ -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