Recent DiscussionsMost RecentNewest TopicsMost LikesSolutionsTagged:TagRe: Bulk update Azure AD with user attributes from CSVhttps://docs.microsoft.com/en-us/powershell/module/addsadministration/set-aduser?view=win10-ps Here a full list of attributes for the Set-ADUser command.Re: Bulk update Azure AD with user attributes from CSV You need to change line 5 to $CSVrecords = Import-Csv C:\Temp\Test.csv Then the script should work. (You do not need to delimit the ";")