Skip to content

Commit 16240b1

Browse files
authored
Update disconnected-operations-identity.md
Reviewed and revised text
1 parent 2124743 commit 16240b1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

azure-local/manage/disconnected-operations-identity.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,9 @@ $group = Get-ADGroup -Identity $groupName | Select-Object Name, ObjectGUID
308308
$group
309309
```
310310

311-
### Grant the LDAP User read access on Users with ActiveDirectorySecurityInheritance "All"
311+
### Grant read access to the LDAP user on Users
312+
313+
The following example grants read access to the LDAP user on the Users container using the `ActiveDirectorySecurityInheritance "All"` setting. Assigning an access rule with "All" makes the rule apply to the entire subtree of the target object.
312314

313315
```powershell
314316
$domain = Get-ADDomain
@@ -321,6 +323,9 @@ Write-Verbose "Granted 'GenericRead' permissions to ldap account."
321323
```
322324

323325
### Grant the GSMA account permission to read user properties (from the sync group)
326+
327+
The following example shows how to let the GSMA account read user properties in Active Directory from the sync group.
328+
324329
```powershell
325330
# GropuName and GSMAccount defined earlier
326331

0 commit comments

Comments
 (0)