The start mode for the Net. Tcp Port – how to set to automatic
Posted by chrisbeams on April 25, 2010
Next issue with the exchange 2010 install
“The start mode for the Net. TCP Port Sharing service must be set to Automatic before Setup can continue”.
this one needs a bit of PowerShell to fix
Set-Service NetTcpPortSharing -StartupType Automatic
thanks to http://www.itsolutionskb.com/2009/11/the-start-mode-for-the-net-tcp-port-sharing-service-must-be-set-to-automatic-before-setup-can-continue-exchange-2010/ for the help
Advertisement


saikat said
thanks a lot