When I delete organization's user, the user is show under "Deleted Users" menu.
What can I do with deleted users?
Can I switch it again to a live user?
I searched through the documentation but I can't find anything: what is the purpose of deleted users?
Hello,
The weird part is: deleted users from SolidCP seem to have no restore functionality.
It's been a part of the last months in WebsitePanel where the logic to introduce it escapes me too.
In the future we will work on adding in a Restore functionality so this feature actually makes sense (around version v1.2.0)
Regards,
Marco
I am on the same situation
2 mailboxes deleted and cannot find how to recover them
Help....
PS i can see the user been disabled in AD, enabled again but can not see the mailbox to reconnect to Exchange
PS2 i can find the user mailbox by GUID but cannot reconnect it
What is the code it is used to delete it ???
UPDATE
This is what saved the day (DB3 is the name of the Exchange Database)
Get-MailboxStatistics -Database "DB3" | ForEach { Update-StoreMailboxState -Database $_.Database -Identity $_.MailboxGuid -Confirm:$false }
After running that i was able to reconnect mailbox using Exchange Control Panel (ECP)
Found the solution after reading this post http://serverfault.com/questions/706423/how-can-i-recover-an-exchange-2013-mailbox-which-i-disabled
Hello i installed the latest version 1.2.1 but still can not find how to undelete a deleted user.
Is it there or i am missing something?
Hello,
The Deleted users feature is scheduled to be removed, unfortunatly we did not manage to address this in 1.2.1 yet, i hope to have this feature removed before next version release.
In the mean time i would recommend to simply leave the deleted users feature disabled in your hosting plans which solves the issue reported above.
Regards,
Marco