Skip to content

Commit 4c4ac1a

Browse files
Harald S. FianbakkenHarald S. Fianbakken
authored andcommitted
Minor language fix on headers
1 parent 02dec90 commit 4c4ac1a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

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

311-
### Grant LDAP user read on Users with inheritence
311+
### Grant the LDAP User read access on Users with ActiveDirectorySecurityInheritance "All"
312312

313313
```powershell
314314
$domain = Get-ADDomain
@@ -320,12 +320,10 @@ Set-ACL -Path "AD:\$($domain.DistinguishedName)" -AclObject $acl
320320
Write-Verbose "Granted 'GenericRead' permissions to ldap account."
321321
```
322322

323-
### Grant GSMA account permission to read user properties
324-
325-
Use the following PowerShell script to let the GSMA account read user properties from the sync group:
323+
### Grant the GSMA account permission to read user properties (from the sync group)
324+
```powershell
325+
# GropuName and GSMAccount defined earlier
326326
327-
```PowerShell
328-
# GroupName and GSMAAccount defined earlier
329327
# Get group details
330328
$Group = Get-ADGroup -Identity $GroupName
331329
$GroupDN = $Group.DistinguishedName

0 commit comments

Comments
 (0)