How to create a new SharePoint Central Administration
Date: 10/03/2014
Categories: PowerShell, SharePoint
#Connect to SharePoint FrontEnd Server #Open SharePoint 2013 Management Shell $Port = 50000 --The port number New-SPCentralAdministration –Port $Port -WindowsAuthProvider ntlm
Leave a Reply