Exchange Server 2010 Distribution Group Message Delivery Restricted mailbox users removed automatically.

Hi,

We have Exchange Server 2010 installed in our Organization

We are in a situation where as Distribution Groups Message Delivery Restriction senders (Some of the Users) removed Automatically.

How to monitor and prevent this kind of situation.

May 26th, 2015 7:26am

Hi ,

Enable Exchange Admin Audit logging so that we can able to track the changes in exchange environment.

Free Windows Admin Tool Kit Click here and download it now
May 26th, 2015 8:02am

Thanks Nithya,

I per my understanding Audit logging is enabled by default.

How to monitor changes on Distribution Group or How to extract the data on Changes to Distribution Group.

Thanks.

May 28th, 2015 1:17am

Hi ,

Please have a look in to the below mentioned script which would help you to extract all the Admin changes to a HTML format report.

Reference Link :

http://mikepfeiffer.net/2010/08/administrator-audit-log-reports-in-html-format-exchange-2010-sp1/

Below is the command which will show you the changes happened on the distribution group.

Search-AdminAuditLog -Cmdlets Set-DistributionGroup -UserIds abc\nithya -ResultSize unlimited

Free Windows Admin Tool Kit Click here and download it now
May 28th, 2015 2:17am

try to run the following command

Search-AdministratorAuditLog -StartDate "05/26/2015 07:00" -EndDate "05/28/2015 16:00" -IsSuccess $true -Cmdlets Set-DistributionGroup -UserIds "Domain\GName" -ResultSize 250000

Search-AdministratorAuditLog -StartDate $yesterday  -IsSuccess $true -ResultSize 250000
$yesterday = (Get-Date).AddDays(-1).ToString('MM-dd-yyyy')

$yesterday = (Get-Date).AddDays(-1).ToString('MM-dd-yyyy')

Search-AdministratorAuditLog -StartDate $yesterday  -IsSuccess $true -ResultSize 250000

$yesterday = (Get-Date).AddDays(-1).ToString('MM-dd-yyyy')

Search-AdministratorAuditLog -StartDate $yesterday  -IsSuccess $true -ResultSize 250000

$yesterday = (Get-Date).AddDays(-1).ToString('MM-dd-yyyy')

Search-AdministratorAuditLog -StartDate $yesterday  -IsSuccess $true -ResultSize 250000

$yesterday = (Get-Date).AddDays(-1).ToString('MM-dd-yyyy')

Search-AdministratorAuditLog -StartDate $yesterday  -IsSuccess $true -ResultSize 250000

$yesterday = (Get-Date).AddDays(-1).ToString('MM-dd-yyyy')

Search-AdministratorAuditLog -StartDate $yesterday  -IsSuccess $true -ResultSize 250000

$yesterday = (Get-Date).AddDays(-1).ToString('MM-dd-yyyy')

Search-AdministratorAuditLog -StartDate $yesterday  -IsSuccess $true -ResultSize 250000

May 28th, 2015 6:17am

Thanks for the reply

We are not getting the results for changes done.

Any how thankd for the commands.

Free Windows Admin Tool Kit Click here and download it now
May 31st, 2015 3:13pm

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

Other recent topics Other recent topics