Hi;
We can install Exchange Server 2007 inside the server via powershell . For this, first of all, go to Exchange Server 2007 root directory in cmd console;
Setup.Com “/r:M,HT,C” “ We run the /on:Messaging” command.
To perform on powershell;
/Setup.Com “/r:M,HT,C” “/ We run the on:Messaging” command
I am writing this just for information purposes, normally it would be more useful to install it from the GUI interface because you can intervene accordingly when it gives any error.
By the way, don’t forget the r: parameter tells us the roles. (M:Mailbox HT:Hub transport C:client access roles)
On: The name of the exchange server we will set up in the parameter.