1) Open Exchange Powershell
2) Get-Mailbox -ResultSize unlimited |Where{($_.UserAccountControl -like “AccountDisa
bled*”)} | set-mailbox -HiddenFromAddressListsEnabled $true
3) Update Offline Address Book
1) Open Exchange Powershell
2) Get-Mailbox -ResultSize unlimited |Where{($_.UserAccountControl -like “AccountDisa
bled*”)} | set-mailbox -HiddenFromAddressListsEnabled $true
3) Update Offline Address Book
to restore all items from a contact folder do the following:
get-mailbox | Restore-Mailbox -RSGDatabase “Server\Recovery Storage Group\mailbox Database” -IncludeFolders \Contacts