User Profile
JrouziesM
Brass Contributor
Joined 6 years ago
User Widgets
Recent Discussions
Re: The type of the resource mailbox can't be blank. It should be either Room or Equipment.
Hey, well I see this is an old reply, sorry I guess I never saw it The issue is: even if I want to run a legit Set-RemoteMailbox commands, e.g. changing the DisplayName property or whichever, I get this error OnPremises. So I cannot edit my Remote mailbox in that state, unless as said before I fully Disable-RemoteMailbox and redo it again.23Views0likes0CommentsRe: The type of the resource mailbox can't be blank. It should be either Room or Equipment.
We have provisioning systems that simply re-run some commands / re-apply calendar processing stuff etc. We get this error for those Rooms. Yes this is the biggest issue: all the attributes look good, still, as you can see, a Get-RemoteMailbox or Set-RemoteMailbox brings the warning / error. And there is nothing we can do to fix it except disabling and re-enabling it.2.2KViews0likes2CommentsRe: The type of the resource mailbox can't be blank. It should be either Room or Equipment.
LeonPavesic Thanks for detailled reply, unfortunately all those things were already tried. The types are already good as said in my post. Online command: Set-Mailbox -Identity "HoChiMinhViettelTower_MeetingRoom01" -Type Room WARNING: Couldn't convert the mailbox because the mailbox "HoChiMinhViettelTower_MeetingRoom01" is already of the type "Room". OnPremises command throw the error as indicated also in my original post. The mailbox work properly, so repair commands Online are not going to fix an error on the OnPremises command. Active Directory Attributes are filled properly: Get-ADUserByUPN -UserPrincipalName email address removed for privacy reasons -Properties * | FL *recip* msExchRecipientDisplayType : -2147481850 msExchRecipientTypeDetails : 8589934592 msExchRemoteRecipientType : 36 Example of another room that does not have the error: Get-ADUserByUPN -UserPrincipalName email address removed for privacy reasons -Properties * | FL *recip* msExchRecipientDisplayType : -2147481850 msExchRecipientTypeDetails : 8589934592 msExchRemoteRecipientType : 36 Again I compared all properties with a room without this error / warning, and everything match. Yes last time it happened, disabling and re-enabling did the trick, but this is not a satisfying solution. Microsoft should find the source of the error and allow us to run a fix. How do we report this kind of bug officially so Microsoft finds a fix?2.2KViews2likes5CommentsThe type of the resource mailbox can't be blank. It should be either Room or Equipment.
Hello, We are having errors on some Room Remote Mailboxes, and cannot find any reference on Internet or apply any fix unless Disabling and Re-enabling the Room mailbox. Get-remotemailbox HoChiMinhViettelTower_MeetingRoom01 | set-remotemailbox -Type Room WARNING: The object [REDACTED]HoChiMinhViettelTower_MeetingRoom01 has been corrupted or isn't compatible with Microsoft support requirements, and it's in an inconsistent state. The following validation errors happened: WARNING: The type of the resource mailbox can't be blank. It should be either Room or Equipment. The type of the resource mailbox can't be blank. It should be either Room or Equipment. At [REDACTED]\tmp_zu4ztplk.5ht.psm1:83693 char:9 + $steppablePipeline.End() + ~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: ([REDACTED]...r_MeetingRoom01:ADObjectId) [Set-RemoteMailbox], DataValidationException + FullyQualifiedErrorId : [Server=[REDACTED],RequestId=b9be74fc-1754-48a4-affe-9ffe9bab2772,TimeStamp=9/15/2023 8:35:59 AM] [FailureCategory=Cmdlet-DataValidationExceptio n] 2FDDA03D,Microsoft.Exchange.Management.RecipientTasks.SetRemoteMailbox + PSComputerName : [REDACTED] No command work on it (as show with the Set-RemoteMailbox), AD Attributes are exactly the same as other meeting rooms, recipient types are correct on Get-Mailbox (cloud) or Get-Remotemailbox: get-remotemailbox HoChiMinhViettelTower_MeetingRoom01 | fl *type* RemoteRecipientType : Migrated, RoomMailbox RecipientType : MailUser RecipientTypeDetails : RemoteRoomMailbox get-mailbox HoChiMinhViettelTower_MeetingRoom01 | fl *type* ResourceType : Room RemoteRecipientType : Migrated, RoomMailbox RecipientType : UserMailbox RecipientTypeDetails : RoomMailbox Any idea?2.7KViews4likes8Comments
Recent Blog Articles
No content to show