|
|
||||||
|
#1
|
|
|
|
|
Is there a way to set a user's email Out of Office? I have a user who
is gone and called and asked me to turn this on for her. Short of resetting her password and logging into her email (which I am hoping to avoid because she may have to VPN in as she travels) I don't know how to do it. Thanks. |
|
|
|
#2
|
|
|
|
|
She can do that herself via OWA...
"KDawg44" <KDawg44> wrote in message news:adb1 [..] |
|
#3
|
|
|
|
|
On Feb 7, 1:24 pm, "SusanV" <svanal> wrote:
> She can do that herself via OWA... > > "KDawg44" <KDaw> wrote in message > > news:adb1 > > > Is there a way to set a user's email Out of Office? I have a user who > > is gone and called and asked me to turn this on for her. Short of > > resetting her password and logging into her email (which I am hoping > > to avoid because she may have to VPN in as she travels) I don't know > > how to do it. > > > Thanks. Yeah but she currently is driving and was hoping I could do it for her instead of waiting til she gets there. |
|
#4
|
|
|
|
|
KDawg44 wrote:
> On Feb 7, 1:24 pm, "SusanV" <svanal> wrote: > > Yeah but she currently is driving and was hoping I could do it for her > instead of waiting til she gets there. How's your VB scripting? - Never tried this before, but looks OK to me. ------- http://telnetport25.wordpress.com/20...out-of-office/ My boss came over to me the other day and said "is there an easy way to configure the Out of Office without having to physically logon to the mailbox?". I thought about it, and then did a little research and came up with the following script: (Edit - found some problems - updated) Set objMAPISession = CreateObject("MAPI.Session") strExchangeSvr = InputBox("Please provide the name of your Exchange Server") strMailbox = InputBox("Please provide the name of the Mailbox that you wish to set OOO") strMAPI = strExchangeSvr & vbLf & strMailbox On error Resume Next objMAPISession.Logon "", "", False, True, 0, False, strMAPI If err <> 0 Then Wscript.Echo "An Error occured: " & err.description Err.clear Wscript.Sleep 7000 Wscript.Quit End If strOOOMessage = InputBox("Please type in the OOO message for this user") objMAPISession.OutOfOfficeText = strOOOMessage objMAPISession.OutOfOffice = 1 strOOOMessage = objMAPISession.OutOfOfficeText objMAPISession.Logoff Set objMAPISession = Nothing Essentially all you need to do is copy this script onto your Exchange server (although you need to ensure that the account that you are logged on with has rights to the mailboxes - permissions similar to EXMERGE are good) and then run the script. You will be asked for the Exchange Server name, the Mailbox alias and the Out of Office message that you would like to set - voila! |
|
#5
|
|
|
|
|
On Feb 7, 1:46 pm, "kj [SBS MVP]" <KevinJ>
wrote: [..] > Essentially all you need to do is copy this script onto your Exchange server > (although you need to ensure that the account that you are logged on with > has rights to the mailboxes - permissions similar to EXMERGE are good) and > then run the script. > > You will be asked for the Exchange Server name, the Mailbox alias and the > Out of Office message that you would like to set - voila! > > -- > /kj Thanks very much. Unfortunately, I am bogged down with stuff today and don't have time to play with that script so I just told her we can't do it. :) I am going to tuck this away for a raining day though! Thanks! |
|
#6
|
|
|
|
|
KDawg44 wrote:
> On Feb 7, 1:46 pm, "kj [SBS MVP]" <KevinJ> > wrote: > > Thanks very much. Unfortunately, I am bogged down with stuff today > and don't have time to play with that script so I just told her we > can't do it. :) I am going to tuck this away for a raining day > though! Thanks! ..after some testing.... me too. |
|
#7
|
|
|
|
|
KDawg44 <KDawg44> wrote:
> Is there a way to set a user's email Out of Office? I have a user who > is gone and called and asked me to turn this on for her. Short of > resetting her password and logging into her email (which I am hoping > to avoid because she may have to VPN in as she travels) I don't know > how to do it. > > Thanks. Change her password and log in as her to OWA, or if she doesn't mind, grant yourself full mailbox rights to her mailbox in ADUC and open her mailbox in OWA or Outlook. |
|
#8
|
|
|
|
|
KJ you are da bomb. Awesome script! I have some helpless sales guys who always ask me to set OOO messages.Thanks a bunch.
/cd |
|
#9
|
|
|
|
|
c d wrote:
> KJ you are da bomb. Awesome script! I have some helpless sales guys > who always ask me to set OOO messages.Thanks a bunch. > > /cd Thanks, I think. Not sure what this in reference to, but I'm happy your golden whatever the solution. |
|
#10
|
|
|
|
|
I think he means Out of Office Messages
And Apparently you have a Script? :) Russ |
|
#11
|
|
|
|
|
Russ (www.SBITS.Biz) wrote:
> I think he means Out of Office Messages > And Apparently you have a Script? > > :) > > Russ I've got lots of scripts. Most are the fine works of others that I modified or adapted. Don't remember anything recent about scripts or OOF's that I had any hand in. Sometimes that blind squirrel does find the nut. :) [..] |
|
#12
|
|
|
|
|
Do blind squirrels survive?
|
|
|
| Similar Threads | |
| Why can't I change my status on Office communicator? My office communicator is always set to away even when I sign in. I have tried to change it manually, but it stays at away status. Please help. |
|
| In Outloook, allow an user to change the status of a task in remin Dear Sir/Madam: I use Outlook 2003 extensively to manage my life, and I would like to request a feature to make my life even easier. Can you please add the following... |
|
| CMW - Change Office User Settings I'm using the Custom Maintenance Wizard from Office 2003 Resource Kit to modify the default "Save As" settings for Excel, Powerpoint & Word. I've discovered that when I... |
|
| Office Communicator 2005 & User's Presence Status Hi, I'm using MOC 2005 with LCS 2005/SP1 and am noticing the following behaviour: - The status of all my contacts is showing up fine. - My personal status seems to be... |
|
| Access to user's out-of-office status Is there a way to programmatically access all user's out-of-office status and autoreply message from an ASP.NET web application? |
|
|
All times are GMT. The time now is 09:51 PM. | Privacy Policy
|