• Roadshow follow-up – Part 2: Set-Mailboxautoreplyconfiguration

    Before the start of the Exchange 2010 RoadShow in Gent, I got an interesting question from one of the attendees (thank you Luc) who was eager to know if it is possible in Exchange 2010 to configure an Out-Of-Office for any mailbox in the organization without being required to login to the mailbox itself, using Outlook or OWA.

    And the answer is…YES :-)

    And even better, there are a few ways of doing so!

    Method 1 = Exchange Management Shell

    Among all new cmdlets included with Exchange 2010, there are two very interesting ones in this context, namely:

    Get and  Set-MailboxAutoReplyConfiguration

    Looking at our demo mailbox, belonging to me, it’s clear there is no Out-Of-Office  configured yet:

    SNAG-0107

    When using the cmdlet Get-MailboxAutoReplyConfiguration, we retrieve the same information:

    SNAG-0108

    Using a single line in the shell, it’s rather easy to provision the mailbox with an Out-Of-Office:

    Set-MailboxAutoReplyConfiguration –Identity <mailbox to configure> –ExternalAudience <allows you to define if you want everyone to receive the external message, or only your contacts>  -ExternalMessage –InternalMessage –AutoReplyState <disabled, enabled, or scheduled if you want to schedule the OOF to start at a defined StartTime and possibly end after defined EndTime>

     SNAG-0112

    and this is how it looks using Outlook

     SNAG-0113

    Method 2 = Using Exchange Control Panel

    Using any browser I can log into the Exchange Control Panel:

    image

    Choose to manage Another User, like Ilse Van Criekinge, and configure on her behalf her Out Of Office

    image

    To finish, and save the settings, click Save

    SNAG-0118

    SideNote

    In order to be able to make these changes, you need to have been delegated the necessary permissions!!!!

     

    Until next time,

    Ilse

  • Exchange 2010 Network Port Reference

    Do you ever have the question, or is the question ever asked to you, which ports are used by Exchange?

    Well, the answer is available here:

    Exchange Network Port Reference which includes a ton of information about ports, authentication, and encryption for all data paths used by Microsoft Exchange Server 2010. 
     
    A link to to add to your Favorites!
     
    -Ilse
  • RoadShow Follow-Up: New-RoleAssignmentPolicy

    Last week I had the opportunity of visiting Brussels, Gent, and Mons to talk about the wonderful new features included within Exchange 2010. During this Exchange 2010 RoadShow, I’ve done several demo’s, and I always said that I would blog every Shell cmdlet I used, so this is part 1 :-)

    In this blog post I want to show you how you can create a new Role-Assignment-Policy, which enables you to decide which attributes your mailbox-enabled users will be able to change using their Outlook Web App.

    Introduction

    Every mailbox-enabled user in Exchange 2010 will by default have the Default Role Assignment Policy assigned, which enables him/her to change quite a few attributes on his/her own account using Outlook Web App.

    Let’s create a new mailbox-enables user, called Employee1, using the Exchange Management Shell. As can be seen after creation, this user has the Default Role Assignment Policy assigned.

    SNAG-0063

    Using Outlook Web App, this Default Role Assignment Policy, enables Employee1 to change for example his street address and his phone number, as can be seen in the pictures below:

    SNAG-0066

    SNAG-0067

     SNAG-0068

    Having a look at the Default Role Assignment Policy

    So what does this Default Role Assignment entail? Here we need to turn to the Exchange Management Shell to find out.

    Running the cmdlet Get-ManagementRoleAssignment, we can find out which roles have been assigned to the Default Role Assignement Policy.

    SNAG-0069

    Looking at the role MyContactInformation, it’s clear that’s the role which enables the user to set its own user account and change attributes like Phone Number and Street Address.

    SNAG-0070

    Another search reveals that users who have been delegated administrator roles like UM Mailboxes, or Mail Recipients will be able to change settings for the user accounts as well (limited to any scope, like Organizational Unit and so on)

    SNAG-0071

    Creating a new role

    Since I do not want to change any of the default built-in roles (don’t change the built-in roles, so you can always fall back if needed!), I’m creating a new one, and by adding the parameter –Parent, I create a new role MyEmployeesBasic, which is in fact a copy of the built-in role MyContactInformation.

    SNAG-0072

    Create a new RoleAssignment Policy

    Using the Shell I create a new RoleAssignment Policy:

    SNAG-0073

    Followed by adding all needed roles to this new role-assignment policy, which will include the same ones as the default role assignment policy, except for the new MyEmployeesBasic, which will replace the MyContactInformation.

    SNAG-0074

    SNAG-0075

    SNAG-0076

    Change the Role Assignment Policy for  a user

    In order to change the role assignment policy for a user you can use both the Exchange Control Panel or use the Shell:

    SNAG-0077

    RemoveParameter

    Since I don’t want some users to be able to change their Street Address, and Phone number, I need to remove those parameters from the newly created role MyEmployeesBasic:

    SNAG-0078

    Checking the change using OWA

    Logging into OWA, Employee1 is no longer able to change its Street Address, and Phone number as wanted:-)

    SNAG-0080

    Until next post

    -Ilse

  • Merry Christmas and a Fantastic & Healthy 2010

    Hope you all have a Merry Christmas and all the best for a wonderful 2010!!!!

    -Ilse