Skip to content

Commit 0ccea93

Browse files
committed
Rectified document by adding backticks at appropriate places
1 parent 6f428ba commit 0ccea93

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/Get-MgDirectoryDeletedItemMemberGroup.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,26 +51,24 @@ This function is transitive.
5151
### EXAMPLE 1
5252
```
5353
Import-Module Microsoft.Graph.DirectoryObjects
54-
```
5554
5655
$params = @{
5756
SecurityEnabledOnly = $false
5857
}
5958
6059
Get-MgDirectoryObjectMemberGroup -DirectoryObjectId $directoryObjectId -BodyParameter $params
61-
60+
```
6261
### EXAMPLE 2
6362
```
6463
Import-Module Microsoft.Graph.Users.Actions
65-
```
6664
6765
$params = @{
6866
SecurityEnabledOnly = $true
6967
}
7068
7169
# A UPN can also be used as -UserId.
7270
Get-MgUserMemberGroup -UserId $userId -BodyParameter $params
73-
71+
```
7472
## PARAMETERS
7573

7674
### -AdditionalProperties

0 commit comments

Comments
 (0)