Im wondering if it's posible to use Powershell from a remote computer (without installing Exchange manegment tools on the remote computer) to create or list user mailboxes. And if so, how?
Asked
Active
Viewed 4,372 times
2
-
This might be what you looking for http://www.powershellserver.com/manage-exchange-server-remotely-with-powershell-server/ – Dave Jan 21 '16 at 10:08
2 Answers
3
To be able to run Exchange powershell commands you need to load the Exchange Snap in into powershell, and I do not believe there is a way to get this without installing the management tools.

Sam Cogan
- 38,736
- 6
- 78
- 114
1
If you go with Exchange 2007 SP2, you will have support for PowerShell v2. With PowerShell v2 on the client and server, you should be able to do exactly what is described HERE (even if that link is for Ex2010).

Marco Shaw
- 407
- 3
- 11