• Error executing O365 Script "MSOnline"

    Hello community,

    i can not run exchange online cmdlets in the script environment of Active Roltes 7.4.3 

    I use the following code snippet:

    $context.O365ImportModules("msonline")

    $res = $context.O365ExecuteScriptCmd("get-mailbox test@test…

  • Unable to add users to a shared mailbox using Set-QADObject @{'edsva-MsExch-SharedMailboxUsers'='user'}

    Hello all,

    I am currently scripting the creation of a shared mailbox using PowerShell and am running into a roadblock. I can create the new object without an issue, all included information is included however I cannot seem to add any users to the shared…