Skip to content

Commit 41c5e34

Browse files
authored
Update service-accounts-computer.md
1 parent 72c509d commit 41c5e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/fundamentals/service-accounts-computer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Get-ADGroupMember -Identity Administrators -Recursive | Where objectClass -eq "c
6363
## Computer account recommendations
6464

6565
> [!IMPORTANT]
66-
> Computer accounts are highly privileged accounts, therefore use them if your service requires unrestricted access to local resources, on the machine, and you can't use a managed service account (MSA).
66+
> Computer accounts are highly privileged, therefore use them if your service requires unrestricted access to local resources, on the machine, and you can't use a managed service account (MSA).
6767
6868
* Confirm the service owner's service runs with an MSA
6969
* Use a group managed service account (gMSA), or a standalone managed service account (sMSA), if your service supports it

0 commit comments

Comments
 (0)