This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Set Mailbox language in MS Exchange 2010

Hey everyone,

in One Identity 7.1.2 we are trying to set the language of a MS Exchange 2010 Mailbox via process. We set the process step with the function "PowerShellComponent - Execute Script" with the Parameters:

- Script -> Value = "set-Mailbox " & $Alias$ & " -Languages de-DE"

- AddSnapin -> Value ="Microsoft.Exchange.Management.PowerShell.E2010"

We did also install the Exchange Management Console and the mentioned SnapIn on the relevant Jobserver.

Unfortunately the process runs into an error with following message:

"Last action taken by target system provider was: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration Information."

 

Is this issue known to anyone?

 

Thanks in advance,

Niko

Parents
  • Hi, Niko!

    The error message "Last action taken by target system provider was: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration Information." you get is returned by PowerShell assemblies.

    On a quick research I found https://github.com/chocolatey/choco/issues/640

     

    Please try to execute your powershell component in version 2.

     

    Best regards

    Stefan

Reply
  • Hi, Niko!

    The error message "Last action taken by target system provider was: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration Information." you get is returned by PowerShell assemblies.

    On a quick research I found https://github.com/chocolatey/choco/issues/640

     

    Please try to execute your powershell component in version 2.

     

    Best regards

    Stefan

Children
No Data