When running a command like New-TridionUser -UserName "domain\username" -Description "Person Name" -MakeAdministrator, the Web 8.5 Core Service will throw an error.
New-TridionUser : Exception calling "Create" with "2" argument(s): "Setting of property 'Privileges' is not supported."
The error makes sense, Web 8.5 does not support privileges. Instead of setting the privileges the cmdlet should add the new user to the built in "System Administrator" group.
When running a command like
New-TridionUser -UserName "domain\username" -Description "Person Name" -MakeAdministrator
, the Web 8.5 Core Service will throw an error.New-TridionUser : Exception calling "Create" with "2" argument(s): "Setting of property 'Privileges' is not supported."
The error makes sense, Web 8.5 does not support privileges. Instead of setting the privileges the cmdlet should add the new user to the built in "System Administrator" group.