Re: logon script: assigning exchange mailbox
- From: "Jeffery Hicks [MVP]" <jhicks@xxxxxxxxxx>
- Date: Fri, 2 Nov 2007 10:56:30 -0400
This is not something to be done from a logon script as far as I know. For starters, even though it is the user's own mailbox, I doubt they have the rights in AD or Exchange to do this. This is done when you setup the user's mailbox. Or are you talking about something other than Exchange? Or are you talking about configuring an Outlook profile?
--
Jeffery Hicks
Microsoft PowerShell MVP
http://www.scriptinganswers.com
http://blog.sapien.com
Now Available: WSH and VBScript Core: TFM
Coming Soon: Windows PowerShell: TFM 2nd Ed.
"Andy Roxburgh" <nospam@xxxxxxxxxx> wrote in message news:OeNkbrUHIHA.536@xxxxxxxxxxxxxxxxxxxxxxx
I want to assign a user's default exchange mailbox every time they log in.
I can get their username from
Set objNetwork = WScript.CreateObject("WScript.Network")
Set WshShell = WScript.CreateObject("WScript.Shell")
strUserName = objNetwork.UserName
and the username is the same as the exchange mailbox.
Is this straighforward or is it going to involve registry entries? Can anyone help?
Cheers
Andy
.
- References:
- logon script: assigning exchange mailbox
- From: Andy Roxburgh
- logon script: assigning exchange mailbox
- Prev by Date: GetObject error when connecting to remote computer....
- Next by Date: Re: What could I use?
- Previous by thread: logon script: assigning exchange mailbox
- Next by thread: GetObject error when connecting to remote computer....
- Index(es):
Relevant Pages
|
|