How to create a new SharePoint Central Administration

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

    Your email address will not be published. Required fields are marked *

    This site uses Akismet to reduce spam. Learn how your comment data is processed.