Skip to content

Commit f0dfd45

Browse files
committed
acrolinx that which
1 parent e29ebf5 commit f0dfd45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/active-directory-identity-governance-applications-retrieve-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The first time your organization uses these cmdlets for this scenario, you need
140140
$db_mail_nickname_column_name = "Alias"
141141
```
142142

143-
Then you can use this script to create Azure AD users for those in the database which didn't match. Note that you may need to modify this script to add additional Azure AD attributes needed in your organization, or if the `$azuread_match_attr_name` is neither `mailNickname` nor `userPrincipalName`, in order to supply that Azure AD attribute.
143+
Then you can use this script to create Azure AD users for those in the database or directory that didn't match with users in Azure AD. Note that you may need to modify this script to add additional Azure AD attributes needed in your organization, or if the `$azuread_match_attr_name` is neither `mailNickname` nor `userPrincipalName`, in order to supply that Azure AD attribute.
144144

145145
```powershell
146146
$dbu_missing_columns_list = @()

0 commit comments

Comments
 (0)