What is Sharepoint\System account?

By namwar - Last updated: Sunday, September 5, 2010 - Save & Share - Leave a Comment

Many people ask this question that what is SharePoint\System account? So here is the answer:

  1. SHAREPOINT\System account is the same account used by application pool of your SharePoint web application in IIS at the time of creation/extension of respective web application.
  2. This is the account which is used when you run your code in under elevated privileges by SPSecurity.RunWithElevatedPrivileges.
  3. When you create/extend a web application in SharePoint and specify an Application Pool then the identity (Network Account) used by that Application pool becomes the SHAREPOINT\System account.
  4. It is highly recommended that end user should not be allowed to use this account to avoid unexpected errors.
  5. If you change the identity of App Pool account after creating/extending the SharePoint web application, the new account will not become the SHAREPOINT\System.
Share
Posted in Information, SP2010 • Tags: , , , Top Of Page

Write a comment