Q: Can I connect System Center Service Manager 2012 to multiple Microsoft Exchange mailboxes?

Service Manager 2012 leverages a new connector, Exchange Connector 3.0, which supports multiple mailboxes.

John Savill

April 9, 2012

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A:System Center Service Manager uses an Exchange connector for communication with Exchange mailboxes. Service Manager 2010 Exchange Connector 1.0 and 2.0releases allowed connection only to a single mailbox.

However, Service Manager 2012 leverages a new connector, Exchange Connector 3.0, which supportsmultiple mailboxes, enabling Service Manager to pull mail from different accounts.

To create an instance of the Exchange connector for each mailbox to be monitored and for any mailbox that is not the workflow accounts mailbox, selectthe Use impersonation option, which the screen shot below shows.

Because the connection to the account always comes from the workflow account, you need to make sure the Service Manager workflow account hasimpersonation rights in Exchange for this mailbox. For example, I used the following command:

[PS] C:Windowssystem32>New-ManagementScope -Name: 'SvcMgrWork Impersonates' -RecipientRestrictionFilter 'DisplayName -eq "HelpMe Superman"'


which returned the following, confirming the new scope was created:

Name ScopeRestrictionType Exclusive RecipientRoot RecipientFilter ServerFilter
---- -------------------- --------- ------------- --------------- ------------
SvcMgrWork Imper... RecipientScope False DisplayName -eq ...

Then I used the following command to assign the scope to my user allowing impersonation: 

[PS] C:Windowssystem32>New-ManagementRoleAssignment -Name 'SvcMgrWork Impersonates Superman' -Role ApplicationImpersonation -User SvcMgrWork -CustomRecipientWriteScope 'SvcMgrWork Impersonates'


which returned this output:

 Name Role RoleAssigneeName RoleAssigneeType AssignmentMethod EffectiveUserNam
e
---- ---- ---------------- ---------------- ---------------- ----------------
SvcMgrWork Impersonates Sup... ApplicationImp... SvcMgrWork User Direct

 

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like