Skip to content

Commit 5362fb6

Browse files
committed
fixed instructions
1 parent cc82523 commit 5362fb6

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

defender-for-identity/deploy/create-directory-service-account-gmsa.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,15 @@ This article describes how to create a [group managed service account (gMSA)](/w
4242
Add-KdsRootKey -EffectiveImmediately
4343
```
4444
45-
1. Update the following code with variable values for your environment. Make sure to give each gMSA a unique name for each forest or domain.
46-
1. Run the PowerShell commands as an administrator. This script creates a gMSA account, and a group that can retrieve the account password. The script then adds the specified computer accounts to that group.
45+
1. Run the PowerShell commands as an administrator. This script will:
46+
- Create a gMSA account.
47+
- Create a group for the gMSA account.
48+
- Add the specified computer accounts to that group.
49+
50+
1. Before running the script:
51+
52+
- Update the variable values to match your environment.
53+
- Make sure to give each gMSA a unique name for each forest or domain.
4754
4855
```powershell
4956
# Variables:

0 commit comments

Comments
 (0)