Skip to content

Commit cce4f6f

Browse files
authored
Fixing the rule to update the UPN to a new extension
The originally provided rule did not work. This one does.
1 parent d0609de commit cce4f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/hybrid/how-to-connect-sync-change-the-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ String attributes are indexable by default, and the maximum length is 448 charac
137137
The userPrincipalName attribute in Active Directory is not always known by the users and might not be suitable as the sign-in ID. With the Azure AD Connect sync installation wizard, you can choose a different attribute--for example, *mail*. But in some cases, the attribute must be calculated.
138138

139139
For example, the company Contoso has two Azure AD directories, one for production and one for testing. They want the users in their test tenant to use another suffix in the sign-in ID:
140-
`userPrincipalName` <- `Word([userPrincipalName],1,"@") & "@contosotest.com"`.
140+
`Word([userPrincipalName],1,"@") & "@contosotest.com"`.
141141

142142
In this expression, take everything left of the first @-sign (Word) and concatenate with a fixed string.
143143

0 commit comments

Comments
 (0)