Exchange – Creating Dynamic Distribution Groups Based on Organizational Units

KB ID 0000820 

Problem

A Dynamic Distribution list, (as the name implies), maintains its membership for you. Unlike a normal static distribution list that you need to add/remove mailboxes manually.

Solution

Use PowerShell/Exchange Management Shell

1. I’m assuming you already have an OU populated with mail enabled users, in this example called Engineering.

2. Launch the Exchange Management Shell, Execute the following command, (change the values in red to match your own);

[box]New-DynamicDistributionGroup -IncludeRecipients MailboxUsers -Name “Engineering Dept” -OrganizationalUnit Engineering[/box]

Note: In this example the ‘Alias’ can’t be created with a space in it, so it would be EngineeringDept@domainc.com.

Exchange 2013 Use the Exchange Admin Center

1. I’m assuming you already have an OU populated with mail enabled users, in this example called Sales.

2. Launch the Exchange Admin Center > recipients > Groups > Add > Specify a Name and Alias > Browse to the OU > Save.

 

Exchange 2007 / 2010 Use the Exchange Management Console

1. I’m assuming you already have an OU populated with mail enabled users, in this example called Sales.

2. From within the Exchange Management Console > Recipient Configuration > New Dynamic Distribution Group > Browse > Select your OU > Specify a Name and Alias > Next.

3. Specify the recipient types or click next to select All.

4. Specify any conditions > or leave blank to select none > Next > New.

5. Finish.

 

Related Articles, References, Credits, or External Links

NA

 

Exchange 2013 – ‘Internet Explorer has stopped working’

KB ID 0000776

Problem

When using the Exchange Admin Center with Exchange 2013, on a Server Running Internet Explorer Version 10, you see the following error (particularly when working on the recipients > mailboxes tab!

Problem Details

Problem signature:
Problem Event Name: APPCRASH
Application Name: IEXPLORE.EXE
Application Version: 10.0.9200.16384
Application Timestamp: 50107ee0
Fault Module Name: msvcrt.dll
Fault Module Version: 7.0.9200.16384
Fault Module Timestamp: 5010ae12
Exception Code: c0000005
Exception Offset: 0000986a
OS Version: 6.2.9200.2.0.0.400.8
Locale ID: 2057
Additional Information 1: a65c
Additional Information 2: a65c2884b2d8aca525c1cbb50e388db9
Additional Information 3: 396e
Additional Information 4: 396e9fe5e0fa1a3f9a73d5b2c9681128

Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=190175

If the online privacy statement is not available, please read our privacy statement offline:
C:Windowssystem32en-USerofflps.txt

Solution

This is a known problem in the beta, pre-release, and the RTM versions of Exchange 2013.

There is now a fix from Microsoft here

You can also round the problem by accessing the Exchange Admin Center from a client (Windows running IE10 works fine). If you must access it on the server install the hofix or use Firefox

Related Articles, References, Credits, or External Links

NA

 

To use Outlook Web App, Browser Settings Must Allow Scripts To Run

KB ID 0000862 

Problem

Seen (usually on a server) when trying to connect to either Outlook Web App, or The Exchange Admin Center.

To use Microsoft Outlook Web App, browser settings must allow scripts to run. For information about how to allow scripts, consult the Help for your browser. If your browser doesn’t support scripts, you can download Microsoft Internet Explorer for access to Outlook Web App.

Solution

You have two options, the first is more sensible (and more secure) so that would be my preference.

Option 1

1. From Internet Explorer Options > Security > Trusted Sites > Add the URL of OWA or ECP > Close > Apply > OK.

Option 2

1. From Internet Explorer Options > Security > Internet > Custom Level > Allow Scriptlets > Enable > OK > Apply > OK.

 

Related Articles, References, Credits, or External Links

NA