I'm trying to find any softdeleted mailbox that may be in the recycle bin, due to the licence removal (office or Exchange).
Initialy I used Get-Mailbox -SoftDeletedMailbox
but the results where null
After this disappointing result I did Get-MsolUser -ReturnDeletedUsers
to check if I was really connected,and I got 2 results, deleted 2 other users with mailboxs, now I have 1 result.
Now I have 3 questions:
the initial one: how do I find a mailbox of an user that has lost his licence?,
and a new one: why do I have 1 result when I should have at least 2?,
and a bonus: if they where shared mailbox would it be any different?
BR
Vasco