Quantcast
Channel: Exchange Server 2010 forum
Viewing all articles
Browse latest Browse all 8820

What am I doing wrong? Exchange 2010 SP3, setting OOO replies via Powershell

$
0
0

I'm trying to set a scheduled OOO reply for one of our users.  I'd love to do it via the ECP, but I can't seem to find a way to do it - if I "manage another user", the 'quick link' on the right that you normally see for setting automatic replies is not there, and if I navigate to the "Organize E-mail" menu item on the left, the "Automatic Replies" tab is not there along the top either (I have Organization Management permissions).

So I figured out how to do this in the past via Powershell in the EMS, using Set-MailboxAutoReplyConfiguration.

Only today, that isn't working for me... I'm using the following command / arguments:-

Set-MailboxAutoReplyConfiguration joe.Bloggs@Somewhere.com–AutoReplyState Scheduled –StartTime “20/05/2013 08:00:00” –EndTime “28/05/2013 08:00:00” –ExternalMessage “Apologies, but I'm not able to respond to your message until the 28th of May.” –InternalMessage “Apologies, but I'm not able to respond to your message until the 28th of May.”

This used to work just fine in the past, but I'm getting back :

Cannot process argument transformation on parameter 'StartTime'. Cannot convert value "20/05/13 08:00:00" to type "System.DateTime". Error: "String was not recognized as a valid DateTime."

Any ideas?


Viewing all articles
Browse latest Browse all 8820

Trending Articles