scripts to find out which users are assigned which policy?
Exchange 2007 SP3 Is there a way to use powershell to find out which retension policy users are assigned? Thank you.
August 11th, 2011 1:28pm

It this what you are looking for? get-mailbox | ft Name,Alias,ManagedFolderMailboxPolicy -auto Or if you want to find those mailboxes that doesn´t have a policy assigned: get-mailbox | where {$_.ManagedFolderMailboxPolicy -like "$null"} | ft Name,alias -autoMartina Miskovic
Free Windows Admin Tool Kit Click here and download it now
August 11th, 2011 3:11pm

Retention policys dont exist in Excjamge 2007. Perhaps you mean "Managed Folder Mailbox Policy" ? Get-Mailbox | ft DisplayName, ManagedFolderMailboxPolicy lasse at humandata dot se, http://anewmessagehasarrived.blogspot.com
August 11th, 2011 3:15pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics