Exchane 2010 working hours?
Hi
We need to extend the work hours within Exchange so that it is greater than 9-5pm, for the global calendar. How can i do this?
Also can you please let me have your thoughts and how we can integrate this change as part of the migration to office 365
Responses will be appreciated
June 8th, 2012 7:11am
Hi,
I think this can be done using the CMDlets see the link This should answer your question - http://technet.microsoft.com/en-us/library/dd335075.aspx.
Regards,
Ashwini
Know more about Messaging :-)
Free Windows Admin Tool Kit Click here and download it now
June 9th, 2012 4:59pm
Many Thanks Ashwini,
I have found out that this can be done using powershell CMD but what i want to know is that, how can it be possible to run one Command to change the working hours for the whole business, not just one user.
Also is this feature available when outlook is migrated to the cloud i.e office 365
Many thanks
Khurram
June 10th, 2012 3:16pm
hi,
>>>how can it be possible to run one Command to change the working hours for the whole business, not just one user
You can use the cmd to do.
get-mailbox | Set-MailboxCalendarConfiguration -WorkingHoursStartTime 07:00:00 -WorkingHoursEndTime 19:00:00
hope can help you
thanks,CastinLu
TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
June 11th, 2012 4:07am
hi,
>>>how can it be possible to run one Command to change the working hours for the whole business, not just one user
You can use the cmd to do.
get-mailbox | Set-MailboxCalendarConfiguration -WorkingHoursStartTime 07:00:00 -WorkingHoursEndTime 19:00:00
hope can help you
thanks,CastinLu
TechNet Community Support
June 11th, 2012 4:09am
Hi CastinLu
Thanks for the reply
>>>get-mailbox | Set-MailboxCalendarConfiguration -WorkingHoursStartTime 07:00:00 -WorkingHoursEndTime
19:00:00
When you mention get-mailbox, what do you mean, is there a specific command you enter or is it just
get-mailbox
Thanks
Free Windows Admin Tool Kit Click here and download it now
June 11th, 2012 4:55am
hi,
You just enter the cmd that i post above, it will be ok.
Get-Mailbox | Set-MailboxCalendarConfiguration -WorkingHoursStartTime 07:00:00 -WorkingHoursEndTime 19:00:00
hope can help you
thanks,CastinLu
TechNet Community Support
June 11th, 2012 9:12pm
Hi
Thanks for the reply, when we have migrated to office 365 can we still run the powershell command, or is there options on 365 itself?
Regards
Free Windows Admin Tool Kit Click here and download it now
June 12th, 2012 10:48am
hi,
I think you should ask office 365 to support. May be you can, or you can't. It depand on
the service that they support.
I have an idea that you can use GPO to set the calendar work hour on your outlook. How to
set the GPO you can ask windows server forum.
thanks,
CastinLu
TechNet Community Support
June 12th, 2012 11:08pm