Skip to content

Commit 51f4437

Browse files
committed
Rectified platyps error on file
1 parent 0ccea93 commit 51f4437

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Identity.DirectoryManagement/Confirm-MgContactMemberGroup.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ Because Microsoft 365 groups cannot contain other groups, membership in a Micros
5757
### EXAMPLE 1
5858
```
5959
Import-Module Microsoft.Graph.DirectoryObjects
60-
```
6160
6261
$params = @{
6362
GroupIds = @(
@@ -70,11 +69,10 @@ $params = @{
7069
}
7170
7271
Confirm-MgDirectoryObjectMemberGroup -DirectoryObjectId $directoryObjectId -BodyParameter $params
73-
72+
```
7473
### EXAMPLE 2
7574
```
7675
Import-Module Microsoft.Graph.Users.Actions
77-
```
7876
7977
$params = @{
8078
GroupIds = @(
@@ -85,7 +83,7 @@ $params = @{
8583
8684
# A UPN can also be used as -UserId.
8785
Confirm-MgUserMemberGroup -UserId $userId -BodyParameter $params
88-
86+
```
8987
## PARAMETERS
9088

9189
### -AdditionalProperties

0 commit comments

Comments
 (0)