Set-MsolUser command returns a ‘Unable to update parameter’ error
You’re trying to change a user parameter in Office365 via the Set-MsolUser PowerShell Cmdlet but it returns the following error: Set-MsolUser : Unable to update parameter. Parameter name: DEPARTMENT. At line:1 char:1 + Set-MsolUser -UserPrincipalName [email protected] -Department … + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OperationStopped: (:) [Set-MsolUser], MicrosoftOnlineException + FullyQualifiedErrorId : Microsoft.Online.Administration.Automation.PropertyNotSettableException,Microsoft.Online .Administration.Automation.SetUser You may see …