Go Back   TechArena Community > Technical Support > Computer Help > Windows Server > Active Directory
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , ,

Sponsored Links



Enumerate AD Mailbox Permissions

Active Directory


Reply
 
Thread Tools Search this Thread
  #1  
Old 15-05-2009
Blueman
 
Posts: n/a
Enumerate AD Mailbox Permissions

Has anyone got a VB or Powershell script that will enumerate AD users mailbox
permissions and Security permissions.

If possible only enumerate permissions that are not Inherited

Thanks
Reply With Quote
  #2  
Old 15-05-2009
Frank Röder
 
Posts: n/a
Re: Enumerate AD Mailbox Permissions

Hello,

you can use this Powershell Command:

Get-Mailbox | Get-MailboxPermission | where {$_.IsInherited -eq $False}

--
Viele Grüße

Frank Röder
MVP - Directory Services

Reply With Quote
  #3  
Old 15-05-2009
Blueman
 
Posts: n/a
Re: Enumerate AD Mailbox Permissions

Thank You...

Will this cmdlet work on a Exchange 2003 server


"Frank Röder" wrote:

> Hello,
>
> you can use this Powershell Command:
>
> Get-Mailbox | Get-MailboxPermission | where {$_.IsInherited -eq $False}
>
> --
> Viele Grüße
>
> Frank Röder
> MVP - Directory Services
>
>

Reply With Quote
  #4  
Old 15-05-2009
Frank Röder
 
Posts: n/a
Re: Enumerate AD Mailbox Permissions

Hello,

> Will this cmdlet work on a Exchange 2003 server


no, sorry. I thought you are using exchange 2007.

--
Viele Grüße

Frank Röder
MVP - Directory Services

Reply With Quote
  #5  
Old 20-05-2009
Wayne Tilton
 
Posts: n/a
Re: Enumerate AD Mailbox Permissions

=?Utf-8?Q?Frank_R=C3=B6der?= <heidenau@web.de> wrote in
news:ullrBwT1JHA.4944@TK2MSFTNGP06.phx.gbl:

> Hello,
>
>> Will this cmdlet work on a Exchange 2003 server

>
> no, sorry. I thought you are using exchange 2007.
>


Easy enough to do using adfind from www.joeware.net (one line, will wrap):

adfind -default -f samaccountname=logonid msExchMailboxSecurityDescriptor -
sddl+ -resolvesids


HTH,

Wayne Tilton
Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows Server > Active Directory


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Enumerate AD Mailbox Permissions"
Thread Thread Starter Forum Replies Last Post
How to enumerate a domain group using LDAP? John Peterson Active Directory 1 08-12-2009 06:54 AM
how to enumerate folder permissions on Windows 2003 Active Directory 4 12-02-2009 03:23 AM
Looking for way to enumerate members of local administrators group Mark Windows Server Help 4 04-06-2008 06:44 PM
Audit Exchange Mailbox Permissions IMailboxStore Jamestechman Windows Server Help 2 23-10-2007 01:22 AM
Enumerate ptr records with DNSCMD JPenrose Windows Server Help 2 26-07-2007 12:38 AM


All times are GMT +5.5. The time now is 09:50 PM.