Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > PowerShell

Vista - Exch 2003, create Mailbox from Vista machine?

Reply
 
Old 03-17-2008   #1 (permalink)
Gerry Hickman


 
 

Exch 2003, create Mailbox from Vista machine?

Hi,

Is it possible (using PowerShell etc) to create a scripted Mailbox on an
Exchange 2003 server from a Vista x64 client?

--
Gerry Hickman (London UK)

My System SpecsSystem Spec
Old 03-17-2008   #2 (permalink)
Marco Shaw


 
 

Re: Exch 2003, create Mailbox from Vista machine?

Is WMI allowed? ;-)

(I don't know if you'd like to check out powergui.org?)

Marco

Gerry Hickman wrote:
Quote:

> Hi,
>
> Is it possible (using PowerShell etc) to create a scripted Mailbox on an
> Exchange 2003 server from a Vista x64 client?
>
> --
> Gerry Hickman (London UK)
My System SpecsSystem Spec
Old 03-18-2008   #3 (permalink)
Glenn Wilson


 
 

Re: Exch 2003, create Mailbox from Vista machine?

To me Powershell can run any sort of .Net code... so wouldn't it be possible
to create a commandlet that would use the code from the old Exchange SDK to
create the mailbox. Or as PS runs .Net code just convert some older code to
run.

"Gerry Hickman" <gerry666uk@xxxxxx> wrote in message
news:O9$TXeHiIHA.2416@xxxxxx
Quote:

> Hi,
>
> Is it possible (using PowerShell etc) to create a scripted Mailbox on an
> Exchange 2003 server from a Vista x64 client?
>
> --
> Gerry Hickman (London UK)
My System SpecsSystem Spec
Old 03-18-2008   #4 (permalink)
Marco Shaw [MVP]


 
 

Re: Exch 2003, create Mailbox from Vista machine?

Glenn Wilson wrote:
Quote:

> To me Powershell can run any sort of .Net code... so wouldn't it be
> possible to create a commandlet that would use the code from the old
> Exchange SDK to create the mailbox. Or as PS runs .Net code just convert
> some older code to run.

Yes, good point. You can use the Exchange 2007 cmdlets to do *some*
things with Exchange 2003. I'm not sure if anyone has listed the things
you can do though.

I don't have a Exchange 2003 environment to test, but I know others like
Shay Levi have much more Exchange experience.

Marco

--
Microsoft MVP - Windows PowerShell
http://www.microsoft.com/mvp

PowerGadgets MVP
http://www.powergadgets.com/mvp

Blog:
http://marcoshaw.blogspot.com
My System SpecsSystem Spec
Old 03-18-2008   #5 (permalink)
kelly goff


 
 

Re: Exch 2003, create Mailbox from Vista machine?

I work in a mixed environment and have found that the Exchange
management tools which are required to create EX2003 mailboxes will not
install on Vista x64 and the one thing which the powershell scripts can
not do is create a mailbox on an EX2003 server. Currently, I have to
use a Server 2003 x32 and a Server 2003 x64 with their respective
managment tools installed to work with both EX2003 and EX2007.

Kelly

Gerry Hickman wrote:
Quote:

> Hi,
>
> Is it possible (using PowerShell etc) to create a scripted Mailbox on an
> Exchange 2003 server from a Vista x64 client?
>
My System SpecsSystem Spec
Old 03-18-2008   #6 (permalink)
Shay Levi


 
 

Re: Exch 2003, create Mailbox from Vista machine?


Unfortunately, I've finished a full transition towards Exchange 2007, no
2003 to test against.

-----
Shay Levi
$cript Fanatic
http://scriptolog.blogspot.com
Quote:

> Glenn Wilson wrote:
>
Quote:

>> To me Powershell can run any sort of .Net code... so wouldn't it be
>> possible to create a commandlet that would use the code from the old
>> Exchange SDK to create the mailbox. Or as PS runs .Net code just
>> convert some older code to run.
>>
> Yes, good point. You can use the Exchange 2007 cmdlets to do *some*
> things with Exchange 2003. I'm not sure if anyone has listed the
> things you can do though.
>
> I don't have a Exchange 2003 environment to test, but I know others
> like Shay Levi have much more Exchange experience.
>
> Marco
>
> PowerGadgets MVP
> http://www.powergadgets.com/mvp
> Blog:
> http://marcoshaw.blogspot.com

My System SpecsSystem Spec
Old 03-19-2008   #7 (permalink)
Karl Mitschke


 
 

Re: Exch 2003, create Mailbox from Vista machine?

Hello kelly,
Quote:

> I work in a mixed environment and have found that the Exchange
> management tools which are required to create EX2003 mailboxes will
> not install on Vista x64 and the one thing which the powershell
> scripts can not do is create a mailbox on an EX2003 server.
> Currently, I have to use a Server 2003 x32 and a Server 2003 x64 with
> their respective managment tools installed to work with both EX2003
> and EX2007.
>
> Kelly
>
> Gerry Hickman wrote:
>
Quote:

>> Hi,
>>
>> Is it possible (using PowerShell etc) to create a scripted Mailbox on
>> an Exchange 2003 server from a Vista x64 client?
You can install and use the 32 bit Exchange 2007 Management Tools, and use
32 bit powershell to manage your E2K7 environment.

I am running the 32 bit version on my x86 Server 2003 workstation.

Karl


My System SpecsSystem Spec
Old 03-20-2008   #8 (permalink)
kelly goff


 
 

Re: Exch 2003, create Mailbox from Vista machine?

Hello Karl,

The problem I had was you can not install the 2003 management and 2007
management tools on the same computer.

Kelly

Karl Mitschke wrote:
Quote:

> Hello kelly,
>
Quote:

>> I work in a mixed environment and have found that the Exchange
>> management tools which are required to create EX2003 mailboxes will
>> not install on Vista x64 and the one thing which the powershell
>> scripts can not do is create a mailbox on an EX2003 server.
>> Currently, I have to use a Server 2003 x32 and a Server 2003 x64 with
>> their respective managment tools installed to work with both EX2003
>> and EX2007.
>>
>> Kelly
>>
>> Gerry Hickman wrote:
>>
Quote:

>>> Hi,
>>>
>>> Is it possible (using PowerShell etc) to create a scripted Mailbox on
>>> an Exchange 2003 server from a Vista x64 client?
>
> You can install and use the 32 bit Exchange 2007 Management Tools, and
> use 32 bit powershell to manage your E2K7 environment.
>
> I am running the 32 bit version on my x86 Server 2003 workstation.
>
> Karl
>
>
My System SpecsSystem Spec
Old 03-20-2008   #9 (permalink)
Karl Mitschke


 
 

Re: Exch 2003, create Mailbox from Vista machine?

Hello kelly,
Quote:

> Hello Karl,
>
> The problem I had was you can not install the 2003 management and
> 2007 management tools on the same computer.
>
> Kelly
Oh - Did not know that

Karl


My System SpecsSystem Spec
Old 03-20-2008   #10 (permalink)
Karl Mitschke


 
 

Re: Exch 2003, create Mailbox from Vista machine?

Hello kelly,
Quote:

> Hello Karl,
>
> The problem I had was you can not install the 2003 management and
> 2007 management tools on the same computer.
>
> Kelly
Oh - Did not know that

Karl


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
"unknow exception" when trying to create exchange 2003 mailbox. VB Script
Create user with mailbox VB Script
Exchnage 2003 Full Mailbox Access Rights PowerShell
Importing Outlook 2003 Contacts and Mail from an XP machine to a new Vista machine Vista mail
How to create a mailbox in Exchange 2003 using Powershell PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46