How to Perform ConfigMgr Site Reset | Fix Weird Issues | SCCM

Let’s learn more details about Site Reset options in the Configuration Manager world. This is the step-by-step guide to Perform ConfigMgr Site Reset. I have seen many scenarios where the reset operation helped to fix some “weird issues” with SCCM infrastructure.

What is Configuration Manager Site Reset Means?

You can initiate ConfigMgr site reset from the Primary or CAS server. I don’t think we can initiate an SCCM site reset from the secondary server. Let’s check the actions performed on the server-side as part of Site Reset:

  • Reapplies the default ConfigMgr file and registry permissions
    • Restores the following objects
      • The SMS or NAL registry keys, and any default subkeys under these keys.
      • The ConfigMgr file directory tree, and any default files or subdirectories in this file directory tree.
  • Reinstalls all site components and all site system roles at the site

NOTE! – A site reset does not reset access permissions to non-ConfigMgr objects. I don’t see any major impact performing the site reset. The site reset is mainly a straightforward process.

Permission Requirements for Site Reset?

My recommendation is to use the account which you used to install the primary or CAS server to perform the site reset. You can use similar accounts with the same level of access rights. More details User & Computer Access Rights Requirements.

Patch My PC
  • Full Administrator role with SCCM console
  • Local Admin access on all the related servers
  • SQL admin access just in case, etc…

NOTE! – Beginning with SCCM 1602, a site reset cannot be performed to change the Server or Client language packs that are installed at sites. If the hierarchy is configured to support testing client upgrades in a pre-production collection.

Launch ConfigMgr Setup option

  • Launch Configuration Manager Setup shortcut from “C:\ProgramData\Microsoft\ Windows\Start Menu\Programs\Microsoft Endpoint Manager\Configuration Manager”
Configuration Manager Setup shortcut  - Reset ConfigMgr Site - ConfigMgr Site Reset
Configuration Manager Setup shortcut – Reset ConfigMgr Site – ConfigMgr Site Reset
  • Click on NEXT
Microsoft Endpoint Configuration Manager Setup Wizard - Click Next
Microsoft Endpoint Configuration Manager Setup Wizard – Click Next

Perform Site Maintenance or Reset this site

  • Select Perform Site Maintenance or Reset this site
  • Click NEXT to continue
Select the option to Perform ConfigMgr Site Reset
Select the option to Perform ConfigMgr Site Reset

Reset site with no Configuration Changes

  • Select the action that you want to perform
    • Reset site with no Configuration Changes (This is the process I’m going to explain in this post)
    • Modify SQL Server Configuration
    • Modify SMS Provider configuration
    • Modify Language configuration
Reset site with no Configuration Changes - Site Reset Options
Reset site with no Configuration Changes – Site Reset Options
  • Click on YES to continue with SCCM Site Reset option. This is a kind of warning message that your site will be reset with default file and registry permissions.
This is kind of warning message - ConfigMgr Site Reset
This is a kind of warning message – ConfigMgr Site Reset
  • Progressed with ConfigMgr Site Reset with a Progress bar and ConfigMgrSetup.log
Progressed with ConfigMgr Site Reset - ConfigMgrSetup.log
Progressed with ConfigMgr Site Reset – Progress Status – ConfigMgrSetup.log

NOTE! – It’s recommended to restart the SCCM server to complete the Reset process.

Background Process?

Let’s go through the log file called ConfigMgrSetup.log from C:\ of the SCCM server from where you initiated the site reset option. You can refer to SCCM logs.

INFO: Service shut down is completed. INFO: Successfully created local user group SMS Admins on the local machine with MEMCM\anoop as the member. INFO: Added site server machine account to security group SMS Admins on TPCMMEMCM.memcm.com. 
INFO: F:\Program Files\Microsoft Configuration Manager permission set successfully.
INFO: Applying database security settings.
INFO: Adding Permission: IF OBJECT_ID('spGetAIProxySettings') IS NOT NULL GRANT EXECUTE ON [spGetAIProxySettings] TO [smsdbrole_AIUS]
INFO: Adding smsdbrole_siteprovider to db_owner: EXEC sp_addrolemember 'db_owner', 'smsdbrole_siteprovider'
INFO: Adding a login for ConfigMgr Site Server: IF NOT EXISTS (select * from master.sys.server_principals where name=N'NT AUTHORITY\SYSTEM') CREATE LOGIN [NT AUTHORITY\SYSTEM] FROM WINDOWS
INFO: reset directory permission: F:\Program Files\Microsoft Configuration Manager\inboxes\statmgr.box
Inbox def already exists, key 0, Site Control Manager (Master Site Control File)
Deleted inbox def 38, Orchestration Group Process Inbox
Created inbox def 74, Orchestration Group Process Inbox
ConfigMgr providers have successfully been unloaded on this server.
INFO: UpdateRegistry, pSetupInf->SqlServer: TPCMMEMCM.memcm.com, pSetupInf->SqlDatabaseName: CM_TP1, pSetupInf->SqlMasterDB: master.
INFO: Installing Configuration Manager Update Service
INFO: Site Component Manager installation completed.
INFO: Completed Site Maintenance.
~===================== Completed Configuration Manager Server Setup - Modify Site Settings =====================

Results

I have successfully completed the SCCM Site Reset. ConfigMgr Site reset option is used in many scenarios to fix weird SCCM issues.

Adaptiva

NOTE! – I’ve seen many issues get resolved after a site reset and you can view much similar feedback in various community forums.

Completed Configuration Manager Server Setup - Modify Site Settings
Completed Configuration Manager Server Setup – Modify Site Settings
Finish Site Reset Successfully - Microsoft Endpoint Configuration Manager Setup Wizard
Finish Site Reset Successfully – Microsoft Endpoint Configuration Manager Setup Wizard

Resources

Leave a Comment

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