-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,8 +54,9 @@ accounts from that domain and from trusted domains to a local group. | |
|
||
### Example 1: Add members to the Administrators group | ||
|
||
This command adds several members to the local Administrators group. The new members include a local user account, a Microsoft account, a Microsoft Entra account, and a domain group. This | ||
example uses a placeholder value for the user name of an account at Outlook.com. | ||
This command adds several members to the local Administrators group. The new members include a local | ||
user account, a Microsoft account, a Microsoft Entra account, and a domain group. This example uses a | ||
placeholder value for the user name of an account at Outlook.com. | ||
|
||
```powershell | ||
Add-LocalGroupMember -Group "Administrators" -Member "Admin02", "MicrosoftAccount\[email protected]", "AzureAD\[email protected]", "CONTOSO\Domain Admins" | ||
|