This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

new remote mailbox over arm ???

Hi together,

is there a way to create a remotemailbox from hybrid exchange for o365 ???

for example in the showing list? 

Our envirmont are as following.

all mailboxes are o365 we have a local smtp relay and can create new mailboxes here. not usermailsbox but 365 mailbox and its fine.

but my 8man / arm scripts only create a local mailbox on that onprem exchange server and i cant convert to 365.

can i change the settings from for example new-mailbox to new-remotemailbox ??? not regular but remotemailbox???

Maybe a script i can start after only creating a ad user ??? the standard procedure from solarwinds isnt good in my organisaion.

i want that our helpdesk can create a user with mailbox from the tool and not must wait till synchd with 365 and after that give license and so on...

Any ideas here to automatically create a user with mailbox for 365 ??? 


/* (optional) If you delete/disable the following section the created mailbox is not set and will be regular (of type user). */
{
"Name": "aspiredMailboxType",
"Definition": {
"Type": "DropDownList",
"DefaultValue": "User",
"Label": "['en-us:Mailbox type','de-de:Mailboxtyp','fr-fr:Type de boîte aux lettres']",
"Items": [
{
"Value": "User",
"DisplayValue": "Regular"
},

{
"Value": "Shared",
"DisplayValue": "Shared mailbox"
},
{
"Value": "Room",
"DisplayValue": "Room"
},
{
"Value": "Equipment",
"DisplayValue": "Equipment"
}
],
"IsRequired": true
}
},

Parents Reply Children
No Data