Microsoft 365 features that help users manage their subscriptions, account settings, and billing information.
Hi Bhavpreet,
Thanks for your reply.
If console means EAC (Exchange admin center), it uses the command below to put mailboxes on In-Place hold:
New-MailboxSearch "Hold-CaseId01" -SourceMailboxes "@contoso.com" -InPlaceHoldEnabled $true
You can see the source mailbox is a certain email address which is an unique object. More information can be found inthis article.
Feel free to let us know if you have other concerns about the command mentioned in the article above.
Regards,
Larry