Set Exchange Online mailbox to shared

Guys. 

I have a VA when set to true should trigger a workflow and convert the Exchange Online mail to a shared mailbox. The standard MS command is set-mailbox but not 100% sure i can use this within the Quest product. Not sure what the Quest equivalent  is. 

function onPostModify($Request)
{
set-mailbox $Request.GUID -type shared

}

Cheers

Craig 

Parents Reply Children
No Data