Jul 04 2023 04:10 AM
Migration from Azure AD to MS Graph documentation, maps Set-AzureADUserExtension to Update-MgUserExtension.
I used to use the following command to set user's ExtensionAttribute:
Set-AzureADUserExtension -ObjectId <email> -ExtensionName 'extensionAttribute1' -ExtensionValue 'Test'
How to do that with Update-MgUserExtension?
Jul 04 2023 08:40 AM
SolutionJul 04 2023 09:14 AM
@VasilMichev This worked for me, just missing closing }. Thank you.
Jul 04 2023 08:40 AM
Solution