|
| |||||||||
| Tags: enumerate, mailbox, permissions |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| 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 |
|
#2
| |||
| |||
| 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 |
|
#3
| |||
| |||
| 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 > > |
|
#4
| |||
| |||
| 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 |
|
#5
| |||
| |||
| 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 |
![]() |
|
| Thread Tools | Search this Thread |
| |
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 |