Quantcast
Channel: SharePoint Diary
Viewing all articles
Browse latest Browse all 1058

How to Recover Deleted SharePoint Central Admin Site from IIS

$
0
0
SharePoint Central Administration site got deleted from IIS accidentally! It may happen due to file system got corruption errors. No worries, We can Re-provision SharePoint Central admin site! Lets provision SharePoint central administration site using PowerShell.

PowerShell Script to provision SharePoint Central Admin:
Open the "SharePoint 2010 Management Shell" and enter:
New-SPCentralAdministration -Port 2010 -WindowsAuthProvider "NTLM"
This will Re-provision Central Administration site.

For SharePoint 2007, Use PSConfig to Re-Provision Central Administration site:
In case of MOSS 2007, Use Psconfig.exe as:
psconfig.exe -cmd adminvs -provision -port 2010 -windowsauthprovider OnlyUseNTLM
All done, we are back to business.

Viewing all articles
Browse latest Browse all 1058

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>