SOLVED

Can external users create a meeting on a Surface Hub2s that has a Meeting Room License from o365

Copper Contributor

End Users that are not part of the Companies Domain want to be able to Invite a Surface Hub2s to a meeting request.

 

Can this be done? And if so, How?

 

Thanks for your help :)

6 Replies
best response confirmed by jono60 (Copper Contributor)
Solution

Hello @jono60 

 

This can be achieved by using the ProcessExternalMeetingMessages parameter for the account. Kindly check this article

 

Best regards,

Cezar

@Cezar Cretu 

 

Thanks for pointing me in the right direction

 

We are now testing :)

@jono60  May i ask how you ran this script Set-CalendarProcessing $strRoomUpn -ProcessExternalMeetingMessages $true and where?

 

I am trying to implement the same to allow external users invite surface hub to their meetings.

 

Many thanks.

 

Drzeeco

Hello @Drzeeco ,

 

You will need to run against your Exchange server:

Set-CalendarProcessing -Identity deviceaccount@domain.com -ProcessExternalMeetingMessages $true

 

Set-CalendarProcessing (ExchangePowerShell) | Microsoft Docs

 

Best regards,

Cezar

1 best response

Accepted Solutions
best response confirmed by jono60 (Copper Contributor)
Solution

Hello @jono60 

 

This can be achieved by using the ProcessExternalMeetingMessages parameter for the account. Kindly check this article

 

Best regards,

Cezar

View solution in original post