I'm creating a custom management program for local admins to manage Public Folders and to provision mailboxes in a very large environment.
My client side tool leverages PowerShell. After getting nearly done with the project the client has told me they don't want to install the full Exchange Tools for x86 on the client machines. So I need to be able to repackage JUST the Exchange Management Shell.
I know that I need the files:
"C:\Program Files\Microsoft\Exchange Server\bin\exshell.psc1"
"C:\Program Files\Microsoft\Exchange Server\bin\Exchange.ps1"
I am wondering if there are DLLs I need to register or any other files from the BIN directory I would need at a minimum to give the client so the Management Shell will work.
So my question is: "What are the minimum files needed to get the Exchange Management Shell to run on a client after installing PowerShell 1.0?"
Any help is greatly appreciated.
My client side tool leverages PowerShell. After getting nearly done with the project the client has told me they don't want to install the full Exchange Tools for x86 on the client machines. So I need to be able to repackage JUST the Exchange Management Shell.
I know that I need the files:
"C:\Program Files\Microsoft\Exchange Server\bin\exshell.psc1"
"C:\Program Files\Microsoft\Exchange Server\bin\Exchange.ps1"
I am wondering if there are DLLs I need to register or any other files from the BIN directory I would need at a minimum to give the client so the Management Shell will work.
So my question is: "What are the minimum files needed to get the Exchange Management Shell to run on a client after installing PowerShell 1.0?"
Any help is greatly appreciated.