Is it possible to run web site for managing Exchange Recipients on a web-server, where only PowerShell is installed? I don’t want to install full Exchange Management Instrumentation on web-server, I want to use only Microsoft.Exchange.Management.PowerShell.Admin snap-in. Can I use some dll’s from Exchange Server bin folder?
Share
Another option would be (for Powershell V2 – which is supported by Exchange 2007 SP2) to use remoting and configure a session to export the commands you want.
Register-PSSessionConfiguration allows you to define commands via a startup script. There is a great demo of how this works in the PDC 09 sessions SVR12 and SVR13. There are some example scripts in the code samples.