Last week the IT Support team was installing exchange 2010 on a clients machine and we received the following error:
The start mode for the net. tcp port sharing server must be set to automatic
This was obviously an odd error and to fix it we had to do the following:
In Windows Powerscript run the following command: Set-Service NetTcpPortSharing -StartupType Automatic
This fixed the issue.
No comments:
Post a Comment