Hi Alex,
Thanks for the reply.
I tried these below and you can see the error. My understanding is that remove-mailbox only work with soft-deleted mailbox and mailbox to be deleted by removing exchange license.
I don't want to remove user until the very last to recreate it. Don't worry about federated user type, it has come back normal now.
PS C:\windows\system32> Remove-Mailbox -Identity "Renee Daji"
The following error occurred during validation in agent 'Windows LiveId Agent': 'Unable to perform the save operation.
'Renee Daji' is not within a valid server write scope.'
+ CategoryInfo : NotSpecified: (:) [Remove-Mailbox], ProvisioningValidationException
+ FullyQualifiedErrorId : [Server=MEXPR01MB1382,RequestId=0f10744d-519e-413a-b383-383a9f8afeff,TimeStamp=1/11/2016
2:01:30 a.m.] [FailureCategory=Cmdlet-ProvisioningValidationException] F1A443CE,Microsoft.Exchange.Management.Rec
ipientTasks.RemoveMailbox
PS C:\windows\system32> Get-Mailbox -Identity "Renee Daji"
Name Alias ServerName ProhibitSendQuota
---- ----- ---------- -----------------
Renee Daji reneed sy3pr01mb0507 49.5 GB (53,150,220,288 bytes)
PS C:\windows\system32> Disable-Mailbox -Identity "Renee Daji"
The following error occurred during validation in agent 'Archive ParameterSet Enforcement Agent': 'This operation only
works with Archive or PermanentlyDisable parameters.'
+ CategoryInfo : NotSpecified: (:) [Disable-Mailbox], ProvisioningValidationException
+ FullyQualifiedErrorId : [Server=MEXPR01MB1382,RequestId=269d4b7e-8288-404e-b65e-66322b80c3bf,TimeStamp=1/11/2016
2:06:31 a.m.] [FailureCategory=Cmdlet-ProvisioningValidationException] 9D1C9CC1,Microsoft.Exchange.Management.Rec
ipientTasks.DisableMailbox
Regards,
Lydia