Forum Discussion
Deleting a Room Resource
- Dec 14, 2017
Hi,
I had the same problem, but was able to resolve the issue by removing the "user" email account associated with the conference room. Afterwards, the conference room resources were automatically deleted. Some credit goes to Galib Anwar as well, as their idea pointed me in this direction.
I was successful in deleting the resource in my situation using the following commands:
get-Mailbox -resultsize unlimited | where { $_.RoomMailboxAccountEnabled -match “False”}
The results from the above command included the resource I was attempting to delete.
Set-Mailbox -Identity resourcename -AccountDisabled $False
After the Set-Mailbox command (and waiting several minutes), I was able to delete the resource without issue.
- Galib AnwarNov 27, 2017Copper Contributor
Try deleting users from active users list and it will remove the room resource.