RE: [Exchange] Management report application / script

2017-09-11 Thread Michael B. Smith
Actually, this is pretty easy to automate: $user = ‘michael.smith’ ## the reporting user $databases = @( Get-MailboxDatabase ) foreach( $database in $databases ) { $dn = $database.DistinguishedName Add-ADPermission -Identity $dn -user $user -AccessRights

RE: [Exchange] Management report application / script

2017-09-11 Thread Michael B. Smith
There are a number of these on the scripting gallery (for free). NetWrix also has a pretty nice set. PromoDag is the go-to set of reports. EnowSoftware has a good set (disclaimer: I know several folks who work there). From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com]

[Exchange] Management report application / script

2017-09-11 Thread John Matteson
I'm looking for an application or powershell script that can provide a set of performance/management reports. What I'm looking for, ideally, is transit time mailbox to mailbox for messages of various sizes and from user to internet gateway, again for messages of various sizes. If it can work using