Hope you all have a Merry Christmas and all the best for a wonderful 2010!!!!
-Ilse
Hope you all have a Merry Christmas and all the best for a wonderful 2010!!!!
-Ilse
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!
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:
When using the cmdlet Get-MailboxAutoReplyConfiguration, we retrieve the same information:
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>
and this is how it looks using Outlook
Using any browser I can log into the Exchange Control Panel:
Choose to manage Another User, like Ilse Van Criekinge, and configure on her behalf her Out Of Office
To finish, and save the settings, click Save
In order to be able to make these changes, you need to have been delegated the necessary permissions!!!!
Until next time,
Ilse
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.
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:
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.
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.
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)
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.
Create a new RoleAssignment Policy
Using the Shell I create a new RoleAssignment Policy:
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.
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:
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:
Checking the change using OWA
Logging into OWA, Employee1 is no longer able to change its Street Address, and Phone number as wanted:-)
Until next post
-Ilse
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: