You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
have tried to use Sync-PnPSharePointUserProfilesFromAzureActiveDirectory to sync custom attributes from AAD to SPO
run $users=get-pnpazureaduser
then
Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProdilePropertyMapping @{"birthdate"="extension_2514787fc8964d4abe602d4579fe_msDS_cloudExtensionAttribute1"} -users $users
Get Failed to create sync job. Ensure you're providing users to sync and that he mapping is correct
Have tried with version 1.12 and 2.3 and same error.
Debug doesnt provide much info.
When typing out $users it doesn't show the fileds in question - they are in Azure AD under AdditionalProperties
This discussion was converted from issue #3726 on February 03, 2024 16:58.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
have tried to use Sync-PnPSharePointUserProfilesFromAzureActiveDirectory to sync custom attributes from AAD to SPO
run $users=get-pnpazureaduser
then
Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProdilePropertyMapping @{"birthdate"="extension_2514787fc8964d4abe602d4579fe_msDS_cloudExtensionAttribute1"} -users $users
Get Failed to create sync job. Ensure you're providing users to sync and that he mapping is correct
Have tried with version 1.12 and 2.3 and same error.
Debug doesnt provide much info.
When typing out $users it doesn't show the fileds in question - they are in Azure AD under AdditionalProperties
Beta Was this translation helpful? Give feedback.
All reactions