Archive for September, 2014
Troubleshoot SharePoint Service Application \ Website issue from IIS
Topic details:
Today we will understand and troubleshoot more about SharePoint Service Application outside of SharePoint Central Admin. I came across multiple Forum issues who face service application issue but cannot troubleshoot it from IIS. Now this is an article which will help us understand more about issues and troubleshoot it.
Service Application and its properties in IIS:
Click Start > Run >Type “Inetmgr” > click ok > It will open the IIS screenshot for you.
Expand server you will see:
Application Pool : Application pools allow you to isolate your applications from one another, even if they are running on the same server. This way, if there is an error in one app, it won’t take down other applications. Additionally, applications pools allow you to separate different apps which require different levels of security.
Sites: These are Virtual Directory which actually hosts the HTML, ASPX, etc files which will be accessed by users.
Lot of times users see some error message in ULS logs which refer to a service URL which is either timed out or some wired issue. Let check more about the URL’s we seen in those ULS Logs.
When you expand Site > “SharePoint Web Services”, you will see number of Virtual Directories. These are service applications connection used by SharePoint
Now let us check which GUID belong to which Service Application. To do so we will click on each GUID and select Content view on bottom page. Here we see GUID “4ae5be2ba3ad4452826c338528a0aca3” is hosting Search Admin service.
Similarly we can see GUID “c9f7fec2839a4e5c8056d4f30e00b8ea” host App management service and “ef2a78b8e67747e9aaeb708ae0230e5e” host WorkManagementService and so on.
We can check the Application Pool used by these services. To do so let’s right click on GUID > Manage Application > Advance Settings
Here we can see the Application Pool used by GUID and physical path of the service files.
We can Browse the service by clicking on any .svc file > select browse. This help us to understand if the service is working fine.
If we get a screen with below metadata, it means it is working fine. If we see any error on any of them, then we need to troubleshoot that issue.
To check Application Pool datails of the website we will go to Application pool screen and select the Application Pool > Right click > Select Advance settings. You would notice the .net framework version, identity (account used by application pool) and other IIS setting of that application pool
Incase if the Application pool is stopped we need to start it. Application pool may stop due to password change of account used in identity, IISReset, etc
Some Basic troubleshooting steps:
- Create DisableLoopbackCheck registry on all SharePoint servers.
- Click Start, click Run, type regedit, and then click OK.
- In Registry Editor, locate and then click the following registry key:
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
- Right-click Lsa, point to New, and then click DWORD Value.
- Type DisableLoopbackCheck, and then press ENTER.
- Right-click DisableLoopbackCheck, and then click Modify.
- In the Value data box, type 1, and then click OK.
- Sometimes some Application pool properties are edited. One of them is support for 32 but application. Make sure it is always set to False for all SharePoint Application pool. You need to go to IIS Manager > Application Pool > Select Application Pool > Advanced Settings > set “Enable 32-bit applications” to “False”.
- If password used in Application pool account is changed, you may go to IIS Manager > Application Pool > Select Application Pool > Identity > Click on … near Application Pool username > Update the password for the application pool
- Make sure Application pool account is present in WSS_WPG and WSS_ADMIN_WPG
- I see a lot of time that IIS Hardening done by Windows admin cause this issue. Make sure that if you get an error e.g. 401, enable advance logging and check the exact error code like 401.1, 401.2, etc. This will help you troubleshoot issue. In below screenshot you can see all of them have a different reasoning.
- Last but not least enable IIS logging. Logging specific details from IIS is the most important step
Select the web application > Select “Failed Request Tracing” on right pane >Enable the tracing.
Just by enabling you will not see the log files, now you will have to configure Error code. Again select Web Application > Select “Failed request tracing rules” > Select Add >Select All content > In Status code type 401(If you have something else you can put that) > Next > Finish. Now you will be able to see all failed request.
- I some cases I have seen that due to antivirus or some other reason Application Pool account does not have permission on C:\InetPub folder. Make sure we have proper permission on Inetpub folder for service account and Application pool account.
During SharePoint Solution deployment or if we make any changes to IIS setting, it will generate a new web.config file. If we get some web.config errors, use tools like examdiff to check difference between old web.config and new web.config. This will help you narrow down issue track changes done in web.config. It is not recommended to modify any web.config unless necessary. Web.config should be in C:\inetpub\wwwroot\wss\VirtualDirectories\IIS site\ folder
Hope this was helpful to you all.
SharePoint search when browse Content Source, crawl log, etc I get error “The remote procedure call failed” (Exception from HRESULT: 0x800706BE)
Issue: Today I faced a weird issue that when I try to browse my Content Source, crawl log, etc I get error “The remote procedure call failed” (Exception from HRESULT: 0x800706BE). On Search admin page I could see All Error.
Analysis:
- I ULS Log file I got below error :
The gatherer object cannot be initialized. Context: Application ‘Search_Service_Application’, Catalog ‘Portal_Content’ Details: Access is denied. (0x80070005)
The application cannot be initialized. Context: Application ‘Search_Service_Application’ Details: Access is denied. (0x80070005)
pplication error when access /_admin/search/CrawlLogContentSources.aspx, Error=The remote procedure call failed. (Exception from HRESULT: 0x800706BE) at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.ErrorHandler(Object sender, EventArgs e) at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.OnError(EventArgs e) at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallH…
System.Runtime.InteropServices.COMException: The remote procedure call failed. (Exception from HRESULT: 0x800706BE) at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.ErrorHandler(Object sender, EventArgs e) at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.OnError(EventArgs e) at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.Htt… 8037bb9c-5f8c-d098-ef4d-e03a32dc9bf8
09/23/2014 12:25:37.81* w3wp.exe (0x3490) 0x2784 SharePoint Foundation Runtime tkau Unexpected …pApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
The gatherer object cannot be initialized. Context: Application ‘Search_Service_Application’, Catalog ‘Portal_Content’ Details: Access is denied. (0x80070005)
The application cannot be initialized. Context: Application ‘Search_Service_Application’ Details: Access is denied. (0x80070005)
pplication error when access /_admin/search/CrawlLogContentSources.aspx, Error=The remote procedure call failed. (Exception from HRESULT: 0x800706BE) at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.ErrorHandler(Object sender, EventArgs e) at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.OnError(EventArgs e) at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallH…
System.Runtime.InteropServices.COMException: The remote procedure call failed. (Exception from HRESULT: 0x800706BE) at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.ErrorHandler(Object sender, EventArgs e) at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.OnError(EventArgs e) at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.Htt… 8037bb9c-5f8c-d098-ef4d-e03a32dc9bf8
09/23/2014 12:25:37.81* w3wp.exe (0x3490) 0x2784 SharePoint Foundation Runtime tkau Unexpected …pApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Getting Error Message for Exception System.Runtime.InteropServices.COMException (0x800706BE): The remote procedure call failed. (Exception from HRESULT: 0x800706BE) at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.ErrorHandler(Object sender, EventArgs e) at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.OnError(EventArgs e) at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
- In Event Viewer I got below error:
1. Event Log
Log Name: Application
Source: Microsoft-SharePoint Products-SharePoint Server Search
Date: 9/23/2014 1:14:21 PM
Event ID: 1311
Task Category: Crawler:Gatherer Plugin
Level: Error
Keywords:
User: domain\user
Computer: computer.domain.com
Description:
The gatherer object cannot be initialized. Context: Application ‘Search_Service_Application’, Catalog ‘Portal_Content’ Details: Access is denied. (0x80070005)
Log Name: Application
Source: Microsoft-SharePoint Products-SharePoint Server
Date: 9/23/2014 1:14:08 PM
Event ID: 6482
Task Category: Shared Services
Level: Error
Keywords:
User: domain\user
Computer: computer.domain.com
Description:
Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (7041cac9-78a8-4e9d-9b68-7fd58e549e36).
Reason: The remote procedure call failed. (Exception from HRESULT: 0x800706BE)
Technical Support Details:
System.Runtime.InteropServices.COMException (0x800706BE): The remote procedure call failed. (Exception from HRESULT: 0x800706BE)
at Microsoft.Office.Server.Search.Administration.MSSITLB.IGatherManagerAdmin3.get_ConfigurationVersion()
at Microsoft.Office.Server.Search.Administration.Gatherer.ProvisionGlobalProperties()
at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.Synchronize()
at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob)
2. Event Log
Log Name: Application
Source: Application Error
Date: 9/23/2014 1:14:21 PM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: computer.domain.com
Description:
Faulting application name: OWSTIMER.EXE, version: 15.0.4420.1017, time stamp: 0x50674330
Faulting module name: clr.dll, version: 4.0.30319.18063, time stamp: 0x526767d0
Exception code: 0xc00000fd
Fault offset: 0x0000000000004823
Faulting process id: 0x29c
Faulting application start time: 0x01cfd7021e388d0f
Faulting application path: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\BIN\OWSTIMER.EXE
Faulting module path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
Report Id: 6de8ab5a-42f5-11e4-b954-1078d249c51f
3. Event Log
Log Name: Application
Source: .NET Runtime
Date: 9/23/2014 1:14:21 PM
Event ID: 1026
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: computer.domain.com
Description:
Application: mssearch.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: exception code c0000005, exception address 000007FEBE7EFCAC
4. Event Log
Log Name: Application
Source: Application Error
Date: 9/23/2014 1:14:21 PM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: computer.domain.com
Description:
Faulting application name: mssearch.exe, version: 15.0.4420.1017, time stamp: 0x50674115
Faulting module name: MSSrch.dll, version: 15.0.4420.1017, time stamp: 0x50674168
Exception code: 0xc0000005
Fault offset: 0x00000000000efcac
Faulting process id: 0x2d48
Faulting application start time: 0x01cfd7022f675638
Faulting application path: C:\Program Files\Microsoft Office Servers\15.0\Bin\mssearch.exe
Faulting module path: C:\Program Files\Microsoft Office Servers\15.0\Bin\MSSrch.dll
Report Id: 6e18e456-42f5-11e4-b954-1078d249c51f
5. Event Log
Log Name: Application
Source: Windows Error Reporting
Date: 9/23/2014 1:14:22 PM
Event ID: 1001
Task Category: None
Level: Information
Keywords: Classic
User: N/A
Computer: computer.domain.com
Description:
Fault bucket , type 0
Event Name: APPCRASH
Response: Not available
Cab Id: 0
Problem signature:
P1: mssearch.exe
P2: 15.0.4420.1017
P3: 50674115
P4: MSSrch.dll
P5: 15.0.4420.1017
P6: 50674168
P7: c0000005
P8: 00000000000efcac
P9:
P10:
Attached files: These files may be available here: C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_mssearch.exe_ad41854ae647fa879c781a7c75bbda4cb9d73d74_614ef624
Analysis symbol:
Rechecking for solution: 0
Report Id: 6e18e456-42f5-11e4-b954-1078d249c51f
Report Status: 4
Found all search services are started in Central admin
Service “Sharepoint server search 15 service” was stopped so tried to start “Sharepoint server search 15 service” from services.msc console got error
Windows could not start the SharePoint Server Search 15 service on computername.
Error 1067: The process terminated unexpectedly
Did not find any issue with Search Topology
Got Upgrade available in Central admin. So planned to update the server by running PSconfig wizard.
Troubleshooting steps followed:
Open SharePoint PowerShell as administrator and run below:
psconfig -cmd upgrade inplace b2B wait
Got below error
SharePoint Products Configuration Wizard version 15.0.4420.1017. Copyright (C) Microsoft Corporation 2012. All rights reserved.
Performing configuration task 1 of 4
Initializing SharePoint Products upgrade…
Waiting to get a lock to upgrade the farm.
Successfully initialized the SharePoint Products configuration.
Performing configuration task 2 of 4
Initiating the upgrade sequence…
Successfully initiated the upgrade sequence.
Performing configuration task 3 of 4
Upgrading SharePoint Products…
Failed to upgrade SharePoint Products.
An exception of type Microsoft.SharePoint.Administration.SPUpdatedConcurrencyException was thrown. Additional exception information: An update conflict has occurred, and you must re-try this action. The object SPUpgradeSession Name=Upgrade-20140923-132412-856 was updated by domain\user, in the PSCONFIG (8960)process, on machine computername. View the tracing log for more information about the conflict.
Total number of configuration settings run: 3
Total number of successful configuration settings: 2
Total number of unsuccessful configuration settings: 1
Successfully stopped the configuration of SharePoint Products.Configuration of SharePoint Products failed. Configuration must be performed before you use SharePoint Products. For further details, see the diagnostic log located at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS\PSCDiagnostics_9_23_2014_13_23_25_265_114189745.log and the application event log.
In SharePoint powershell ran “IISReset” and above command. Still got same error
Reboot the server and tried above command. Still got same error
Solution I found
In SharePoint powershell tried below command:
PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures
Now I got below message:
10.00% : Failed to start service SearchServiceInstance on this server after completing upgrade. Please start it manually.
Successfully upgraded SharePoint Products.
Performing configuration task 6 of 6
Finalizing the SharePoint Products configuration…
Tried to run SharePoint Products and configuration wizard from UI and now search service was started.
Confirmed that search is also working fine.
Also I don’t have the upgrade error anymore
Common issue when using SharePoint 2013 Multi Tenant environment (Apps and User Profile Synchronization)
Scenario : When using SharePoint 2013 Multi Tenant environment you may come across multiple issue. Below are very important and commons issue I have troubleshoot till date.
Issue 1 : When users try to access SKYdrive and Newsfeed. Get below error message:
Error : Exception occurred loading user profile (/mysite/default.aspx): System.ArgumentNullException: Value cannot be null. Parameter name: userProfileApplicationProxy
Solution:
Here the site subscription is not added to the tenant site. To resolve the issue we need to follow below steps:
$sub = get-spsitesubscription “yourGUID”;
$site = get-spsite “https://youronedrivesite.yourdomain.com/personal/user”
set-spsite -identity $site -SiteSubscription $sub
Issue 2 : When users try to add app to their SharePoint site. they get below error:
Error : “apps are turned off if you know who runs the server tell them to enable apps”
Solution:
Every Tenant Admin will require a new App Catalog. It is different from app catalog created in central admin(Make sure Self site creation is enabled in order for App Catalog to get created)
$Sub = Get-SPSiteSubscription http://hhmodeSite (This CMDlet will help in fetching the subscription ID of the HH mode site collection)
Set-SPAppSiteSubscriptionName -Name “Name for Subscription” -SiteSubscription $Sub
We need to run the above command in order to set the unique name for domain under which these apps will run.More details can be found under http://technet.microsoft.com/en-us/library/jj219503.aspx
Issue: How to check which Active Directory OU is assigned to which Site Collection
Solution :
Normally you can see the details of each site collection using below:
Get-SPSiteSubscription –Identity http://hosted-site-URL
If you want to see details of all tenant at once, try below:
– In “Your_Tenant_Profiles_Service_ProfileDB” run below query
SELECT TOP 1000 [CanonicalMySitePortalUrl],[SynchronizationOU]
FROM [Your_Tenant_Profiles_Service_ProfileDB].[dbo].[Tenants]
Reference:
http://blogs.technet.com/b/harmeetw/archive/2013/01/03/sharepoint-2013-you-receive-quot-sorry-apps-are-turned-off-if-you-know-who-runs-the-server-tell-them-to-enable-apps-quot-when-trying-to-add-apps-on-host-header-site-collection.aspx
http://social.technet.microsoft.com/Forums/office/en-US/a04a9163-1f9d-4519-891e-4d6ca8d9528a/setup-mysites-in-a-multitenant-sp2013-farm?forum=sharepointadmin#98a30156-a4ca-46f6-bf1a-47d08f54013d
SharePoint 2013 and 2010 : The trial period for this product has expired
You cannot extend the trial. You can license the full product by getting a paid-for license key, then in Central Administration > Upgrade and Migration > Convert Farm License Type. Enter the product key > Upgrade. Now the license and expiration date are held within the Configuration database, the only way to “extend” a trial is to rebuild the farm from scratch.
Or you can follow below unsupported method.
There is a way we can modifying your SQL Server databases. This is an unsupported method so make sure you backup your config database first before continuing.
To do so follow below steps > Open SQL server management studio > connect your SQL instance.
Right click your configuration database (Which by default should be ‘SharePoint_Config’ ) > Select “New Query” on top.
Copy paste below query in the new query window
UPDATE Objects
SET Properties = Replace(Properties, 9223372036854775807, 92233720368547758)
WHERE ClassId = ‘4274DBC4-7D52-474F-961B-58D84F5C28FF’
Execute this query from top.
Now go to Central Administration > Upgrade and Migration > Convert farm license type. You should be able to input your new Product Key now and hit OK.
Sharepoint 2010 & 2013 issue : The solution cannot be deployed. The feature “” uses the directory “” in the solution. However, it is currently installed in the farm to the directory “”. Uninstall the existing feature before you install a new version of the solution
I get this error when I try to deploy a solution from Visual Studio or user Powershell Add-SPSolution it is a very old issue related to deploying solution. Error message:
The solution cannot be deployed. The feature
‘ea6dd247-b625-4544-bcaa-b944fd2ca448’ uses the directory “feature01” in the solution. However, it is currently installed in the farm to the directory “customfeature1”. Uninstall the existing feature before you install a new version of the solution.
Tried to use remove-SPsolution but no luck
Remove-SPSolution -Identity “customfeature1.wsp” -force (got below error)
Outcome : Remove-SPSolution : Cannot find an SPSolution object with Id or Name: customfeature1.wsp
Tried below command but still no luck
Remove-SPSolutionDeploymentLock
Tried to run below command but still same issue
Uninstall-SPFeature “ea6dd247-b625-4544-bcaa-b944fd2ca448” -force
Outcome : Uninstall-SPFeature : Cannot find a Feature object with Path or Id:
ea6dd247-b625-4544-bcaa-b944fd2ca448 in scope Local farm.
Now I tried below command and got message “Operation completed successfully”. But i was still facing same issue:
stsadm -o uninstallfeature -id “ea6dd247-b625-4544-bcaa-b944fd2ca448” -force
Outcome : Operation completed successfully
Finally I opened solution in visual studio and remove the feature “feature01” from features folder and tried to deploy solution. This time I was able to deploy solution without any issue.
Now again I added the “Feature01” to features list and was able to deploy the solution with same feature.
If you face the same issue with a Timerjob installed in farm. Above steps will not help you resolve the issue. You need to follow below:
- Navigate to Central Administration
- Then Operations > Timer Job definitions
- Find you timer job from the list and click to open the page
- Copy the JobId from URL eg: http://MyServer:123/_admin/JobEdit.aspx?JobId=XXX-XXX-XXX-XX)
- Copy to NotePad and replace the %2D characters by a dash “-“
- Then Open Sharepoint Powershell command window and use below command:
stsadm.exe -o deleteconfigurationobject -id <ObjectGUID>
Missing server side dependencies on SharePoint 2010 and SharePoint 2013
Sample error message in SharePoint Health Analyzer.
Title Missing server side dependencies.
Severity 1 – Error
Category Configuration
Explanation
[MissingSetupFile] File [Features\Customfeature.SharePoint\feature1\feature.webpart] is referenced [1] times in the database [WSS_Content], but is not installed on the current farm. Please install any feature/solution which contains this file. One or more setup files are referenced in the database [WSS_Content], but are not installed on the current farm. Please install any feature or solution which contains these files.
[MissingWebPart] WebPart class [0e293c29-9caf-6fec-3c02-43e65bdf420d] (class [Customfeature] from assembly [SOMECustomapp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=539e3b144bfb558e1]) is referenced [1] times in the database [WSS_Content], but is not installed on the current farm. Please install any feature/solution which contains this web part. One or more web parts are referenced in the database [WSS_Content], but are not installed on the current farm. Please install any feature or solution which contains these web parts.
[MissingWebPart] WebPart class [28c23aec-2537-68b3-43b6-845b13cea19f] is referenced [5] times in the database [SharePoint_AdminContent_2de70b74-66e7-4c03-9135-e4e7bd6f0491], but is not installed on the current farm. Please install any feature/solution which contains this web part. One or more web parts are referenced in the database [SharePoint_AdminContent_2de70b74-66e7-4c03-9135-e4e7bd6f0491], but are not installed on the current farm. Please install any feature or solution which contains these web parts.
Remedy For more information about this rule, see “http://go.microsoft.com/fwlink/?LinkID=142689”.
Failing Servers Server1, Server2
Failing Services SPTimerService (SPTimerV4)
Rule Settings View
Points to notice in above issue:
- It will mention the server where this issue was observed. Keep a note of those servers. If it is a single server installation, it might not give names.
Lot of time type of installation done on server and IIS feature enabled on site cause this issue. A workaround to resolve the issue to open web.config on all servers and match it. Make sure they are same on all servers.
- Most important you need to note the name of custom features(e.g. [Features\Customfeature.SharePoint\feature1\feature.webpart]) mentioned above.
We should see details of this feature in the content database name associated with feature. To verify same open SQL management studio > connect to SQL server > Expand databases > expand content datbase(e.g. WSS_Content) > Tables > Now right click on dbo.FeatureTracking > Select top 1000 rows > You should see all the feature name and Feature is mentioned here.
To know more details of webpart run below code on SQL content database
SELECT tp_WebPartTypeId, COUNT(1), tp_Assembly, tp_Class FROM AllWebParts
(NOLOCK) WHERE tp_WebPartTypeId IS NOT NULL AND tp_SolutionId IS NULL
GROUP BY tp_WebPartTypeId, tp_Assembly, tp_Class
- In another issue you will see only Feature ID and not feature name(e.g. [MissingWebPart] WebPart class [28c23aec-2537-68b3-43b6-845b13cea19f]). Here you can refer below article and check if you are able to find the feature id:
If you see the feature ID in this list, it means it was once activated on some site in this database but it is now deactivated. May be somewhere on some page, the webpart related to that feature is still present which is causing this issue. You need to find that page and remove the webpart from that page or reactivate the feature.
- Lot of time we will see this issue for Admin content database as shown below.
[MissingWebPart] WebPart class [28c23aec-2537-68b3-43b6-845b13cea19f] is referenced [5] times in the database [SharePoint_AdminContent_2de70b74-66e7-4c03-9135-e4e7bd6f0491],
They are actually search webpart. To validate the same run below query on SQL server:
use [SharePoint_AdminContent_GUID]
select DirName,LeafName from dbo.AllDocs where id in
(select tp_PageUrlID from dbo.AllWebParts where
(tp_WebPartTypeID='28c23aec-2537-68b3-43b6-845b13cea19f')
)
go
Resolutions are:
- Normally issue is resolved when simply re-analyzing.
- Browsing to the pages may help
- Some article state it was a bug in SharePoint 2010.
5.Now if the above feature is a Custom solution:
- If you don’t have that custom solution with you. then I would suggest you to simply ignore the issue.
- If you have the solution then you can deploy the solution in farm and deactivate the feature in farm and then remove the solution from farm.
Once above steps are performed reanalyze and check for error
- In Central Administration, navigate to: CA > Application Management > Manage Service Applications > Search Service Application > Manage. This takes you to the SearchAdministration page.
- Next, navigate to: CA > Application Management > Manage Service Applications > Search Service Application > Manage > Farm Search Administration. This takes you to the SearchFarmDashboard page.
- Then, navigate to: CA > Monitoring > Health Analyzer > Review problems and solutions.
- Click the issue link, click Reanalyze Now, and then click Close.
- Wait a few minutes, and then refresh the page.
SharePoint 2013 Feature ID with Feature Name
SharePoint Server Enterprise 2013
DisplayName | Id | Compatibility level |
PublishingStapling | 001f4bd7-746d-403b-aa09-a6cc43de7942 | 14 |
SiteStatusBar | 001f4bd7-746d-403b-aa09-a6cc43de7999 | 14 |
BasicWebParts | 00bfea71-1c5e-4a24-b310-ba51c3eb7a57 | 14 |
XmlFormLibrary | 00bfea71-1e1d-4562-b56a-f05371bb0115 | 14 |
LinksList | 00bfea71-2062-426c-90bf-714c59600103 | 14 |
WorkflowProcessList | 00bfea71-2d77-4a75-9fca-76516689e21a | 14 |
GridList | 00bfea71-3a1d-41d3-a0ee-651d11570120 | 14 |
WorkflowHistoryList | 00bfea71-4ea5-48d4-a4ad-305cf7030140 | 14 |
TeamCollab | 00bfea71-4ea5-48d4-a4ad-7ea5c011abe5 | 14 |
GanttTasksList | 00bfea71-513d-4ca0-96c2-6a47775c0119 | 14 |
PictureLibrary | 00bfea71-52d4-45b3-b544-b1c71b620109 | 14 |
IssuesList | 00bfea71-5932-4f9c-ad71-1557e5751100 | 14 |
DiscussionsList | 00bfea71-6a49-43fa-b535-d15c05500108 | 14 |
ContactsList | 00bfea71-7e6d-4186-9ba8-c047ac750105 | 14 |
ExternalList | 00bfea71-9549-43f8-b978-e47e54a10600 | 14 |
TasksList | 00bfea71-a83e-497e-9ba0-7a5c597d0107 | 14 |
WebPageLibrary | 00bfea71-c796-4402-9f2f-0eb9a6e71b18 | 14 |
AnnouncementsList | 00bfea71-d1ce-42de-9c63-a44004ce0104 | 14 |
WikiPageHomePage | 00bfea71-d8fe-4fec-8dad-01c19a6e4053 | 14 |
DataConnectionLibrary | 00bfea71-dbd7-4f72-b8cb-da7ac0440130 | 14 |
CustomList | 00bfea71-de22-43b2-a848-c05709900100 | 14 |
DocumentLibrary | 00bfea71-e717-4e80-aa17-d0c71b360101 | 14 |
SurveysList | 00bfea71-eb8a-40b1-80c7-506be7590102 | 14 |
EventsList | 00bfea71-ec85-4903-972d-ebe475780106 | 14 |
DataSourceLibrary | 00bfea71-f381-423d-b9d1-da7a54c50110 | 14 |
NoCodeWorkflowLibrary | 00bfea71-f600-43f6-a895-40c0de7b0117 | 14 |
FeaturePushdown | 0125140f-7123-4657-b70a-db9aa1f209e5 | 14 |
ReviewWorkflows | 02464c6a-9d07-4f30-ba04-e9035cf54392 | 14 |
MySiteQuickLaunch | 034947cc-c424-47cd-a8d1-6014f0e36925 | 14 |
OSSSearchEndUserHelpFeature | 03b0a3dc-93dd-4c68-943e-7ec56e65ed4d | 14 |
PPSMonDatasourceCtype | 05891451-f0c4-4d4e-81b1-0dabd840bad4 | 14 |
LocationBasedPolicy | 063c26fa-3ccc-4180-8a84-b6f98e991df3 | 14 |
BizAppsListTemplates | 065c78be-5231-477e-a972-14177cc5b3c7 | 14 |
EnhancedTheming | 068bc832-4951-11dc-8314-0800200c9a66 | 14 |
OsrvLinks | 068f8656-bea6-4d60-a5fa-7f077f8f5c20 | 14 |
HelpLibrary | 071de60d-4b02-4076-b001-b456e93146fe | 14 |
PremiumWeb | 0806d127-06e6-447a-980e-2e90b03101b8 | 14 |
FCGroupsList | 08386d3d-7cc0-486b-a730-3b4cfe1b5509 | 14 |
OSearchHealthReportsPushdown | 09fe98f3-3324-4747-97e5-916a28a0c6c0 | 14 |
TenantAdminBDC | 0a0b2e8f-e48e-4367-923b-33bb86c1b398 | 14 |
Workflows | 0af5989a-3aea-4519-8ab0-85d91abe39ff | 14 |
PPSSiteMaster | 0b07a7f4-8bb8-4ec0-a31b-115732b9584d | 14 |
SlideLibrary | 0be49fe9-9bc9-409d-abf9-702753bd878d | 14 |
OfficeWebApps | 0c504a5c-bcea-4376-b05e-cbca5ced7b4f | 14 |
DocumentRoutingResources | 0c8a9a47-22a9-4798-82f1-00e62a96006e | 14 |
PremiumWebApplication | 0ea1c3b6-6ac0-44aa-9f3f-05e8dbe6d70b | 14 |
ContentLightup | 0f121a23-c6bc-400f-87e4-e6bbddf6916d | 14 |
MySiteCleanup | 0faf7d1b-95b1-4053-b4e2-19fd5c9bbc88 | 14 |
OssNavigation | 10bdac29-a21a-47d9-9dff-90c7cae1301e | 14 |
PageConverters | 14173c38-5e2d-4887-8134-60f9df889bad | 14 |
LocalSiteDirectoryControl | 14aafd3a-fcb9-4bb7-9ad7-d8e36b663bbd | 14 |
IPFSTenantFormsConfig | 15845762-4ec4-4606-8993-1c0512a98680 | 14 |
WordServerViewing | 1663ee19-e6ab-4d47-be1b-adeb27cfd9d2 | 14 |
ReviewPublishingSPD1033 | 19f5f68e-1b92-4a02-b04d-61810ead0409 | 14 |
AccSrvUserTemplate | 1a8251a0-47ab-453d-95d4-07d7ca4f8166 | 14 |
IMEDicList | 1c6a572c-1b58-49ab-b5db-75caf50692e6 | 14 |
AccSrvApplication | 1cc4b32c-299b-41aa-9770-67715ea05f25 | 14 |
SearchAndProcess | 1dbf6063-d809-45ea-9203-d3ba4a64f86d | 14 |
DMContentTypeSettings | 1ec2c859-e9cb-4d79-9b2b-ea8df09ede22 | 14 |
PublishingTimerJobs | 20477d83-8bdb-414e-964b-080637f7d99b | 14 |
Publishing | 22a9ef51-737b-4ff2-9346-694633fe4416 | 14 |
CallTrackList | 239650e3-ee0b-44a0-a22a-48292402b8d8 | 14 |
ReportListTemplate | 2510d73f-7109-4ccc-8a1c-314894deeb3a | 14 |
BICenterDataconnectionsLib | 26676156-91a0-49f7-87aa-37b1d5f0c4d0 | 14 |
AccSrvUSysAppLog | 28101b19-b896-44f4-9264-db028f307a62 | 14 |
TransMgmtLib | 29d85c25-170c-4df9-a641-12db0b9d4130 | 14 |
AccSrvMSysAso | 29ea7495-fca1-4dc6-8ac1-500c247a036e | 14 |
SPSearchFeature | 2ac1da39-c101-475c-8601-122bc36e3d67 | 14 |
WebPartAdderGroups | 2ed1c45e-a73b-4779-ae81-1524e4de467a | 14 |
UpgradeOnlyFile | 2fa4db13-4109-4a1d-b47c-c7991d4cc934 | 14 |
V2VPublishingLayouts | 2fbbe552-72ac-11dc-8314-0800200c9a66 | 14 |
RedirectPageContentTypeBinding | 306936fd-9806-4478-80d1-7e397bfa6474 | 14 |
GlobalWebParts | 319d8f70-eb3a-4b44-9c79-2087a87799d6 | 14 |
TenantProfileAdmin | 32ff5455-8967-469a-b486-f8eaf0d902f9 | 14 |
ContentTypeSyndication | 34339dc9-dec4-4256-b44a-b30ff2991a64 | 14 |
SSSvcAdmin | 35f680d4-b0de-4818-8373-ee0fca092526 | 14 |
FastCentralAdminHelpCollection | 38969baa-3590-4635-81a4-2049d982adfa | 14 |
EmailTemplates | 397942ec-14bf-490e-a983-95b87d0d29d1 | 14 |
BICenterSampleData | 3992d4ab-fa9e-4791-9158-5ee32178e88a | 14 |
MpsWebParts | 39dd29fb-b6f5-4697-b526-4d38de4893e5 | 14 |
DocumentManagement | 3a4ce811-6fe0-4e97-a6ae-675470282cf2 | 14 |
DocumentSet | 3bae86a2-776d-499d-9db8-fa4cdc7884f8 | 14 |
ReviewWorkflowsSPD1033 | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60409 | 14 |
IPFSTenantWebProxyConfig | 3c577815-7658-4d4f-a347-cfbb370700a7 | 14 |
ExcelServerSite | 3cb475e7-4e87-45eb-a1f3-db96ad7cf313 | 14 |
GBWWebParts | 3d25bd73-7cd4-4425-b8fb-8899977f73de | 14 |
OnenoteServerViewing | 3d433d02-cf49-4975-81b4-aede31e16edf | 14 |
TenantProfileAdminStapling | 3d4ea296-0b35-4a08-b2bf-f0a8cabd1d7f | 14 |
BDR | 3f59333f-4ce1-406d-8a97-9ecb0ff0337f | 14 |
TaxonomyFeatureStapler | 415780bf-f710-4e2c-b7b0-b463c7992ef0 | 14 |
BizAppsSiteTemplates | 4248e21f-a816-4c88-8cab-79d82201da7b | 14 |
BizAppsCTypes | 43f41342-1a37-4372-8ca0-b44d881e4434 | 14 |
OSearchEnhancedFeature | 4750c984-7721-4feb-be61-c660c6190d43 | 14 |
PPSWorkspaceList | 481333e1-a246-4d89-afab-d18c6fe344ce | 14 |
TaxonomyTimerJobs | 48ac883d-e32e-4fd6-8499-3408add91b53 | 14 |
MySiteHost | 49571cd1-b6a1-43a3-bf75-955acc79c8d8 | 14 |
AssetLibrary | 4bcccd62-dcaf-46dc-a7d4-e38277ef33f4 | 14 |
ExcelServerWebPart | 4c42ab64-55af-4c7c-986a-ac216a6e0c0e | 14 |
BaseWebApplication | 4f56f9fa-51a0-420c-b707-63ecbb494db1 | 14 |
NavigationProperties | 541f5f57-c847-4e16-b59a-b31e90e6f9ea | 14 |
AdminReportCorePushdown | 55312854-855b-4088-b09d-c5efe0fbf9d2 | 14 |
SiteHelp | 57ff23fc-ec05-4dd8-b7ed-d93faa7c795d | 14 |
FacilityList | 58160a6b-4396-4d6e-867c-65381fb5fbc9 | 14 |
MobileEwaFarm | 5a020a4f-c449-4a65-b07d-f2cc2d8778dd | 14 |
BizAppsFields | 5a979115-6b71-45a5-9881-cdc872051a69 | 14 |
RecordResources | 5bccb9a4-b903-4fd1-8620-b795fa33c9ba | 14 |
PPSDatasourceLib | 5d220570-df17-405e-b42d-994237d60ebf | 14 |
SearchExtensions | 5eac763d-fbf5-4d6f-a76b-eded7dd7b0a5 | 14 |
MySiteHostPictureLibrary | 5ede0a86-c772-4f1d-a120-72e734b3400c | 14 |
PortalLayouts | 5f3b0127-2f1d-4cfd-8dd2-85ad1fb00bfc | 14 |
VisioServer | 5fe8e789-d1b7-44b3-b634-419c531cfdca | 14 |
SpellChecking | 612d671e-f53d-4701-96da-c3a4ee00fdc5 | 14 |
TenantAdminSecureStoreStapling | 6361e2a8-3bc4-4ca4-abbb-3dfbb727acd7 | 14 |
ScheduleList | 636287a7-7f62-4a6e-9fcc-081f4672cbf8 | 14 |
SlideLibraryActivation | 65d96c6b-649a-4169-bf1d-b96505c60375 | 14 |
ObaProfilePages | 683df0c0-20b7-4852-87a3-378945158fab | 14 |
MySiteLayouts | 6928b0e5-5707-46a1-ae16-d6e52522d52b | 14 |
ctypes | 695b6570-a48b-4a8e-8ea5-26ea7fc1d162 | 14 |
MySite | 69cc9662-d373-47fc-9449-f18d11ff732c | 14 |
MySiteNavigation | 6adff05c-d581-4c05-a6b9-920f15ec6fd9 | 14 |
SignaturesWorkflow | 6c09612b-46af-4b2f-8dfc-59185c962a29 | 14 |
RecordsManagement | 6d127338-5e7d-4391-8f62-a11e43b1d404 | 14 |
LegacyDocumentLibrary | 6e53dd27-98f2-4ae5-85a0-e9a8ef4aa6df | 14 |
GBWProvision | 6e8a2add-ed09-4592-978e-8fa71e6f117c | 14 |
FastEndUserHelpCollection | 6e8f2b8d-d765-4e69-84ea-5702574c11d6 | 14 |
Reporting | 7094bd89-2cfe-490a-8c7e-fbace37b4a34 | 14 |
SPSDisco | 713a65a1-2bc7-4e62-9446-1d0b56a8bf7f | 14 |
MetaDataNav | 7201d6a4-a5d3-49a1-8c19-19c4bac6e668 | 14 |
TaxonomyFieldAdded | 73ef14b1-13a9-416b-a9b5-ececa2b0604c | 14 |
AccSrvSolutionGallery | 744b5fd3-3b09-4da6-9bd1-de18315b045d | 14 |
IPFSAdminWeb | 750b8e49-5213-4816-9fa2-082900c0201a | 14 |
SocialRibbonControl | 756d8a58-4e24-4288-b981-65dc93f9c4e5 | 14 |
EnterpriseWiki | 76d688ad-c16e-4cec-9b71-7b7f0d79b9cd | 14 |
OSSSearchSearchCenterUrlSit… | 7ac8cc56-d28e-41f5-ad04-d95109eb987a | 14 |
OSSSearchSearchCenterUrlFea… | 7acfcb9d-8e8f-4979-af7e-8aed7e95245e | 14 |
DocumentRouting | 7ad5272a-2694-4349-953e-ea5ef290e97c | 14 |
ViewFormPagesLockDown | 7c637b23-06c4-472d-9a9a-7c175762c5c4 | 14 |
TaxonomyTenantAdmin | 7d12c4c3-2321-42e8-8fb6-5295a849ed08 | 14 |
VisioProcessRepositoryFeatu… | 7e0aabee-b92b-4368-8742-21ab16453d00 | 14 |
VisioProcessRepository | 7e0aabee-b92b-4368-8742-21ab16453d01 | 14 |
VisioProcessRepositoryUs | 7e0aabee-b92b-4368-8742-21ab16453d02 | 14 |
EnhancedHtmlEditing | 81ebc0d6-8fb2-4e3f-b2f8-062640037398 | 14 |
TransMgmtFunc | 82e2ea42-39e2-4b27-8631-ed54c1cfc491 | 14 |
PPSSiteStapling | 8472208f-5a01-4683-8119-3cea50bea072 | 14 |
PremiumSite | 8581a8a7-cf16-4770-ac54-260265ddb0b2 | 14 |
MySiteBlog | 863da2ac-3873-4930-8498-752886210911 | 14 |
MossChart | 875d1044-c0cf-4244-8865-d2a0039c2a49 | 14 |
Navigation | 89e0306d-453b-4ec5-8d68-42067cdbf98e | 14 |
OpenInClient | 8a4b8de2-6fd8-41e9-923c-c7c3c00f8295 | 14 |
MasterSiteDirectoryControl | 8a663fe0-9d9c-45c7-8297-66365ad50427 | 14 |
WikiWelcome | 8c6a6980-c3d9-440e-944c-77f93bc65a7e | 14 |
MaintenanceLogs | 8c6f9096-388d-4eed-96ff-698b3ec46fc4 | 14 |
WAWhatsPopularWebPart | 8e947bf0-fe40-4dff-be3d-a8b88112ade6 | 14 |
LocalSiteDirectoryMetaData | 8f15b342-80b1-4508-8641-0751e2b55ca6 | 14 |
TaxonomyTenantAdminStapler | 8fb893d6-93ee-4763-a046-54f9e640368d | 14 |
ObaProfilePagesTenantStapling | 90c6c1e5-3719-4c52-9f36-34a97df596f7 | 14 |
Ratings | 915c240e-a6cc-49b8-8b2c-0bff8b553ed3 | 14 |
SkuUpgradeLinks | 937f97e9-d7b4-473d-af17-b03951b2c66b | 14 |
PublishingWeb | 94c94ca6-b32f-4da9-a9e3-1f3d343d7ecb | 14 |
BaseSiteStapling | 97a2485f-ef4b-401f-9167-fa4fe177c6f6 | 14 |
TenantAdminLinks | 98311581-29c5-40e8-9347-bd5732f0cb3e | 14 |
TenantAdminDeploymentLinks | 99f380b4-e1aa-4db0-92a4-32b15e35b317 | 14 |
BaseWeb | 99fe402e-89a0-45aa-9163-85342e865dc8 | 14 |
ContentTypeHub | 9a447926-5937-44cb-857a-d3829301c73b | 14 |
HolidaysList | 9ad4c2d4-443b-4a94-8534-49a23f20ba3c | 14 |
OrganizationsClaimHierarchy… | 9b0293a7-8942-46b0-8b78-49d29a9edd53 | 14 |
GroupWork | 9c03e124-eef7-4dc6-b5eb-86ccd207cb87 | 14 |
WhereaboutsList | 9c2ef9dc-f733-432e-be1c-2e79957ea27b | 14 |
Hold | 9e56487c-795a-4077-9425-54a1ecb84282 | 14 |
VisioWebAccess | 9fec40ea-a949-407d-be09-6cba26470a0c | 14 |
IPFSWebFeatures | a0e5a010-1329-49d4-9e09-f280cdbed37d | 14 |
ipfsAdminLinks | a10b6aa4-135d-4598-88d1-8d4ff5691d13 | 14 |
DownloadFromOfficeDotCom | a140a1ac-e757-465d-94d4-2ca25ab2c662 | 14 |
PPSSiteCollectionMaster | a1cb5b7f-e5e9-421b-915f-bf519b0760ef | 14 |
SitesList | a311bf68-c990-4da3-89b3-88989a3d7721 | 14 |
PublishingPrerequisites | a392da98-270b-4e85-9769-04c0fde267aa | 14 |
SignaturesWorkflowSPD1033 | a42f749f-8633-48b7-9b22-403b40190409 | 14 |
ReviewPublishingSPD | a44d2aa3-affc-4d58-8db4-f4a3af053188 | 14 |
AccSrvRestrictedList | a4d4ee2c-a6cb-4191-ab0a-21bb5bde92fb | 14 |
CirculationList | a568770a-50ba-4052-ab48-37d8029b3f47 | 14 |
PremiumSiteStapling | a573867a-37ca-49dc-86b0-7d033a7ed2c8 | 14 |
EnterpriseWikiLayouts | a942a218-fa43-4d11-9d85-c01e3e3a37cb | 14 |
PublishingResources | aebc918d-b20f-4a11-a1db-9ed84d79c87e | 14 |
BulkWorkflow | aeef8777-70c0-429f-8a13-f12db47a6d47 | 14 |
ProfileSynch | af847aa9-beb6-41d4-8306-78e41af9ce25 | 14 |
BaseSite | b21b090c-c796-4b0f-ac0f-7ef1659c20ae | 14 |
ExcelServerEdit | b3da33d0-5e51-4694-99ce-705a3ac80dc5 | 14 |
DocId | b50e3104-6812-424f-a011-cc90e6327318 | 14 |
ReviewWorkflowsSPD | b5934f65-a844-4e67-82e5-92f66aafe912 | 14 |
TenantAdminBDCStapling | b5d169c9-12db-4084-b68d-eef9273bd898 | 14 |
SiteUpgrade | b63ef52c-1e99-455f-8511-6a706567740f | 14 |
TenantAdminSecureStore | b738400a-f08a-443d-96fa-a852d0356bba | 14 |
AdminReportCore | b8f36433-367d-49f3-ae11-f7d76b51d251 | 14 |
OSearchBasicFeature | bc29e863-ae07-4674-bd83-2c6d0aa5623f | 14 |
AccSrvShell | bcf89eb7-bca1-4468-bdb4-ca27f61a2292 | 14 |
SRPProfileAdmin | c43a587e-195b-4d29-aba8-ebb22b48eb1a | 14 |
SignaturesWorkflowSPD | c4773de6-ba70-4583-b751-2a7b1dc67e3a | 14 |
ManageUserProfileServiceApp… | c59dbaa9-fa01-495d-aaa3-3c02cc2ee8ff | 14 |
ReportCenterSampleData | c5d947d6-b0a2-4e07-9929-8e54f5a9fff9 | 14 |
TranslationWorkflow | c6561405-ea03-40a9-a57f-f25472942a22 | 14 |
SearchAdminWebParts | c65861fa-b025-4634-ab26-22a23e49808f | 14 |
ExcelServerWebPartStapler | c6ac73de-1936-47a4-bdff-19a6fc3ba490 | 14 |
LegacyWorkflows | c845ed8d-9ce5-448c-bd3e-ea71350ce45b | 14 |
ExpirationWorkflow | c85e5759-f323-4efb-b548-443d2216efb5 | 14 |
IPFSSiteFeatures | c88c4ff1-dbf5-4649-ad9f-c6c426ebcbf5 | 14 |
OSearchCentralAdminLinks | c922c106-7d0a-4377-a668-7f13d52cb80f | 14 |
OffWFCommon | c9c9515d-e4e2-4001-9050-74f980f93160 | 14 |
DeploymentLinks | ca2543e6-29a1-40c1-bba9-bd8510a4c17b | 14 |
fields | ca7bd552-10b1-4563-85b9-5ed1d39c962a | 14 |
DataConnectionLibraryStapling | cdfa39c6-6413-4508-bccf-bf30368472b3 | 14 |
ObaSimpleSolution | d250636f-0a26-4019-8425-a5232d592c01 | 14 |
AddDashboard | d250636f-0a26-4019-8425-a5232d592c09 | 14 |
FastFarmFeatureActivation | d2d98dc8-c7e9-46ec-80a5-b38f039c16be | 14 |
PublishingLayouts | d3f51be2-38a8-4e44-ba84-940d35be1566 | 14 |
EMailRouting | d44a1358-e800-47e8-8180-adf2d0f77543 | 14 |
TimecardList | d5191a77-fa2d-4801-9baf-9f4205c9e9d2 | 14 |
AccSrvSolutionGalleryStapler | d5ff2d2c-8571-4c3c-87bc-779111979811 | 14 |
WhatsNewList | d7670c9c-1c29-4f44-8691-584001968a74 | 14 |
BulkWorkflowTimerJob | d992aeca-3802-483a-ab40-6c9376300b61 | 14 |
InPlaceRecords | da2e115b-07e4-49d9-bb2c-35e93bb9fca9 | 14 |
ContentTypePublish | dd903064-c9d8-4718-b4e7-8ab9bd039fff | 14 |
SearchServerWizardFeature | e09cefae-2ada-4a1d-aee6-8a8398215905 | 14 |
RecordsCenter | e0a45587-1069-46bd-bf05-8c8db8620b08 | 14 |
ExcelServer | e4e6a041-bc5b-45cb-beab-885a27079f74 | 14 |
OSearchHealthReports | e792e296-5d7f-47c7-9dfa-52eae2104c3b | 14 |
RelatedLinksScopeSettingsLink | e8734bb6-be8e-48a1-b036-5a40ff0b8a81 | 14 |
LocalSiteDirectorySettingsLink | e978b1a6-8de7-49d0-8600-09a250354e14 | 14 |
MobileExcelWebAccess | e995e28b-9ba8-4668-9933-cf5c146d7a9f | 14 |
SearchWebParts | eaf6a128-0482-4f71-9a2f-b1c650680e77 | 14 |
PersonalizationSite | ed5e77f7-c7b1-4961-a659-0de93080fa36 | 14 |
OSearchPortalAdminLinks | edf48246-e4ee-4638-9eed-ef3d0aee7597 | 14 |
StapledWorkflows | ee21b29b-b0d0-42c6-baff-c97fd91786e6 | 14 |
PPSWebParts | ee9dbf20-1758-401e-a169-7db0a6bbccb2 | 14 |
UserMigrator | f0deabbb-b0f6-46ba-8e16-ff3b44461aeb | 14 |
SharedServices | f324259d-393d-4305-aa48-36e8d9a7a0d6 | 14 |
MobilityRedirect | f41cc668-37e5-4743-b4a8-74d1db3fd8a4 | 14 |
PPSWorkspaceCtype | f45834c7-54f6-48db-b7e4-a35fa470fc9b | 14 |
V2VPublishedLinks | f63b7696-9afc-4e51-9dfd-3111015e9a60 | 14 |
MySitePersonalSite | f661430e-c155-438e-a7c6-c68648f1b119 | 14 |
PublishingSite | f6924d36-2fa8-4f0b-b16d-06b7250180fa | 14 |
BICenterDashboardsLib | f979e4dc-1852-4f26-ab92-d1b2a190afc9 | 14 |
ObaStaple | f9cb1a2a-d285-465a-a160-7e3e95af1fdd | 14 |
ListTargeting | fc33ba3b-7919-4d7e-b791-c6aeccf8f851 | 14 |
IssueTrackingWorkflow | fde5d850-671e-4143-950a-87b473922dc7 | 14 |
SiteSettings | fead7313-4b9e-4632-80a2-98a2a2d83297 | 14 |
ContentTypeSettings | fead7313-4b9e-4632-80a2-ff00a2d83297 | 14 |
AdminLinks | fead7313-ae6d-45dd-8260-13b563cb4c71 | 14 |
TemplateDiscovery | ff48f7e6-2fa1-428d-9a15-ab154762043d | 14 |
PublishingStapling | 001f4bd7-746d-403b-aa09-a6cc43de7942 | 15 |
SiteStatusBar | 001f4bd7-746d-403b-aa09-a6cc43de7999 | 15 |
BasicWebParts | 00bfea71-1c5e-4a24-b310-ba51c3eb7a57 | 15 |
XmlFormLibrary | 00bfea71-1e1d-4562-b56a-f05371bb0115 | 15 |
LinksList | 00bfea71-2062-426c-90bf-714c59600103 | 15 |
workflowProcessList | 00bfea71-2d77-4a75-9fca-76516689e21a | 15 |
GridList | 00bfea71-3a1d-41d3-a0ee-651d11570120 | 15 |
WorkflowHistoryList | 00bfea71-4ea5-48d4-a4ad-305cf7030140 | 15 |
TeamCollab | 00bfea71-4ea5-48d4-a4ad-7ea5c011abe5 | 15 |
GanttTasksList | 00bfea71-513d-4ca0-96c2-6a47775c0119 | 15 |
PictureLibrary | 00bfea71-52d4-45b3-b544-b1c71b620109 | 15 |
IssuesList | 00bfea71-5932-4f9c-ad71-1557e5751100 | 15 |
DiscussionsList | 00bfea71-6a49-43fa-b535-d15c05500108 | 15 |
ContactsList | 00bfea71-7e6d-4186-9ba8-c047ac750105 | 15 |
ExternalList | 00bfea71-9549-43f8-b978-e47e54a10600 | 15 |
TasksList | 00bfea71-a83e-497e-9ba0-7a5c597d0107 | 15 |
WebPageLibrary | 00bfea71-c796-4402-9f2f-0eb9a6e71b18 | 15 |
AnnouncementsList | 00bfea71-d1ce-42de-9c63-a44004ce0104 | 15 |
WikiPageHomePage | 00bfea71-d8fe-4fec-8dad-01c19a6e4053 | 15 |
DataConnectionLibrary | 00bfea71-dbd7-4f72-b8cb-da7ac0440130 | 15 |
CustomList | 00bfea71-de22-43b2-a848-c05709900100 | 15 |
DocumentLibrary | 00bfea71-e717-4e80-aa17-d0c71b360101 | 15 |
SurveysList | 00bfea71-eb8a-40b1-80c7-506be7590102 | 15 |
EventsList | 00bfea71-ec85-4903-972d-ebe475780106 | 15 |
DataSourceLibrary | 00bfea71-f381-423d-b9d1-da7a54c50110 | 15 |
NoCodeWorkflowLibrary | 00bfea71-f600-43f6-a895-40c0de7b0117 | 15 |
FeaturePushdown | 0125140f-7123-4657-b70a-db9aa1f209e5 | 15 |
AutohostedAppLicensingStapling | 013a0db9-1607-4c42-8f71-08d821d395c2 | 15 |
ReviewWorkflows | 02464c6a-9d07-4f30-ba04-e9035cf54392 | 15 |
MySiteQuickLaunch | 034947cc-c424-47cd-a8d1-6014f0e36925 | 15 |
EduAdminLinks | 03509cfb-8b2f-4f46-a4c9-8316d1e62a4b | 15 |
OSSSearchEndUserHelpFeature | 03b0a3dc-93dd-4c68-943e-7ec56e65ed4d | 15 |
MyTasksDashboardCustomRedirect | 04a98ac6-82d5-4e01-80ea-c0b7d9699d94 | 15 |
PPSMonDatasourceCtype | 05891451-f0c4-4d4e-81b1-0dabd840bad4 | 15 |
Vizit.Everywhere | 05cfc4aa-03e3-42fa-a2cf-da10239d807b | 15 |
LocationBasedPolicy | 063c26fa-3ccc-4180-8a84-b6f98e991df3 | 15 |
BizAppsListTemplates | 065c78be-5231-477e-a972-14177cc5b3c7 | 15 |
EnhancedTheming | 068bc832-4951-11dc-8314-0800200c9a66 | 15 |
OsrvLinks | 068f8656-bea6-4d60-a5fa-7f077f8f5c20 | 15 |
HelpLibrary | 071de60d-4b02-4076-b001-b456e93146fe | 15 |
SearchCenterLiteFiles | 073232a0-1868-4323-a144-50de99c70efc | 15 |
PremiumWeb | 0806d127-06e6-447a-980e-2e90b03101b8 | 15 |
FCGroupsList | 08386d3d-7cc0-486b-a730-3b4cfe1b5509 | 15 |
EduShared | 08585e12-4762-4cc9-842a-a8d7b074bdb7 | 15 |
UserProfileUserSettingsProv… | 0867298a-70e0-425f-85df-7f8bd9e06f15 | 15 |
TenantSearchAdminStapling | 08ee8de1-8135-4ef9-87cb-a4944f542ba3 | 15 |
Vizit.ListSearch | 09dd6fca-814e-4daa-9fbb-7a478e4db5eb | 15 |
OSearchHealthReportsPushdown | 09fe98f3-3324-4747-97e5-916a28a0c6c0 | 15 |
TenantAdminBDC | 0a0b2e8f-e48e-4367-923b-33bb86c1b398 | 15 |
CorporateCatalog | 0ac11793-9c2f-4cac-8f22-33f93fac18f2 | 15 |
Workflows | 0af5989a-3aea-4519-8ab0-85d91abe39ff | 15 |
PPSSiteMaster | 0b07a7f4-8bb8-4ec0-a31b-115732b9584d | 15 |
SlideLibrary | 0be49fe9-9bc9-409d-abf9-702753bd878d | 15 |
OfficeWebApps | 0c504a5c-bcea-4376-b05e-cbca5ced7b4f | 15 |
DocumentRoutingResources | 0c8a9a47-22a9-4798-82f1-00e62a96006e | 15 |
BlogContent | 0d1c50f7-0309-431c-adfb-b777d5473a65 | 15 |
PremiumWebApplication | 0ea1c3b6-6ac0-44aa-9f3f-05e8dbe6d70b | 15 |
MySiteStorageDeployment | 0ee1129f-a2f3-41a9-9e9c-c7ee619a8c33 | 15 |
ContentLightup | 0f121a23-c6bc-400f-87e4-e6bbddf6916d | 15 |
MySiteCleanup | 0faf7d1b-95b1-4053-b4e2-19fd5c9bbc88 | 15 |
OssNavigation | 10bdac29-a21a-47d9-9dff-90c7cae1301e | 15 |
ShareWithEveryone | 10f73b29-5779-46b3-85a8-4817a6e9a6c2 | 15 |
VisioProcessRepositoryConte… | 12e4f16b-8b04-42d2-90f2-aef1cc0b65d9 | 15 |
PageConverters | 14173c38-5e2d-4887-8134-60f9df889bad | 15 |
LocalSiteDirectoryControl | 14aafd3a-fcb9-4bb7-9ad7-d8e36b663bbd | 15 |
CrossSiteCollectionPublishing | 151d22d9-95a8-4904-a0a3-22e4db85d1e0 | 15 |
IPFSTenantFormsConfig | 15845762-4ec4-4606-8993-1c0512a98680 | 15 |
SiteFeed | 15a572c6-e545-4d32-897a-bab6f5846e18 | 15 |
WordServerViewing | 1663ee19-e6ab-4d47-be1b-adeb27cfd9d2 | 15 |
SearchEngineOptimization | 17415b1d-5339-42f9-a10b-3fef756b84d1 | 15 |
docmarketplace | 184c82e7-7eb1-4384-8e8c-62720ef397a0 | 15 |
PromotedLinksList | 192efa95-e50c-475e-87ab-361cede5dd7f | 15 |
ReviewPublishingSPD1033 | 19f5f68e-1b92-4a02-b04d-61810ead0409 | 15 |
AccSrvUserTemplate | 1a8251a0-47ab-453d-95d4-07d7ca4f8166 | 15 |
MonitoredAppsUI | 1b811cfe-8c78-4982-aad7-e5c112e397d1 | 15 |
IMEDicList | 1c6a572c-1b58-49ab-b5db-75caf50692e6 | 15 |
AccSrvApplication | 1cc4b32c-299b-41aa-9770-67715ea05f25 | 15 |
SearchAndProcess | 1dbf6063-d809-45ea-9203-d3ba4a64f86d | 15 |
docmarketplacesampledata | 1dfd85c5-feff-489f-a71f-9322f8b13902 | 15 |
MruDocsWebPart | 1eb6a0c1-5f08-4672-b96f-16845c2448c6 | 15 |
DMContentTypeSettings | 1ec2c859-e9cb-4d79-9b2b-ea8df09ede22 | 15 |
CmisProducer | 1fce0577-1f58-4fc2-a996-6c4bcf59eeed | 15 |
PublishingTimerJobs | 20477d83-8bdb-414e-964b-080637f7d99b | 15 |
Publishing | 22a9ef51-737b-4ff2-9346-694633fe4416 | 15 |
AppLockdown | 23330bdb-b83e-4e09-8770-8155aa5e87fd | 15 |
CallTrackList | 239650e3-ee0b-44a0-a22a-48292402b8d8 | 15 |
EDiscoveryConsole | 250042b9-1aad-4b56-a8a6-69d9fe1c8c2c | 15 |
ReportListTemplate | 2510d73f-7109-4ccc-8a1c-314894deeb3a | 15 |
BICenterDataconnectionsLib | 26676156-91a0-49f7-87aa-37b1d5f0c4d0 | 15 |
AccSrvUSysAppLog | 28101b19-b896-44f4-9264-db028f307a62 | 15 |
TransMgmtLib | 29d85c25-170c-4df9-a641-12db0b9d4130 | 15 |
AccSrvMSysAso | 29ea7495-fca1-4dc6-8ac1-500c247a036e | 15 |
SPSearchFeature | 2ac1da39-c101-475c-8601-122bc36e3d67 | 15 |
CommunityPortal | 2b03956c-9271-4d1c-868a-07df2971ed30 | 15 |
WorkflowServiceStore | 2c63df2b-ceab-42c6-aeff-b3968162d4b1 | 15 |
MBrowserRedirectStapling | 2dd8788b-0e6b-4893-b4c0-73523ac261b1 | 15 |
EduCommunitySite | 2e030413-c4ff-41a4-8ee0-f6688950b34a | 15 |
WebPartAdderGroups | 2ed1c45e-a73b-4779-ae81-1524e4de467a | 15 |
UpgradeOnlyFile | 2fa4db13-4109-4a1d-b47c-c7991d4cc934 | 15 |
V2VPublishingLayouts | 2fbbe552-72ac-11dc-8314-0800200c9a66 | 15 |
ProjectBasedPolicy | 2fcd5f8a-26b7-4a6a-9755-918566dba90a | 15 |
RedirectPageContentTypeBinding | 306936fd-9806-4478-80d1-7e397bfa6474 | 15 |
EmiratesNBD.SharePoint.CRM_… | 31658871-c38e-4e37-8a19-92e6cc505678 | 15 |
GlobalWebParts | 319d8f70-eb3a-4b44-9c79-2087a87799d6 | 15 |
TenantProfileAdmin | 32ff5455-8967-469a-b486-f8eaf0d902f9 | 15 |
AppRequestsList | 334dfc83-8655-48a1-b79d-68b7f6c63222 | 15 |
ContentTypeSyndication | 34339dc9-dec4-4256-b44a-b30ff2991a64 | 15 |
MonitoredApps | 345ff4f9-f706-41e1-92bc-3f0ec2d9f6ea | 15 |
SSSvcAdmin | 35f680d4-b0de-4818-8373-ee0fca092526 | 15 |
ReportsAndDataFields | 365356ee-6c88-4cf1-92b8-fa94a8b8c118 | 15 |
SearchCenterUpgrade | 372b999f-0807-4427-82dc-7756ae73cb74 | 15 |
FastCentralAdminHelpCollection | 38969baa-3590-4635-81a4-2049d982adfa | 15 |
EmailTemplates | 397942ec-14bf-490e-a983-95b87d0d29d1 | 15 |
BICenterSampleData | 3992d4ab-fa9e-4791-9158-5ee32178e88a | 15 |
Vizit.Everywhere.WebApp | 399ad280-9066-470c-b8a0-8164b1917421 | 15 |
ItemFormRecommendations | 39d18bbf-6e0f-4321-8f16-4e3b51212393 | 15 |
MpsWebParts | 39dd29fb-b6f5-4697-b526-4d38de4893e5 | 15 |
BICenterFeatureStapler | 3a027b18-36e4-4005-9473-dd73e6756a73 | 15 |
CollaborationMailboxFarm | 3a11d8ef-641e-4c79-b4d9-be3b17f9607c | 15 |
DocumentManagement | 3a4ce811-6fe0-4e97-a6ae-675470282cf2 | 15 |
DocumentSet | 3bae86a2-776d-499d-9db8-fa4cdc7884f8 | 15 |
ReviewWorkflowsSPD1033 | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60409 | 15 |
IPFSTenantWebProxyConfig | 3c577815-7658-4d4f-a347-cfbb370700a7 | 15 |
ExcelServerSite | 3cb475e7-4e87-45eb-a1f3-db96ad7cf313 | 15 |
GBWWebParts | 3d25bd73-7cd4-4425-b8fb-8899977f73de | 15 |
OnenoteServerViewing | 3d433d02-cf49-4975-81b4-aede31e16edf | 15 |
TenantProfileAdminStapling | 3d4ea296-0b35-4a08-b2bf-f0a8cabd1d7f | 15 |
AccSvcAddAccessAppStapling | 3d7415e4-61ba-4669-8d78-213d374d9825 | 15 |
BICenterDataConnections | 3d8210e9-1e89-4f12-98ef-643995339ed4 | 15 |
BDR | 3f59333f-4ce1-406d-8a97-9ecb0ff0337f | 15 |
Vizit.Everywhere.Site | 3fad3159-c160-4aaf-a621-5f2e6f1b55a5 | 15 |
ProductCatalogResources | 409d2feb-3afb-4642-9462-f7f426a0f3e9 | 15 |
TaxonomyFeatureStapler | 415780bf-f710-4e2c-b7b0-b463c7992ef0 | 15 |
MySiteUnifiedNavigation | 41baa678-ad62-41ef-87e6-62c8917fc0ad | 15 |
EduInstitutionAdmin | 41bfb21c-0447-4c97-bc62-0b07bec262a1 | 15 |
SearchConfigFields | 41dfb393-9eb6-4fe4-af77-28e4afce8cdc | 15 |
PhonePNSubscriber | 41e1d4bf-b1a2-47f7-ab80-d5d6cbba3092 | 15 |
BizAppsSiteTemplates | 4248e21f-a816-4c88-8cab-79d82201da7b | 15 |
SocialSite | 4326e7fc-f35a-4b0f-927c-36264b0a4cf0 | 15 |
BizAppsCTypes | 43f41342-1a37-4372-8ca0-b44d881e4434 | 15 |
ProjectDiscovery | 4446ee9b-227c-4f1a-897d-d78ecdd6a824 | 15 |
OSearchEnhancedFeature | 4750c984-7721-4feb-be61-c660c6190d43 | 15 |
PPSWorkspaceList | 481333e1-a246-4d89-afab-d18c6fe344ce | 15 |
SearchConfigContentType | 48a243cb-7b16-4b5a-b1b5-07b809b43f47 | 15 |
TaxonomyTimerJobs | 48ac883d-e32e-4fd6-8499-3408add91b53 | 15 |
SmallBusinessWebsite | 48c33d5d-acff-4400-a684-351c2beda865 | 15 |
MySiteHost | 49571cd1-b6a1-43a3-bf75-955acc79c8d8 | 15 |
GettingStarted | 4aec7207-0d02-4f4f-aa07-b370199cd0c7 | 15 |
Vizit.Scanning | 4babae5f-040c-4c21-91ce-88ec7277aa68 | 15 |
AssetLibrary | 4bcccd62-dcaf-46dc-a7d4-e38277ef33f4 | 15 |
ExcelServerWebPart | 4c42ab64-55af-4c7c-986a-ac216a6e0c0e | 15 |
MyTasksDashboardStapling | 4cc8aab8-5af0-45d7-a170-169ea583866e | 15 |
GettingStartedWithAppCatalo… | 4ddc5942-98b0-4d70-9f7f-17acfec010e5 | 15 |
Translation | 4e7276bc-e7ab-4951-9c4b-a74d44205c32 | 15 |
BaseWebApplication | 4f56f9fa-51a0-420c-b707-63ecbb494db1 | 15 |
EduDashboard | 5025492c-dae2-4c00-8f34-cd08f7c7c294 | 15 |
CollaborationMailbox | 502a2d54-6102-4757-aaa0-a90586106368 | 15 |
AccSvcApplication | 5094e988-524b-446c-b2f6-040b5be46297 | 15 |
SiteFeedController | 5153156a-63af-4fac-b557-91bd8c315432 | 15 |
NavigationProperties | 541f5f57-c847-4e16-b59a-b31e90e6f9ea | 15 |
AdminReportCorePushdown | 55312854-855b-4088-b09d-c5efe0fbf9d2 | 15 |
docmarketplacesafecontrols | 5690f1a0-22b6-4262-b1c2-74f505bc0670 | 15 |
UPAClaimProvider | 5709886f-13cc-4ffc-bfdc-ec8ab7f77191 | 15 |
WorkflowTask | 57311b7a-9afd-4ff0-866e-9393ad6647b1 | 15 |
PublishingMobile | 57cc6207-aebf-426e-9ece-45946ea82e4a | 15 |
SiteHelp | 57ff23fc-ec05-4dd8-b7ed-d93faa7c795d | 15 |
FacilityList | 58160a6b-4396-4d6e-867c-65381fb5fbc9 | 15 |
RollupPageLayouts | 588b23d5-8e23-4b1b-9fe3-2f2f62965f2d | 15 |
SearchDrivenContent | 592ccb4a-9304-49ab-aab1-66638198bb58 | 15 |
MobileEwaFarm | 5a020a4f-c449-4a65-b07d-f2cc2d8778dd | 15 |
BizAppsFields | 5a979115-6b71-45a5-9881-cdc872051a69 | 15 |
ExternalSubscription | 5b10d113-2d0d-43bd-a2fd-f8bc879f5abd | 15 |
MediaWebPart | 5b79b49a-2da6-4161-95bd-7375c1995ef9 | 15 |
RecordResources | 5bccb9a4-b903-4fd1-8620-b795fa33c9ba | 15 |
PPSDatasourceLib | 5d220570-df17-405e-b42d-994237d60ebf | 15 |
SearchExtensions | 5eac763d-fbf5-4d6f-a76b-eded7dd7b0a5 | 15 |
TopicPages | 5ebe1445-5910-4c6e-ac27-da2e93b60f48 | 15 |
MySiteHostPictureLibrary | 5ede0a86-c772-4f1d-a120-72e734b3400c | 15 |
PortalLayouts | 5f3b0127-2f1d-4cfd-8dd2-85ad1fb00bfc | 15 |
ExchangeSync | 5f68444a-0131-4bb0-b013-454d925681a2 | 15 |
VisioServer | 5fe8e789-d1b7-44b3-b634-419c531cfdca | 15 |
SearchCenterFiles | 6077b605-67b9-4937-aeb6-1d41e8f5af3b | 15 |
BcsEvents | 60c8481d-4b54-4853-ab9f-ed7e1c21d7e4 | 15 |
SpellChecking | 612d671e-f53d-4701-96da-c3a4ee00fdc5 | 15 |
OfficeExtensionCatalog | 61e874cd-3ac3-4531-8628-28c3acb78279 | 15 |
SiteFeedStapling | 6301cbb8-9396-45d1-811a-757567d35e91 | 15 |
TenantAdminSecureStoreStapling | 6361e2a8-3bc4-4ca4-abbb-3dfbb727acd7 | 15 |
ScheduleList | 636287a7-7f62-4a6e-9fcc-081f4672cbf8 | 15 |
MySiteInstantiationQueues | 65b53aaf-4754-46d7-bb5b-7ed4cf5564e1 | 15 |
SlideLibraryActivation | 65d96c6b-649a-4169-bf1d-b96505c60375 | 15 |
Vizit.Drm | 662ee7df-0d33-4823-b7d5-0f23046b2695 | 15 |
Vizit.Search | 666d5a74-94ac-4a29-aa32-821698382b68 | 15 |
SearchTaxonomyRefinementWeb… | 67ae7d04-6731-42dd-abe1-ba2a5eaa3b48 | 15 |
ObaProfilePages | 683df0c0-20b7-4852-87a3-378945158fab | 15 |
MySiteLayouts | 6928b0e5-5707-46a1-ae16-d6e52522d52b | 15 |
CTypes | 695b6570-a48b-4a8e-8ea5-26ea7fc1d162 | 15 |
MySite | 69cc9662-d373-47fc-9449-f18d11ff732c | 15 |
MySiteNavigation | 6adff05c-d581-4c05-a6b9-920f15ec6fd9 | 15 |
SignaturesWorkflow | 6c09612b-46af-4b2f-8dfc-59185c962a29 | 15 |
RecordsManagement | 6d127338-5e7d-4391-8f62-a11e43b1d404 | 15 |
SPSBlogStapling | 6d503bb6-027e-44ea-b54c-a53eac3dfed8 | 15 |
VideoAndRichMedia | 6e1e5426-2ebd-4871-8027-c5ca86371ead | 15 |
LegacyDocumentLibrary | 6e53dd27-98f2-4ae5-85a0-e9a8ef4aa6df | 15 |
GBWProvision | 6e8a2add-ed09-4592-978e-8fa71e6f117c | 15 |
FastEndUserHelpCollection | 6e8f2b8d-d765-4e69-84ea-5702574c11d6 | 15 |
Reporting | 7094bd89-2cfe-490a-8c7e-fbace37b4a34 | 15 |
SPSDisco | 713a65a1-2bc7-4e62-9446-1d0b56a8bf7f | 15 |
MetaDataNav | 7201d6a4-a5d3-49a1-8c19-19c4bac6e668 | 15 |
EduCommunityCustomSiteActions | 739ec067-2b57-463e-a986-354be77bb828 | 15 |
TaxonomyFieldAdded | 73ef14b1-13a9-416b-a9b5-ececa2b0604c | 15 |
TopicPageLayouts | 742d4c0e-303b-41d7-8015-aad1dfd54cbd | 15 |
AccSrvSolutionGallery | 744b5fd3-3b09-4da6-9bd1-de18315b045d | 15 |
IPFSAdminWeb | 750b8e49-5213-4816-9fa2-082900c0201a | 15 |
SocialRibbonControl | 756d8a58-4e24-4288-b981-65dc93f9c4e5 | 15 |
EnterpriseWiki | 76d688ad-c16e-4cec-9b71-7b7f0d79b9cd | 15 |
XmlSitemap | 77fc9e13-e99a-4bd3-9438-a3f69670ed97 | 15 |
IfeDependentApps | 7877bbf6-30f5-4f58-99d9-a0cc787c1300 | 15 |
ContentFollowing | 7890e045-6c96-48d8-96e7-6a1d63737d71 | 15 |
OSSSearchSearchCenterUrlSit… | 7ac8cc56-d28e-41f5-ad04-d95109eb987a | 15 |
OSSSearchSearchCenterUrlFea… | 7acfcb9d-8e8f-4979-af7e-8aed7e95245e | 15 |
DocumentRouting | 7ad5272a-2694-4349-953e-ea5ef290e97c | 15 |
ViewFormPagesLockDown | 7c637b23-06c4-472d-9a9a-7c175762c5c4 | 15 |
ExchangeSyncSiteSubscription | 7cd95467-1777-4b6b-903e-89e253edc1f7 | 15 |
TaxonomyTenantAdmin | 7d12c4c3-2321-42e8-8fb6-5295a849ed08 | 15 |
EduWebApplication | 7de489aa-2e4a-46ff-88f0-d1b5a9d43709 | 15 |
VisioProcessRepositoryFeatu… | 7e0aabee-b92b-4368-8742-21ab16453d00 | 15 |
VisioProcessRepository | 7e0aabee-b92b-4368-8742-21ab16453d01 | 15 |
VisioProcessRepositoryUs | 7e0aabee-b92b-4368-8742-21ab16453d02 | 15 |
EduUserCache | 7f52c29e-736d-11e0-80b8-9edd4724019b | 15 |
Vizit.DisableEverywhere.Site | 7fafd28d-7815-4aa0-a2de-1c7539728dee | 15 |
AccSvcShell | 7ffd6d57-4b10-4edb-ac26-c2cfbf8173ab | 15 |
EnhancedHtmlEditing | 81ebc0d6-8fb2-4e3f-b2f8-062640037398 | 15 |
EduCourseCommunitySite | 824a259f-2cce-4006-96cd-20c806ee9cfd | 15 |
TransMgmtFunc | 82e2ea42-39e2-4b27-8631-ed54c1cfc491 | 15 |
PPSSiteStapling | 8472208f-5a01-4683-8119-3cea50bea072 | 15 |
PremiumSite | 8581a8a7-cf16-4770-ac54-260265ddb0b2 | 15 |
MySiteBlog | 863da2ac-3873-4930-8498-752886210911 | 15 |
MDSFeature | 87294c72-f260-42f3-a41b-981a2ffce37a | 15 |
MossChart | 875d1044-c0cf-4244-8865-d2a0039c2a49 | 15 |
ShareWithEveryoneStapling | 87866a72-efcf-4993-b5b0-769776b5283f | 15 |
Vizit.NewsGatorActivity | 87926f6f-676e-4dd9-aa7a-352a22929b90 | 15 |
MyTasksDashboard | 89d1184c-8191-4303-a430-7a24291531c9 | 15 |
Navigation | 89e0306d-453b-4ec5-8d68-42067cdbf98e | 15 |
OpenInClient | 8a4b8de2-6fd8-41e9-923c-c7c3c00f8295 | 15 |
MasterSiteDirectoryControl | 8a663fe0-9d9c-45c7-8297-66365ad50427 | 15 |
SearchTemplatesandResources | 8b2c6bcb-c47f-4f17-8127-f8eae47a44dd | 15 |
WorkflowServiceStapler | 8b82e40f-2001-4f0e-9ce3-0b27d1866dff | 15 |
SearchTaxonomyRefinementWeb… | 8c34f59f-8dfb-4a39-9a08-7497237e3dc4 | 15 |
RecordsManagementTenantAdmi… | 8c54e5d3-4635-4dff-a533-19fe999435dc | 15 |
WikiWelcome | 8c6a6980-c3d9-440e-944c-77f93bc65a7e | 15 |
MaintenanceLogs | 8c6f9096-388d-4eed-96ff-698b3ec46fc4 | 15 |
EduSearchDisplayTemplates | 8d75610e-5ff9-4cd1-aefc-8b926f2af771 | 15 |
WAWhatsPopularWebPart | 8e947bf0-fe40-4dff-be3d-a8b88112ade6 | 15 |
LocalSiteDirectoryMetaData | 8f15b342-80b1-4508-8641-0751e2b55ca6 | 15 |
TaxonomyTenantAdminStapler | 8fb893d6-93ee-4763-a046-54f9e640368d | 15 |
ObaProfilePagesTenantStapling | 90c6c1e5-3719-4c52-9f36-34a97df596f7 | 15 |
Ratings | 915c240e-a6cc-49b8-8b2c-0bff8b553ed3 | 15 |
SearchWebPartsStapler | 922ed989-6eb4-4f5e-a32e-27f31f93abfa | 15 |
EduMySiteHost | 932f5bb1-e815-4c14-8917-c2bae32f70fe | 15 |
SkuUpgradeLinks | 937f97e9-d7b4-473d-af17-b03951b2c66b | 15 |
MembershipList | 947afd14-0ea1-46c6-be97-dea1bf6f5bae | 15 |
PublishingWeb | 94c94ca6-b32f-4da9-a9e3-1f3d343d7ecb | 15 |
CommunitySite | 961d6a9c-4388-4cf2-9733-38ee8c89afd4 | 15 |
EduInstitutionSiteCollection | 978513c0-1e6c-4efb-b12e-7698963bfd05 | 15 |
BaseSiteStapling | 97a2485f-ef4b-401f-9167-fa4fe177c6f6 | 15 |
TenantAdminLinks | 98311581-29c5-40e8-9347-bd5732f0cb3e | 15 |
TenantSearchAdmin | 983521d7-9c04-4db0-abdc-f7078fc0b040 | 15 |
SiteAssets | 98d11606-9a9b-4f44-b4c2-72d72f867da9 | 15 |
TenantAdminDeploymentLinks | 99f380b4-e1aa-4db0-92a4-32b15e35b317 | 15 |
BaseWeb | 99fe402e-89a0-45aa-9163-85342e865dc8 | 15 |
ContentTypeHub | 9a447926-5937-44cb-857a-d3829301c73b | 15 |
HolidaysList | 9ad4c2d4-443b-4a94-8534-49a23f20ba3c | 15 |
OrganizationsClaimHierarchy… | 9b0293a7-8942-46b0-8b78-49d29a9edd53 | 15 |
GroupWork | 9c03e124-eef7-4dc6-b5eb-86ccd207cb87 | 15 |
SearchMaster | 9c0834e1-ba47-4d49-812b-7d4fb6fea211 | 15 |
WhereaboutsList | 9c2ef9dc-f733-432e-be1c-2e79957ea27b | 15 |
Hold | 9e56487c-795a-4077-9425-54a1ecb84282 | 15 |
PremiumSearchVerticals | 9e99f7d7-08e9-455c-b3aa-fc71b9210027 | 15 |
SearchConfigTenantStapler | 9fb35ca8-824b-49e6-a6c5-cba4366444ab | 15 |
VisioWebAccess | 9fec40ea-a949-407d-be09-6cba26470a0c | 15 |
Vizit.Notification | a007de2d-86a1-4fd0-8da2-79aaf7ff93b5 | 15 |
IPFSWebFeatures | a0e5a010-1329-49d4-9e09-f280cdbed37d | 15 |
AccessRequests | a0f12ee4-9b60-4ba4-81f6-75724f4ca973 | 15 |
ipfsAdminLinks | a10b6aa4-135d-4598-88d1-8d4ff5691d13 | 15 |
DownloadFromOfficeDotCom | a140a1ac-e757-465d-94d4-2ca25ab2c662 | 15 |
EduCourseCommunity | a16e895c-e61a-11df-8f6e-103edfd72085 | 15 |
PPSSiteCollectionMaster | a1cb5b7f-e5e9-421b-915f-bf519b0760ef | 15 |
SitesList | a311bf68-c990-4da3-89b3-88989a3d7721 | 15 |
ContentFollowingList | a34e5458-8d20-4c0d-b137-e1390f5824a1 | 15 |
BICenterPPSContentPages | a354e6b3-6015-4744-bdc2-2fc1e4769e65 | 15 |
PublishingPrerequisites | a392da98-270b-4e85-9769-04c0fde267aa | 15 |
SignaturesWorkflowSPD1033 | a42f749f-8633-48b7-9b22-403b40190409 | 15 |
ReviewPublishingSPD | a44d2aa3-affc-4d58-8db4-f4a3af053188 | 15 |
EduStudyGroupCommunity | a46935c3-545f-4c15-a2fd-3a19b62d8a02 | 15 |
HtmlDesign | a4c654e4-a8da-4db3-897c-a386048f7157 | 15 |
AccSrvRestrictedList | a4d4ee2c-a6cb-4191-ab0a-21bb5bde92fb | 15 |
CirculationList | a568770a-50ba-4052-ab48-37d8029b3f47 | 15 |
PremiumSiteStapling | a573867a-37ca-49dc-86b0-7d033a7ed2c8 | 15 |
CrossFarmSitePermissions | a5aedf1a-12e5-46b4-8348-544386d5312d | 15 |
BICenterDataConnectionsList… | a64c4402-7037-4476-a290-84cfd56ca01d | 15 |
FollowingContent | a7a2793e-67cd-4dc1-9fd0-43f61581207a | 15 |
Vizit.DisableEverywhere.Web | a86f59be-a2ef-4dfa-97de-34cc3bce4e0f | 15 |
EnterpriseWikiLayouts | a942a218-fa43-4d11-9d85-c01e3e3a37cb | 15 |
Vizit.DisableEverywhere.WebApp | aa6bb2c1-5e3f-43b3-915a-d751989e8a8f | 15 |
EduMySiteCommunity | abf1a85c-e91a-11df-bf2e-f7acdfd72085 | 15 |
SPAppAnalyticsUploaderJob | abf42bbb-cd9b-4313-803b-6f4a7bd4898f | 15 |
SearchConfigList | acb15743-f07b-4c83-8af3-ffcfdf354965 | 15 |
PPSRibbon | ae31cd14-a866-4834-891a-97c9d37662a2 | 15 |
EnableAppSideLoading | ae3a1339-61f5-4f8f-81a7-abd2da956a7d | 15 |
PublishingResources | aebc918d-b20f-4a11-a1db-9ed84d79c87e | 15 |
BulkWorkflow | aeef8777-70c0-429f-8a13-f12db47a6d47 | 15 |
ProfileSynch | af847aa9-beb6-41d4-8306-78e41af9ce25 | 15 |
VisioProcessRepositoryConte… | b1f70691-6170-4cae-bc2e-4f7011a74faa | 15 |
BaseSite | b21b090c-c796-4b0f-ac0f-7ef1659c20ae | 15 |
SiteServicesAddins | b21c5a20-095f-4de2-8935-5efde5110ab3 | 15 |
Vizit.Admin | b264a659-e203-492d-a0e2-0372f66c0ae0 | 15 |
MySiteSocialDeployment | b2741073-a92b-4836-b1d8-d5e9d73679bb | 15 |
ExcelServerEdit | b3da33d0-5e51-4694-99ce-705a3ac80dc5 | 15 |
ReportsAndDataListTemplates | b435069a-e096-46e0-ae30-899daca4b304 | 15 |
DocId | b50e3104-6812-424f-a011-cc90e6327318 | 15 |
ReviewWorkflowsSPD | b5934f65-a844-4e67-82e5-92f66aafe912 | 15 |
TenantAdminBDCStapling | b5d169c9-12db-4084-b68d-eef9273bd898 | 15 |
RecordsManagementTenantAdmin | b5ef96cb-d714-41da-b66c-ce3517034c21 | 15 |
SiteUpgrade | b63ef52c-1e99-455f-8511-6a706567740f | 15 |
TenantAdminSecureStore | b738400a-f08a-443d-96fa-a852d0356bba | 15 |
Vizit.NewsgatorConnector | b87d7106-a946-4510-96f6-83aa739ba5bb | 15 |
AdminReportCore | b8f36433-367d-49f3-ae11-f7d76b51d251 | 15 |
ReportAndDataSearch | b9455243-e547-41f0-80c1-d5f6ce6a19e5 | 15 |
OSearchBasicFeature | bc29e863-ae07-4674-bd83-2c6d0aa5623f | 15 |
AccSrvShell | bcf89eb7-bca1-4468-bdb4-ca27f61a2292 | 15 |
EduMembershipUI | bd012a1f-c69b-4a13-b6a4-f8bc3e59760e | 15 |
EduCommunity | bf76fc2c-e6c9-11df-b52f-cb00e0d72085 | 15 |
Preservation | bfc789aa-87ba-4d79-afc7-0c7e45dae01a | 15 |
EduAdminPages | c1b78fe6-9110-42e8-87cb-5bd1c8ab278a | 15 |
SRPProfileAdmin | c43a587e-195b-4d29-aba8-ebb22b48eb1a | 15 |
SignaturesWorkflowSPD | c4773de6-ba70-4583-b751-2a7b1dc67e3a | 15 |
ManageUserProfileServiceApp… | c59dbaa9-fa01-495d-aaa3-3c02cc2ee8ff | 15 |
ReportCenterSampleData | c5d947d6-b0a2-4e07-9929-8e54f5a9fff9 | 15 |
TranslationWorkflow | c6561405-ea03-40a9-a57f-f25472942a22 | 15 |
SearchAdminWebParts | c65861fa-b025-4634-ab26-22a23e49808f | 15 |
AbuseReportsList | c6a92dbf-6441-4b8b-882f-8d97cb12c83a | 15 |
ExcelServerWebPartStapler | c6ac73de-1936-47a4-bdff-19a6fc3ba490 | 15 |
LegacyWorkflows | c845ed8d-9ce5-448c-bd3e-ea71350ce45b | 15 |
ExpirationWorkflow | c85e5759-f323-4efb-b548-443d2216efb5 | 15 |
IPFSSiteFeatures | c88c4ff1-dbf5-4649-ad9f-c6c426ebcbf5 | 15 |
OSearchCentralAdminLinks | c922c106-7d0a-4377-a668-7f13d52cb80f | 15 |
OffWFCommon | c9c9515d-e4e2-4001-9050-74f980f93160 | 15 |
DeploymentLinks | ca2543e6-29a1-40c1-bba9-bd8510a4c17b | 15 |
Vizit.CacheCleanup | ca2658d5-d6d7-468e-999e-cbaa6acf0391 | 15 |
Fields | ca7bd552-10b1-4563-85b9-5ed1d39c962a | 15 |
EduFarmWebApplication | cb869762-c694-439e-8d05-cf5ca066f271 | 15 |
ContentDeploymentSource | cd1a49b0-c067-4fdd-adfe-69e6f5022c1a | 15 |
DataConnectionLibraryStapling | cdfa39c6-6413-4508-bccf-bf30368472b3 | 15 |
TranslationTimerJobs | d085b8dc-9205-48a4-96ea-b40782abba02 | 15 |
ObaSimpleSolution | d250636f-0a26-4019-8425-a5232d592c01 | 15 |
AddDashboard | d250636f-0a26-4019-8425-a5232d592c09 | 15 |
AccSvcAddAccessApp | d2b9ec23-526b-42c5-87b6-852bd83e0364 | 15 |
CategoriesList | d32700c7-9ec5-45e6-9c89-ea703efca1df | 15 |
PublishingLayouts | d3f51be2-38a8-4e44-ba84-940d35be1566 | 15 |
EMailRouting | d44a1358-e800-47e8-8180-adf2d0f77543 | 15 |
TimeCardList | d5191a77-fa2d-4801-9baf-9f4205c9e9d2 | 15 |
AccSrvSolutionGalleryStapler | d5ff2d2c-8571-4c3c-87bc-779111979811 | 15 |
WhatsNewList | d7670c9c-1c29-4f44-8691-584001968a74 | 15 |
MBrowserRedirect | d95c97f3-e528-4da2-ae9f-32b3535fbb59 | 15 |
QueryBasedPreservation | d9742165-b024-4713-8653-851573b9dfbd | 15 |
SPSBlog | d97ded76-7647-4b1e-b868-2af51872e1b3 | 15 |
BulkWorkflowTimerJob | d992aeca-3802-483a-ab40-6c9376300b61 | 15 |
InPlaceRecords | da2e115b-07e4-49d9-bb2c-35e93bb9fca9 | 15 |
ContentTypePublish | dd903064-c9d8-4718-b4e7-8ab9bd039fff | 15 |
ProductCatalogListTemplate | dd926489-fc66-47a6-ba00-ce0e959c9b41 | 15 |
MySiteMicroBlogCtrl | dfa42479-9531-4baf-8873-fc65b22c9bd4 | 15 |
RollupPages | dffaae84-60ee-413a-9600-1cf431cf0560 | 15 |
SearchServerWizardFeature | e09cefae-2ada-4a1d-aee6-8a8398215905 | 15 |
RecordsCenter | e0a45587-1069-46bd-bf05-8c8db8620b08 | 15 |
ReportsAndDataCTypes | e0a9f213-54f5-4a5a-81d5-f5f3dbe48977 | 15 |
ContentFollowingStapling | e1580c3c-c510-453b-be15-35feb0ddb1a5 | 15 |
ProjectFunctionality | e2f2bb18-891d-4812-97df-c265afdba297 | 15 |
Developer | e374875e-06b6-11e0-b0fa-57f5dfd72085 | 15 |
BlogHomePage | e4639bb7-6e95-4e2f-b562-03b832dd4793 | 15 |
SearchConfigListTemplate | e47705ec-268d-4c41-aa4e-0d8727985ebc | 15 |
ExcelServer | e4e6a041-bc5b-45cb-beab-885a27079f74 | 15 |
RelatedLinksScopeSettingsLink | e8734bb6-be8e-48a1-b036-5a40ff0b8a81 | 15 |
EDiscoveryCaseResources | e8c02a2a-9010-4f98-af88-6668d59f91a7 | 15 |
LocalSiteDirectorySettingsLink | e978b1a6-8de7-49d0-8600-09a250354e14 | 15 |
MobileExcelWebAccess | e995e28b-9ba8-4668-9933-cf5c146d7a9f | 15 |
MySiteDocumentLibrary | e9c0ff81-d821-4771-8b4c-246aa7e5e9eb | 15 |
MySiteMicroBlog | ea23650b-0340-4708-b465-441a41c37af7 | 15 |
EmiratesNBD.SharePoint.CRM_… | ea6dd247-b625-4549-bcaa-b923fd2ca918 | 15 |
MySiteUnifiedQuickLaunch | eaa41f18-8e4a-4894-baee-60a87f026e42 | 15 |
SearchWebParts | eaf6a128-0482-4f71-9a2f-b1c650680e77 | 15 |
Vizit.Shared | ec662500-768e-4603-9963-d38f185ded4a | 15 |
WorkflowAppOnlyPolicyManager | ec918931-c874-4033-bd09-4f36b2e31fef | 15 |
PersonalizationSite | ed5e77f7-c7b1-4961-a659-0de93080fa36 | 15 |
OSearchPortalAdminLinks | edf48246-e4ee-4638-9eed-ef3d0aee7597 | 15 |
StapledWorkflows | ee21b29b-b0d0-42c6-baff-c97fd91786e6 | 15 |
PPSWebParts | ee9dbf20-1758-401e-a169-7db0a6bbccb2 | 15 |
UserMigrator | f0deabbb-b0f6-46ba-8e16-ff3b44461aeb | 15 |
SiteNotebook | f151bb39-7c3b-414f-bb36-6bf18872052f | 15 |
SharedServices | f324259d-393d-4305-aa48-36e8d9a7a0d6 | 15 |
MobilityRedirect | f41cc668-37e5-4743-b4a8-74d1db3fd8a4 | 15 |
PPSWorkspaceCtype | f45834c7-54f6-48db-b7e4-a35fa470fc9b | 15 |
Vizit.Everywhere.Web | f5b15d2b-f873-40bc-9356-64d4df088680 | 15 |
V2VPublishedLinks | f63b7696-9afc-4e51-9dfd-3111015e9a60 | 15 |
MySitePersonalSite | f661430e-c155-438e-a7c6-c68648f1b119 | 15 |
PublishingSite | f6924d36-2fa8-4f0b-b16d-06b7250180fa | 15 |
CorporateCuratedGallerySett… | f8bea737-255e-4758-ab82-e34bb46f5828 | 15 |
BICenterDashboardsLib | f979e4dc-1852-4f26-ab92-d1b2a190afc9 | 15 |
BICenterPPSWorkspaceListIns… | f9c216ad-35c7-4538-abb8-8ec631a5dff7 | 15 |
ObaStaple | f9cb1a2a-d285-465a-a160-7e3e95af1fdd | 15 |
HierarchyTasksList | f9ce21f8-f437-4f7e-8bc6-946378c850f0 | 15 |
AutohostedAppLicensing | fa7cefd8-5595-4d68-84fa-fe2d9e693de7 | 15 |
SocialDataStore | fa8379c9-791a-4fb0-812e-d0cfcac809c8 | 15 |
BlogSiteTemplate | faf00902-6bab-4583-bd02-84db191801d8 | 15 |
BICenterPPSNavigationLink | faf31b50-880a-4e4f-a21b-597f6b4d6478 | 15 |
MySiteMaster | fb01ca75-b306-4fc2-ab27-b4814bf823d1 | 15 |
SearchCenterLiteUpgrade | fbbd1168-3b17-4f29-acb4-ef2d34c54cfb | 15 |
ListTargeting | fc33ba3b-7919-4d7e-b791-c6aeccf8f851 | 15 |
AppRegistration | fdc6383e-3f1d-4599-8b7c-c515e99cbf18 | 15 |
IssueTrackingWorkflow | fde5d850-671e-4143-950a-87b473922dc7 | 15 |
Vizit.Pro | fdf39b73-097f-40d3-b5c6-17a4f9cea478 | 15 |
SiteSettings | fead7313-4b9e-4632-80a2-98a2a2d83297 | 15 |
ContentTypeSettings | fead7313-4b9e-4632-80a2-ff00a2d83297 | 15 |
AdminLinks | fead7313-ae6d-45dd-8260-13b563cb4c71 | 15 |
Vizit | fec69ef0-a778-4ebf-beaa-439767408a74 | 15 |
TaskListNewsFeed | ff13819a-a9ac-46fb-8163-9d53357ef98d | 15 |
TemplateDiscovery | ff48f7e6-2fa1-428d-9a15-ab154762043d | 15 |
SharePoint Server Standard 2013
DisplayName | Id | CompatibilityLevel |
PublishingStapling | 001f4bd7-746d-403b-aa09-a6cc43de7942 | 14 |
SiteStatusBar | 001f4bd7-746d-403b-aa09-a6cc43de7999 | 14 |
BasicWebParts | 00bfea71-1c5e-4a24-b310-ba51c3eb7a57 | 14 |
XmlFormLibrary | 00bfea71-1e1d-4562-b56a-f05371bb0115 | 14 |
LinksList | 00bfea71-2062-426c-90bf-714c59600103 | 14 |
WorkflowProcessList | 00bfea71-2d77-4a75-9fca-76516689e21a | 14 |
GridList | 00bfea71-3a1d-41d3-a0ee-651d11570120 | 14 |
WorkflowHistoryList | 00bfea71-4ea5-48d4-a4ad-305cf7030140 | 14 |
TeamCollab | 00bfea71-4ea5-48d4-a4ad-7ea5c011abe5 | 14 |
GanttTasksList | 00bfea71-513d-4ca0-96c2-6a47775c0119 | 14 |
PictureLibrary | 00bfea71-52d4-45b3-b544-b1c71b620109 | 14 |
IssuesList | 00bfea71-5932-4f9c-ad71-1557e5751100 | 14 |
DiscussionsList | 00bfea71-6a49-43fa-b535-d15c05500108 | 14 |
ContactsList | 00bfea71-7e6d-4186-9ba8-c047ac750105 | 14 |
ExternalList | 00bfea71-9549-43f8-b978-e47e54a10600 | 14 |
TasksList | 00bfea71-a83e-497e-9ba0-7a5c597d0107 | 14 |
WebPageLibrary | 00bfea71-c796-4402-9f2f-0eb9a6e71b18 | 14 |
AnnouncementsList | 00bfea71-d1ce-42de-9c63-a44004ce0104 | 14 |
WikiPageHomePage | 00bfea71-d8fe-4fec-8dad-01c19a6e4053 | 14 |
CustomList | 00bfea71-de22-43b2-a848-c05709900100 | 14 |
DocumentLibrary | 00bfea71-e717-4e80-aa17-d0c71b360101 | 14 |
SurveysList | 00bfea71-eb8a-40b1-80c7-506be7590102 | 14 |
EventsList | 00bfea71-ec85-4903-972d-ebe475780106 | 14 |
DataSourceLibrary | 00bfea71-f381-423d-b9d1-da7a54c50110 | 14 |
NoCodeWorkflowLibrary | 00bfea71-f600-43f6-a895-40c0de7b0117 | 14 |
FeaturePushdown | 0125140f-7123-4657-b70a-db9aa1f209e5 | 14 |
ReviewWorkflows | 02464c6a-9d07-4f30-ba04-e9035cf54392 | 14 |
MySiteQuickLaunch | 034947cc-c424-47cd-a8d1-6014f0e36925 | 14 |
OSSSearchEndUserHelpFeature | 03b0a3dc-93dd-4c68-943e-7ec56e65ed4d | 14 |
LocationBasedPolicy | 063c26fa-3ccc-4180-8a84-b6f98e991df3 | 14 |
EnhancedTheming | 068bc832-4951-11dc-8314-0800200c9a66 | 14 |
OsrvLinks | 068f8656-bea6-4d60-a5fa-7f077f8f5c20 | 14 |
HelpLibrary | 071de60d-4b02-4076-b001-b456e93146fe | 14 |
FCGroupsList | 08386d3d-7cc0-486b-a730-3b4cfe1b5509 | 14 |
OSearchHealthReportsPushdown | 09fe98f3-3324-4747-97e5-916a28a0c6c0 | 14 |
TenantAdminBDC | 0a0b2e8f-e48e-4367-923b-33bb86c1b398 | 14 |
Workflows | 0af5989a-3aea-4519-8ab0-85d91abe39ff | 14 |
SlideLibrary | 0be49fe9-9bc9-409d-abf9-702753bd878d | 14 |
OfficeWebApps | 0c504a5c-bcea-4376-b05e-cbca5ced7b4f | 14 |
DocumentRoutingResources | 0c8a9a47-22a9-4798-82f1-00e62a96006e | 14 |
ContentLightup | 0f121a23-c6bc-400f-87e4-e6bbddf6916d | 14 |
MySiteCleanup | 0faf7d1b-95b1-4053-b4e2-19fd5c9bbc88 | 14 |
OssNavigation | 10bdac29-a21a-47d9-9dff-90c7cae1301e | 14 |
PageConverters | 14173c38-5e2d-4887-8134-60f9df889bad | 14 |
LocalSiteDirectoryControl | 14aafd3a-fcb9-4bb7-9ad7-d8e36b663bbd | 14 |
IPFSTenantFormsConfig | 15845762-4ec4-4606-8993-1c0512a98680 | 14 |
WordServerViewing | 1663ee19-e6ab-4d47-be1b-adeb27cfd9d2 | 14 |
ReviewPublishingSPD1033 | 19f5f68e-1b92-4a02-b04d-61810ead0409 | 14 |
IMEDicList | 1c6a572c-1b58-49ab-b5db-75caf50692e6 | 14 |
SearchAndProcess | 1dbf6063-d809-45ea-9203-d3ba4a64f86d | 14 |
DMContentTypeSettings | 1ec2c859-e9cb-4d79-9b2b-ea8df09ede22 | 14 |
PublishingTimerJobs | 20477d83-8bdb-414e-964b-080637f7d99b | 14 |
Publishing | 22a9ef51-737b-4ff2-9346-694633fe4416 | 14 |
CallTrackList | 239650e3-ee0b-44a0-a22a-48292402b8d8 | 14 |
TransMgmtLib | 29d85c25-170c-4df9-a641-12db0b9d4130 | 14 |
SPSearchFeature | 2ac1da39-c101-475c-8601-122bc36e3d67 | 14 |
WebPartAdderGroups | 2ed1c45e-a73b-4779-ae81-1524e4de467a | 14 |
UpgradeOnlyFile | 2fa4db13-4109-4a1d-b47c-c7991d4cc934 | 14 |
V2VPublishingLayouts | 2fbbe552-72ac-11dc-8314-0800200c9a66 | 14 |
RedirectPageContentTypeBinding | 306936fd-9806-4478-80d1-7e397bfa6474 | 14 |
GlobalWebParts | 319d8f70-eb3a-4b44-9c79-2087a87799d6 | 14 |
TenantProfileAdmin | 32ff5455-8967-469a-b486-f8eaf0d902f9 | 14 |
ContentTypeSyndication | 34339dc9-dec4-4256-b44a-b30ff2991a64 | 14 |
SSSvcAdmin | 35f680d4-b0de-4818-8373-ee0fca092526 | 14 |
EmailTemplates | 397942ec-14bf-490e-a983-95b87d0d29d1 | 14 |
MpsWebParts | 39dd29fb-b6f5-4697-b526-4d38de4893e5 | 14 |
DocumentManagement | 3a4ce811-6fe0-4e97-a6ae-675470282cf2 | 14 |
PowerViewStapling | 3b5dc9dd-896c-4d6b-8c73-8f854b3a652b | 14 |
DocumentSet | 3bae86a2-776d-499d-9db8-fa4cdc7884f8 | 14 |
ReviewWorkflowsSPD1033 | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60409 | 14 |
IPFSTenantWebProxyConfig | 3c577815-7658-4d4f-a347-cfbb370700a7 | 14 |
GBWWebParts | 3d25bd73-7cd4-4425-b8fb-8899977f73de | 14 |
OnenoteServerViewing | 3d433d02-cf49-4975-81b4-aede31e16edf | 14 |
TenantProfileAdminStapling | 3d4ea296-0b35-4a08-b2bf-f0a8cabd1d7f | 14 |
BDR | 3f59333f-4ce1-406d-8a97-9ecb0ff0337f | 14 |
TaxonomyFeatureStapler | 415780bf-f710-4e2c-b7b0-b463c7992ef0 | 14 |
OSearchEnhancedFeature | 4750c984-7721-4feb-be61-c660c6190d43 | 14 |
TaxonomyTimerJobs | 48ac883d-e32e-4fd6-8499-3408add91b53 | 14 |
MySiteHost | 49571cd1-b6a1-43a3-bf75-955acc79c8d8 | 14 |
AssetLibrary | 4bcccd62-dcaf-46dc-a7d4-e38277ef33f4 | 14 |
BaseWebApplication | 4f56f9fa-51a0-420c-b707-63ecbb494db1 | 14 |
NavigationProperties | 541f5f57-c847-4e16-b59a-b31e90e6f9ea | 14 |
AdminReportCorePushdown | 55312854-855b-4088-b09d-c5efe0fbf9d2 | 14 |
SiteHelp | 57ff23fc-ec05-4dd8-b7ed-d93faa7c795d | 14 |
FacilityList | 58160a6b-4396-4d6e-867c-65381fb5fbc9 | 14 |
RecordResources | 5bccb9a4-b903-4fd1-8620-b795fa33c9ba | 14 |
MySiteHostPictureLibrary | 5ede0a86-c772-4f1d-a120-72e734b3400c | 14 |
ReportServerCentralAdmin | 5f2e3537-91b5-4341-86ff-90c6a2f99aae | 14 |
PortalLayouts | 5f3b0127-2f1d-4cfd-8dd2-85ad1fb00bfc | 14 |
SpellChecking | 612d671e-f53d-4701-96da-c3a4ee00fdc5 | 14 |
TenantAdminSecureStoreStapling | 6361e2a8-3bc4-4ca4-abbb-3dfbb727acd7 | 14 |
ScheduleList | 636287a7-7f62-4a6e-9fcc-081f4672cbf8 | 14 |
SlideLibraryActivation | 65d96c6b-649a-4169-bf1d-b96505c60375 | 14 |
ObaProfilePages | 683df0c0-20b7-4852-87a3-378945158fab | 14 |
MySiteLayouts | 6928b0e5-5707-46a1-ae16-d6e52522d52b | 14 |
ctypes | 695b6570-a48b-4a8e-8ea5-26ea7fc1d162 | 14 |
MySite | 69cc9662-d373-47fc-9449-f18d11ff732c | 14 |
MySiteNavigation | 6adff05c-d581-4c05-a6b9-920f15ec6fd9 | 14 |
ReportServerStapling | 6bcbccc3-ff47-47d3-9468-572bf2ab9657 | 14 |
SignaturesWorkflow | 6c09612b-46af-4b2f-8dfc-59185c962a29 | 14 |
RecordsManagement | 6d127338-5e7d-4391-8f62-a11e43b1d404 | 14 |
LegacyDocumentLibrary | 6e53dd27-98f2-4ae5-85a0-e9a8ef4aa6df | 14 |
GBWProvision | 6e8a2add-ed09-4592-978e-8fa71e6f117c | 14 |
Reporting | 7094bd89-2cfe-490a-8c7e-fbace37b4a34 | 14 |
SPSDisco | 713a65a1-2bc7-4e62-9446-1d0b56a8bf7f | 14 |
MetaDataNav | 7201d6a4-a5d3-49a1-8c19-19c4bac6e668 | 14 |
TaxonomyFieldAdded | 73ef14b1-13a9-416b-a9b5-ececa2b0604c | 14 |
SocialRibbonControl | 756d8a58-4e24-4288-b981-65dc93f9c4e5 | 14 |
EnterpriseWiki | 76d688ad-c16e-4cec-9b71-7b7f0d79b9cd | 14 |
OSSSearchSearchCenterUrlSit… | 7ac8cc56-d28e-41f5-ad04-d95109eb987a | 14 |
OSSSearchSearchCenterUrlFea… | 7acfcb9d-8e8f-4979-af7e-8aed7e95245e | 14 |
DocumentRouting | 7ad5272a-2694-4349-953e-ea5ef290e97c | 14 |
ViewFormPagesLockDown | 7c637b23-06c4-472d-9a9a-7c175762c5c4 | 14 |
TaxonomyTenantAdmin | 7d12c4c3-2321-42e8-8fb6-5295a849ed08 | 14 |
EnhancedHtmlEditing | 81ebc0d6-8fb2-4e3f-b2f8-062640037398 | 14 |
TransMgmtFunc | 82e2ea42-39e2-4b27-8631-ed54c1cfc491 | 14 |
MySiteBlog | 863da2ac-3873-4930-8498-752886210911 | 14 |
Navigation | 89e0306d-453b-4ec5-8d68-42067cdbf98e | 14 |
OpenInClient | 8a4b8de2-6fd8-41e9-923c-c7c3c00f8295 | 14 |
MasterSiteDirectoryControl | 8a663fe0-9d9c-45c7-8297-66365ad50427 | 14 |
WikiWelcome | 8c6a6980-c3d9-440e-944c-77f93bc65a7e | 14 |
MaintenanceLogs | 8c6f9096-388d-4eed-96ff-698b3ec46fc4 | 14 |
WAWhatsPopularWebPart | 8e947bf0-fe40-4dff-be3d-a8b88112ade6 | 14 |
LocalSiteDirectoryMetaData | 8f15b342-80b1-4508-8641-0751e2b55ca6 | 14 |
TaxonomyTenantAdminStapler | 8fb893d6-93ee-4763-a046-54f9e640368d | 14 |
ObaProfilePagesTenantStapling | 90c6c1e5-3719-4c52-9f36-34a97df596f7 | 14 |
Ratings | 915c240e-a6cc-49b8-8b2c-0bff8b553ed3 | 14 |
SkuUpgradeLinks | 937f97e9-d7b4-473d-af17-b03951b2c66b | 14 |
PublishingWeb | 94c94ca6-b32f-4da9-a9e3-1f3d343d7ecb | 14 |
BaseSiteStapling | 97a2485f-ef4b-401f-9167-fa4fe177c6f6 | 14 |
TenantAdminLinks | 98311581-29c5-40e8-9347-bd5732f0cb3e | 14 |
TenantAdminDeploymentLinks | 99f380b4-e1aa-4db0-92a4-32b15e35b317 | 14 |
BaseWeb | 99fe402e-89a0-45aa-9163-85342e865dc8 | 14 |
ContentTypeHub | 9a447926-5937-44cb-857a-d3829301c73b | 14 |
HolidaysList | 9ad4c2d4-443b-4a94-8534-49a23f20ba3c | 14 |
OrganizationsClaimHierarchy… | 9b0293a7-8942-46b0-8b78-49d29a9edd53 | 14 |
GroupWork | 9c03e124-eef7-4dc6-b5eb-86ccd207cb87 | 14 |
WhereaboutsList | 9c2ef9dc-f733-432e-be1c-2e79957ea27b | 14 |
Hold | 9e56487c-795a-4077-9425-54a1ecb84282 | 14 |
IPFSWebFeatures | a0e5a010-1329-49d4-9e09-f280cdbed37d | 14 |
DownloadFromOfficeDotCom | a140a1ac-e757-465d-94d4-2ca25ab2c662 | 14 |
SitesList | a311bf68-c990-4da3-89b3-88989a3d7721 | 14 |
PublishingPrerequisites | a392da98-270b-4e85-9769-04c0fde267aa | 14 |
SignaturesWorkflowSPD1033 | a42f749f-8633-48b7-9b22-403b40190409 | 14 |
ReviewPublishingSPD | a44d2aa3-affc-4d58-8db4-f4a3af053188 | 14 |
AccSrvRestrictedList | a4d4ee2c-a6cb-4191-ab0a-21bb5bde92fb | 14 |
CirculationList | a568770a-50ba-4052-ab48-37d8029b3f47 | 14 |
EnterpriseWikiLayouts | a942a218-fa43-4d11-9d85-c01e3e3a37cb | 14 |
PublishingResources | aebc918d-b20f-4a11-a1db-9ed84d79c87e | 14 |
BulkWorkflow | aeef8777-70c0-429f-8a13-f12db47a6d47 | 14 |
ProfileSynch | af847aa9-beb6-41d4-8306-78e41af9ce25 | 14 |
BaseSite | b21b090c-c796-4b0f-ac0f-7ef1659c20ae | 14 |
ExcelServerEdit | b3da33d0-5e51-4694-99ce-705a3ac80dc5 | 14 |
DocId | b50e3104-6812-424f-a011-cc90e6327318 | 14 |
ReviewWorkflowsSPD | b5934f65-a844-4e67-82e5-92f66aafe912 | 14 |
TenantAdminBDCStapling | b5d169c9-12db-4084-b68d-eef9273bd898 | 14 |
SiteUpgrade | b63ef52c-1e99-455f-8511-6a706567740f | 14 |
TenantAdminSecureStore | b738400a-f08a-443d-96fa-a852d0356bba | 14 |
AdminReportCore | b8f36433-367d-49f3-ae11-f7d76b51d251 | 14 |
OSearchBasicFeature | bc29e863-ae07-4674-bd83-2c6d0aa5623f | 14 |
PowerView | bf8b58f5-ebae-4a70-9848-622beaaf2043 | 14 |
SRPProfileAdmin | c43a587e-195b-4d29-aba8-ebb22b48eb1a | 14 |
SignaturesWorkflowSPD | c4773de6-ba70-4583-b751-2a7b1dc67e3a | 14 |
ManageUserProfileServiceApp… | c59dbaa9-fa01-495d-aaa3-3c02cc2ee8ff | 14 |
ReportCenterSampleData | c5d947d6-b0a2-4e07-9929-8e54f5a9fff9 | 14 |
TranslationWorkflow | c6561405-ea03-40a9-a57f-f25472942a22 | 14 |
SearchAdminWebParts | c65861fa-b025-4634-ab26-22a23e49808f | 14 |
ReportServerItemSync | c769801e-2387-47ef-a810-2d292d4cb05d | 14 |
LegacyWorkflows | c845ed8d-9ce5-448c-bd3e-ea71350ce45b | 14 |
ExpirationWorkflow | c85e5759-f323-4efb-b548-443d2216efb5 | 14 |
OSearchCentralAdminLinks | c922c106-7d0a-4377-a668-7f13d52cb80f | 14 |
OffWFCommon | c9c9515d-e4e2-4001-9050-74f980f93160 | 14 |
DeploymentLinks | ca2543e6-29a1-40c1-bba9-bd8510a4c17b | 14 |
fields | ca7bd552-10b1-4563-85b9-5ed1d39c962a | 14 |
ObaSimpleSolution | d250636f-0a26-4019-8425-a5232d592c01 | 14 |
PublishingLayouts | d3f51be2-38a8-4e44-ba84-940d35be1566 | 14 |
EMailRouting | d44a1358-e800-47e8-8180-adf2d0f77543 | 14 |
TimecardList | d5191a77-fa2d-4801-9baf-9f4205c9e9d2 | 14 |
WhatsNewList | d7670c9c-1c29-4f44-8691-584001968a74 | 14 |
BulkWorkflowTimerJob | d992aeca-3802-483a-ab40-6c9376300b61 | 14 |
InPlaceRecords | da2e115b-07e4-49d9-bb2c-35e93bb9fca9 | 14 |
ContentTypePublish | dd903064-c9d8-4718-b4e7-8ab9bd039fff | 14 |
SearchServerWizardFeature | e09cefae-2ada-4a1d-aee6-8a8398215905 | 14 |
RecordsCenter | e0a45587-1069-46bd-bf05-8c8db8620b08 | 14 |
OSearchHealthReports | e792e296-5d7f-47c7-9dfa-52eae2104c3b | 14 |
ReportServer | e8389ec7-70fd-4179-a1c4-6fcb4342d7a0 | 14 |
RelatedLinksScopeSettingsLink | e8734bb6-be8e-48a1-b036-5a40ff0b8a81 | 14 |
LocalSiteDirectorySettingsLink | e978b1a6-8de7-49d0-8600-09a250354e14 | 14 |
SearchWebParts | eaf6a128-0482-4f71-9a2f-b1c650680e77 | 14 |
PersonalizationSite | ed5e77f7-c7b1-4961-a659-0de93080fa36 | 14 |
OSearchPortalAdminLinks | edf48246-e4ee-4638-9eed-ef3d0aee7597 | 14 |
StapledWorkflows | ee21b29b-b0d0-42c6-baff-c97fd91786e6 | 14 |
UserMigrator | f0deabbb-b0f6-46ba-8e16-ff3b44461aeb | 14 |
SharedServices | f324259d-393d-4305-aa48-36e8d9a7a0d6 | 14 |
MobilityRedirect | f41cc668-37e5-4743-b4a8-74d1db3fd8a4 | 14 |
V2VPublishedLinks | f63b7696-9afc-4e51-9dfd-3111015e9a60 | 14 |
MySitePersonalSite | f661430e-c155-438e-a7c6-c68648f1b119 | 14 |
PublishingSite | f6924d36-2fa8-4f0b-b16d-06b7250180fa | 14 |
ObaStaple | f9cb1a2a-d285-465a-a160-7e3e95af1fdd | 14 |
ListTargeting | fc33ba3b-7919-4d7e-b791-c6aeccf8f851 | 14 |
IssueTrackingWorkflow | fde5d850-671e-4143-950a-87b473922dc7 | 14 |
SiteSettings | fead7313-4b9e-4632-80a2-98a2a2d83297 | 14 |
ContentTypeSettings | fead7313-4b9e-4632-80a2-ff00a2d83297 | 14 |
AdminLinks | fead7313-ae6d-45dd-8260-13b563cb4c71 | 14 |
TemplateDiscovery | ff48f7e6-2fa1-428d-9a15-ab154762043d | 14 |
PublishingStapling | 001f4bd7-746d-403b-aa09-a6cc43de7942 | 15 |
SiteStatusBar | 001f4bd7-746d-403b-aa09-a6cc43de7999 | 15 |
BasicWebParts | 00bfea71-1c5e-4a24-b310-ba51c3eb7a57 | 15 |
XmlFormLibrary | 00bfea71-1e1d-4562-b56a-f05371bb0115 | 15 |
LinksList | 00bfea71-2062-426c-90bf-714c59600103 | 15 |
workflowProcessList | 00bfea71-2d77-4a75-9fca-76516689e21a | 15 |
GridList | 00bfea71-3a1d-41d3-a0ee-651d11570120 | 15 |
WorkflowHistoryList | 00bfea71-4ea5-48d4-a4ad-305cf7030140 | 15 |
TeamCollab | 00bfea71-4ea5-48d4-a4ad-7ea5c011abe5 | 15 |
GanttTasksList | 00bfea71-513d-4ca0-96c2-6a47775c0119 | 15 |
PictureLibrary | 00bfea71-52d4-45b3-b544-b1c71b620109 | 15 |
IssuesList | 00bfea71-5932-4f9c-ad71-1557e5751100 | 15 |
DiscussionsList | 00bfea71-6a49-43fa-b535-d15c05500108 | 15 |
ContactsList | 00bfea71-7e6d-4186-9ba8-c047ac750105 | 15 |
ExternalList | 00bfea71-9549-43f8-b978-e47e54a10600 | 15 |
TasksList | 00bfea71-a83e-497e-9ba0-7a5c597d0107 | 15 |
WebPageLibrary | 00bfea71-c796-4402-9f2f-0eb9a6e71b18 | 15 |
AnnouncementsList | 00bfea71-d1ce-42de-9c63-a44004ce0104 | 15 |
WikiPageHomePage | 00bfea71-d8fe-4fec-8dad-01c19a6e4053 | 15 |
CustomList | 00bfea71-de22-43b2-a848-c05709900100 | 15 |
DocumentLibrary | 00bfea71-e717-4e80-aa17-d0c71b360101 | 15 |
SurveysList | 00bfea71-eb8a-40b1-80c7-506be7590102 | 15 |
EventsList | 00bfea71-ec85-4903-972d-ebe475780106 | 15 |
DataSourceLibrary | 00bfea71-f381-423d-b9d1-da7a54c50110 | 15 |
NoCodeWorkflowLibrary | 00bfea71-f600-43f6-a895-40c0de7b0117 | 15 |
FeaturePushdown | 0125140f-7123-4657-b70a-db9aa1f209e5 | 15 |
AutohostedAppLicensingStapling | 013a0db9-1607-4c42-8f71-08d821d395c2 | 15 |
ReviewWorkflows | 02464c6a-9d07-4f30-ba04-e9035cf54392 | 15 |
MySiteQuickLaunch | 034947cc-c424-47cd-a8d1-6014f0e36925 | 15 |
OSSSearchEndUserHelpFeature | 03b0a3dc-93dd-4c68-943e-7ec56e65ed4d | 15 |
MyTasksDashboardCustomRedirect | 04a98ac6-82d5-4e01-80ea-c0b7d9699d94 | 15 |
LocationBasedPolicy | 063c26fa-3ccc-4180-8a84-b6f98e991df3 | 15 |
EnhancedTheming | 068bc832-4951-11dc-8314-0800200c9a66 | 15 |
OsrvLinks | 068f8656-bea6-4d60-a5fa-7f077f8f5c20 | 15 |
HelpLibrary | 071de60d-4b02-4076-b001-b456e93146fe | 15 |
SearchCenterLiteFiles | 073232a0-1868-4323-a144-50de99c70efc | 15 |
FCGroupsList | 08386d3d-7cc0-486b-a730-3b4cfe1b5509 | 15 |
UserProfileUserSettingsProv… | 0867298a-70e0-425f-85df-7f8bd9e06f15 | 15 |
TenantSearchAdminStapling | 08ee8de1-8135-4ef9-87cb-a4944f542ba3 | 15 |
OSearchHealthReportsPushdown | 09fe98f3-3324-4747-97e5-916a28a0c6c0 | 15 |
TenantAdminBDC | 0a0b2e8f-e48e-4367-923b-33bb86c1b398 | 15 |
CorporateCatalog | 0ac11793-9c2f-4cac-8f22-33f93fac18f2 | 15 |
Workflows | 0af5989a-3aea-4519-8ab0-85d91abe39ff | 15 |
SlideLibrary | 0be49fe9-9bc9-409d-abf9-702753bd878d | 15 |
OfficeWebApps | 0c504a5c-bcea-4376-b05e-cbca5ced7b4f | 15 |
DocumentRoutingResources | 0c8a9a47-22a9-4798-82f1-00e62a96006e | 15 |
BlogContent | 0d1c50f7-0309-431c-adfb-b777d5473a65 | 15 |
MySiteStorageDeployment | 0ee1129f-a2f3-41a9-9e9c-c7ee619a8c33 | 15 |
ContentLightup | 0f121a23-c6bc-400f-87e4-e6bbddf6916d | 15 |
MySiteCleanup | 0faf7d1b-95b1-4053-b4e2-19fd5c9bbc88 | 15 |
OssNavigation | 10bdac29-a21a-47d9-9dff-90c7cae1301e | 15 |
ShareWithEveryone | 10f73b29-5779-46b3-85a8-4817a6e9a6c2 | 15 |
PageConverters | 14173c38-5e2d-4887-8134-60f9df889bad | 15 |
LocalSiteDirectoryControl | 14aafd3a-fcb9-4bb7-9ad7-d8e36b663bbd | 15 |
CrossSiteCollectionPublishing | 151d22d9-95a8-4904-a0a3-22e4db85d1e0 | 15 |
IPFSTenantFormsConfig | 15845762-4ec4-4606-8993-1c0512a98680 | 15 |
SiteFeed | 15a572c6-e545-4d32-897a-bab6f5846e18 | 15 |
WordServerViewing | 1663ee19-e6ab-4d47-be1b-adeb27cfd9d2 | 15 |
SearchEngineOptimization | 17415b1d-5339-42f9-a10b-3fef756b84d1 | 15 |
PromotedLinksList | 192efa95-e50c-475e-87ab-361cede5dd7f | 15 |
ReviewPublishingSPD1033 | 19f5f68e-1b92-4a02-b04d-61810ead0409 | 15 |
MonitoredAppsUI | 1b811cfe-8c78-4982-aad7-e5c112e397d1 | 15 |
IMEDicList | 1c6a572c-1b58-49ab-b5db-75caf50692e6 | 15 |
SearchAndProcess | 1dbf6063-d809-45ea-9203-d3ba4a64f86d | 15 |
MruDocsWebPart | 1eb6a0c1-5f08-4672-b96f-16845c2448c6 | 15 |
DMContentTypeSettings | 1ec2c859-e9cb-4d79-9b2b-ea8df09ede22 | 15 |
CmisProducer | 1fce0577-1f58-4fc2-a996-6c4bcf59eeed | 15 |
PublishingTimerJobs | 20477d83-8bdb-414e-964b-080637f7d99b | 15 |
Publishing | 22a9ef51-737b-4ff2-9346-694633fe4416 | 15 |
AppLockdown | 23330bdb-b83e-4e09-8770-8155aa5e87fd | 15 |
CallTrackList | 239650e3-ee0b-44a0-a22a-48292402b8d8 | 15 |
TransMgmtLib | 29d85c25-170c-4df9-a641-12db0b9d4130 | 15 |
SPSearchFeature | 2ac1da39-c101-475c-8601-122bc36e3d67 | 15 |
CommunityPortal | 2b03956c-9271-4d1c-868a-07df2971ed30 | 15 |
WorkflowServiceStore | 2c63df2b-ceab-42c6-aeff-b3968162d4b1 | 15 |
MBrowserRedirectStapling | 2dd8788b-0e6b-4893-b4c0-73523ac261b1 | 15 |
WebPartAdderGroups | 2ed1c45e-a73b-4779-ae81-1524e4de467a | 15 |
UpgradeOnlyFile | 2fa4db13-4109-4a1d-b47c-c7991d4cc934 | 15 |
V2VPublishingLayouts | 2fbbe552-72ac-11dc-8314-0800200c9a66 | 15 |
ProjectBasedPolicy | 2fcd5f8a-26b7-4a6a-9755-918566dba90a | 15 |
RedirectPageContentTypeBinding | 306936fd-9806-4478-80d1-7e397bfa6474 | 15 |
GlobalWebParts | 319d8f70-eb3a-4b44-9c79-2087a87799d6 | 15 |
TenantProfileAdmin | 32ff5455-8967-469a-b486-f8eaf0d902f9 | 15 |
AppRequestsList | 334dfc83-8655-48a1-b79d-68b7f6c63222 | 15 |
ContentTypeSyndication | 34339dc9-dec4-4256-b44a-b30ff2991a64 | 15 |
MonitoredApps | 345ff4f9-f706-41e1-92bc-3f0ec2d9f6ea | 15 |
SSSvcAdmin | 35f680d4-b0de-4818-8373-ee0fca092526 | 15 |
SearchCenterUpgrade | 372b999f-0807-4427-82dc-7756ae73cb74 | 15 |
EmailTemplates | 397942ec-14bf-490e-a983-95b87d0d29d1 | 15 |
ItemFormRecommendations | 39d18bbf-6e0f-4321-8f16-4e3b51212393 | 15 |
MpsWebParts | 39dd29fb-b6f5-4697-b526-4d38de4893e5 | 15 |
CollaborationMailboxFarm | 3a11d8ef-641e-4c79-b4d9-be3b17f9607c | 15 |
DocumentManagement | 3a4ce811-6fe0-4e97-a6ae-675470282cf2 | 15 |
PowerViewStapling | 3b5dc9dd-896c-4d6b-8c73-8f854b3a652b | 15 |
DocumentSet | 3bae86a2-776d-499d-9db8-fa4cdc7884f8 | 15 |
ReviewWorkflowsSPD1033 | 3bc0c1e1-b7d5-4e82-afd7-9f7e59b60409 | 15 |
IPFSTenantWebProxyConfig | 3c577815-7658-4d4f-a347-cfbb370700a7 | 15 |
GBWWebParts | 3d25bd73-7cd4-4425-b8fb-8899977f73de | 15 |
OnenoteServerViewing | 3d433d02-cf49-4975-81b4-aede31e16edf | 15 |
TenantProfileAdminStapling | 3d4ea296-0b35-4a08-b2bf-f0a8cabd1d7f | 15 |
BICenterDataConnections | 3d8210e9-1e89-4f12-98ef-643995339ed4 | 15 |
BDR | 3f59333f-4ce1-406d-8a97-9ecb0ff0337f | 15 |
ProductCatalogResources | 409d2feb-3afb-4642-9462-f7f426a0f3e9 | 15 |
TaxonomyFeatureStapler | 415780bf-f710-4e2c-b7b0-b463c7992ef0 | 15 |
MySiteUnifiedNavigation | 41baa678-ad62-41ef-87e6-62c8917fc0ad | 15 |
SearchConfigFields | 41dfb393-9eb6-4fe4-af77-28e4afce8cdc | 15 |
PhonePNSubscriber | 41e1d4bf-b1a2-47f7-ab80-d5d6cbba3092 | 15 |
SocialSite | 4326e7fc-f35a-4b0f-927c-36264b0a4cf0 | 15 |
ProjectDiscovery | 4446ee9b-227c-4f1a-897d-d78ecdd6a824 | 15 |
OSearchEnhancedFeature | 4750c984-7721-4feb-be61-c660c6190d43 | 15 |
SearchConfigContentType | 48a243cb-7b16-4b5a-b1b5-07b809b43f47 | 15 |
TaxonomyTimerJobs | 48ac883d-e32e-4fd6-8499-3408add91b53 | 15 |
SmallBusinessWebsite | 48c33d5d-acff-4400-a684-351c2beda865 | 15 |
MySiteHost | 49571cd1-b6a1-43a3-bf75-955acc79c8d8 | 15 |
GettingStarted | 4aec7207-0d02-4f4f-aa07-b370199cd0c7 | 15 |
AssetLibrary | 4bcccd62-dcaf-46dc-a7d4-e38277ef33f4 | 15 |
MyTasksDashboardStapling | 4cc8aab8-5af0-45d7-a170-169ea583866e | 15 |
GettingStartedWithAppCatalo… | 4ddc5942-98b0-4d70-9f7f-17acfec010e5 | 15 |
Translation | 4e7276bc-e7ab-4951-9c4b-a74d44205c32 | 15 |
BaseWebApplication | 4f56f9fa-51a0-420c-b707-63ecbb494db1 | 15 |
CollaborationMailbox | 502a2d54-6102-4757-aaa0-a90586106368 | 15 |
SiteFeedController | 5153156a-63af-4fac-b557-91bd8c315432 | 15 |
NavigationProperties | 541f5f57-c847-4e16-b59a-b31e90e6f9ea | 15 |
AdminReportCorePushdown | 55312854-855b-4088-b09d-c5efe0fbf9d2 | 15 |
UPAClaimProvider | 5709886f-13cc-4ffc-bfdc-ec8ab7f77191 | 15 |
WorkflowTask | 57311b7a-9afd-4ff0-866e-9393ad6647b1 | 15 |
PublishingMobile | 57cc6207-aebf-426e-9ece-45946ea82e4a | 15 |
SiteHelp | 57ff23fc-ec05-4dd8-b7ed-d93faa7c795d | 15 |
FacilityList | 58160a6b-4396-4d6e-867c-65381fb5fbc9 | 15 |
RollupPageLayouts | 588b23d5-8e23-4b1b-9fe3-2f2f62965f2d | 15 |
ExternalSubscription | 5b10d113-2d0d-43bd-a2fd-f8bc879f5abd | 15 |
MediaWebPart | 5b79b49a-2da6-4161-95bd-7375c1995ef9 | 15 |
RecordResources | 5bccb9a4-b903-4fd1-8620-b795fa33c9ba | 15 |
TopicPages | 5ebe1445-5910-4c6e-ac27-da2e93b60f48 | 15 |
MySiteHostPictureLibrary | 5ede0a86-c772-4f1d-a120-72e734b3400c | 15 |
ReportServerCentralAdmin | 5f2e3537-91b5-4341-86ff-90c6a2f99aae | 15 |
PortalLayouts | 5f3b0127-2f1d-4cfd-8dd2-85ad1fb00bfc | 15 |
ExchangeSync | 5f68444a-0131-4bb0-b013-454d925681a2 | 15 |
SearchCenterFiles | 6077b605-67b9-4937-aeb6-1d41e8f5af3b | 15 |
BcsEvents | 60c8481d-4b54-4853-ab9f-ed7e1c21d7e4 | 15 |
SpellChecking | 612d671e-f53d-4701-96da-c3a4ee00fdc5 | 15 |
OfficeExtensionCatalog | 61e874cd-3ac3-4531-8628-28c3acb78279 | 15 |
SiteFeedStapling | 6301cbb8-9396-45d1-811a-757567d35e91 | 15 |
TenantAdminSecureStoreStapling | 6361e2a8-3bc4-4ca4-abbb-3dfbb727acd7 | 15 |
ScheduleList | 636287a7-7f62-4a6e-9fcc-081f4672cbf8 | 15 |
MySiteInstantiationQueues | 65b53aaf-4754-46d7-bb5b-7ed4cf5564e1 | 15 |
SlideLibraryActivation | 65d96c6b-649a-4169-bf1d-b96505c60375 | 15 |
SearchTaxonomyRefinementWeb… | 67ae7d04-6731-42dd-abe1-ba2a5eaa3b48 | 15 |
ObaProfilePages | 683df0c0-20b7-4852-87a3-378945158fab | 15 |
MySiteLayouts | 6928b0e5-5707-46a1-ae16-d6e52522d52b | 15 |
CTypes | 695b6570-a48b-4a8e-8ea5-26ea7fc1d162 | 15 |
MySite | 69cc9662-d373-47fc-9449-f18d11ff732c | 15 |
MySiteNavigation | 6adff05c-d581-4c05-a6b9-920f15ec6fd9 | 15 |
ReportServerStapling | 6bcbccc3-ff47-47d3-9468-572bf2ab9657 | 15 |
SignaturesWorkflow | 6c09612b-46af-4b2f-8dfc-59185c962a29 | 15 |
RecordsManagement | 6d127338-5e7d-4391-8f62-a11e43b1d404 | 15 |
SPSBlogStapling | 6d503bb6-027e-44ea-b54c-a53eac3dfed8 | 15 |
VideoAndRichMedia | 6e1e5426-2ebd-4871-8027-c5ca86371ead | 15 |
LegacyDocumentLibrary | 6e53dd27-98f2-4ae5-85a0-e9a8ef4aa6df | 15 |
GBWProvision | 6e8a2add-ed09-4592-978e-8fa71e6f117c | 15 |
Reporting | 7094bd89-2cfe-490a-8c7e-fbace37b4a34 | 15 |
SPSDisco | 713a65a1-2bc7-4e62-9446-1d0b56a8bf7f | 15 |
MetaDataNav | 7201d6a4-a5d3-49a1-8c19-19c4bac6e668 | 15 |
TaxonomyFieldAdded | 73ef14b1-13a9-416b-a9b5-ececa2b0604c | 15 |
TopicPageLayouts | 742d4c0e-303b-41d7-8015-aad1dfd54cbd | 15 |
SocialRibbonControl | 756d8a58-4e24-4288-b981-65dc93f9c4e5 | 15 |
EnterpriseWiki | 76d688ad-c16e-4cec-9b71-7b7f0d79b9cd | 15 |
XmlSitemap | 77fc9e13-e99a-4bd3-9438-a3f69670ed97 | 15 |
IfeDependentApps | 7877bbf6-30f5-4f58-99d9-a0cc787c1300 | 15 |
ContentFollowing | 7890e045-6c96-48d8-96e7-6a1d63737d71 | 15 |
OSSSearchSearchCenterUrlSit… | 7ac8cc56-d28e-41f5-ad04-d95109eb987a | 15 |
OSSSearchSearchCenterUrlFea… | 7acfcb9d-8e8f-4979-af7e-8aed7e95245e | 15 |
DocumentRouting | 7ad5272a-2694-4349-953e-ea5ef290e97c | 15 |
ViewFormPagesLockDown | 7c637b23-06c4-472d-9a9a-7c175762c5c4 | 15 |
ExchangeSyncSiteSubscription | 7cd95467-1777-4b6b-903e-89e253edc1f7 | 15 |
TaxonomyTenantAdmin | 7d12c4c3-2321-42e8-8fb6-5295a849ed08 | 15 |
EnhancedHtmlEditing | 81ebc0d6-8fb2-4e3f-b2f8-062640037398 | 15 |
TransMgmtFunc | 82e2ea42-39e2-4b27-8631-ed54c1cfc491 | 15 |
MySiteBlog | 863da2ac-3873-4930-8498-752886210911 | 15 |
MDSFeature | 87294c72-f260-42f3-a41b-981a2ffce37a | 15 |
ShareWithEveryoneStapling | 87866a72-efcf-4993-b5b0-769776b5283f | 15 |
MyTasksDashboard | 89d1184c-8191-4303-a430-7a24291531c9 | 15 |
Navigation | 89e0306d-453b-4ec5-8d68-42067cdbf98e | 15 |
OpenInClient | 8a4b8de2-6fd8-41e9-923c-c7c3c00f8295 | 15 |
MasterSiteDirectoryControl | 8a663fe0-9d9c-45c7-8297-66365ad50427 | 15 |
SearchTemplatesandResources | 8b2c6bcb-c47f-4f17-8127-f8eae47a44dd | 15 |
WorkflowServiceStapler | 8b82e40f-2001-4f0e-9ce3-0b27d1866dff | 15 |
SearchTaxonomyRefinementWeb… | 8c34f59f-8dfb-4a39-9a08-7497237e3dc4 | 15 |
RecordsManagementTenantAdmi… | 8c54e5d3-4635-4dff-a533-19fe999435dc | 15 |
WikiWelcome | 8c6a6980-c3d9-440e-944c-77f93bc65a7e | 15 |
MaintenanceLogs | 8c6f9096-388d-4eed-96ff-698b3ec46fc4 | 15 |
WAWhatsPopularWebPart | 8e947bf0-fe40-4dff-be3d-a8b88112ade6 | 15 |
LocalSiteDirectoryMetaData | 8f15b342-80b1-4508-8641-0751e2b55ca6 | 15 |
TaxonomyTenantAdminStapler | 8fb893d6-93ee-4763-a046-54f9e640368d | 15 |
ObaProfilePagesTenantStapling | 90c6c1e5-3719-4c52-9f36-34a97df596f7 | 15 |
Ratings | 915c240e-a6cc-49b8-8b2c-0bff8b553ed3 | 15 |
SearchWebPartsStapler | 922ed989-6eb4-4f5e-a32e-27f31f93abfa | 15 |
SkuUpgradeLinks | 937f97e9-d7b4-473d-af17-b03951b2c66b | 15 |
MembershipList | 947afd14-0ea1-46c6-be97-dea1bf6f5bae | 15 |
PublishingWeb | 94c94ca6-b32f-4da9-a9e3-1f3d343d7ecb | 15 |
CommunitySite | 961d6a9c-4388-4cf2-9733-38ee8c89afd4 | 15 |
BaseSiteStapling | 97a2485f-ef4b-401f-9167-fa4fe177c6f6 | 15 |
TenantAdminLinks | 98311581-29c5-40e8-9347-bd5732f0cb3e | 15 |
TenantSearchAdmin | 983521d7-9c04-4db0-abdc-f7078fc0b040 | 15 |
SiteAssets | 98d11606-9a9b-4f44-b4c2-72d72f867da9 | 15 |
TenantAdminDeploymentLinks | 99f380b4-e1aa-4db0-92a4-32b15e35b317 | 15 |
BaseWeb | 99fe402e-89a0-45aa-9163-85342e865dc8 | 15 |
ContentTypeHub | 9a447926-5937-44cb-857a-d3829301c73b | 15 |
HolidaysList | 9ad4c2d4-443b-4a94-8534-49a23f20ba3c | 15 |
OrganizationsClaimHierarchy… | 9b0293a7-8942-46b0-8b78-49d29a9edd53 | 15 |
GroupWork | 9c03e124-eef7-4dc6-b5eb-86ccd207cb87 | 15 |
SearchMaster | 9c0834e1-ba47-4d49-812b-7d4fb6fea211 | 15 |
WhereaboutsList | 9c2ef9dc-f733-432e-be1c-2e79957ea27b | 15 |
Hold | 9e56487c-795a-4077-9425-54a1ecb84282 | 15 |
PremiumSearchVerticals | 9e99f7d7-08e9-455c-b3aa-fc71b9210027 | 15 |
SearchConfigTenantStapler | 9fb35ca8-824b-49e6-a6c5-cba4366444ab | 15 |
IPFSWebFeatures | a0e5a010-1329-49d4-9e09-f280cdbed37d | 15 |
AccessRequests | a0f12ee4-9b60-4ba4-81f6-75724f4ca973 | 15 |
DownloadFromOfficeDotCom | a140a1ac-e757-465d-94d4-2ca25ab2c662 | 15 |
SitesList | a311bf68-c990-4da3-89b3-88989a3d7721 | 15 |
ContentFollowingList | a34e5458-8d20-4c0d-b137-e1390f5824a1 | 15 |
BICenterPPSContentPages | a354e6b3-6015-4744-bdc2-2fc1e4769e65 | 15 |
PublishingPrerequisites | a392da98-270b-4e85-9769-04c0fde267aa | 15 |
SignaturesWorkflowSPD1033 | a42f749f-8633-48b7-9b22-403b40190409 | 15 |
ReviewPublishingSPD | a44d2aa3-affc-4d58-8db4-f4a3af053188 | 15 |
HtmlDesign | a4c654e4-a8da-4db3-897c-a386048f7157 | 15 |
AccSrvRestrictedList | a4d4ee2c-a6cb-4191-ab0a-21bb5bde92fb | 15 |
CirculationList | a568770a-50ba-4052-ab48-37d8029b3f47 | 15 |
CrossFarmSitePermissions | a5aedf1a-12e5-46b4-8348-544386d5312d | 15 |
FollowingContent | a7a2793e-67cd-4dc1-9fd0-43f61581207a | 15 |
EnterpriseWikiLayouts | a942a218-fa43-4d11-9d85-c01e3e3a37cb | 15 |
SPAppAnalyticsUploaderJob | abf42bbb-cd9b-4313-803b-6f4a7bd4898f | 15 |
SearchConfigList | acb15743-f07b-4c83-8af3-ffcfdf354965 | 15 |
PPSRibbon | ae31cd14-a866-4834-891a-97c9d37662a2 | 15 |
EnableAppSideLoading | ae3a1339-61f5-4f8f-81a7-abd2da956a7d | 15 |
PublishingResources | aebc918d-b20f-4a11-a1db-9ed84d79c87e | 15 |
BulkWorkflow | aeef8777-70c0-429f-8a13-f12db47a6d47 | 15 |
ProfileSynch | af847aa9-beb6-41d4-8306-78e41af9ce25 | 15 |
BaseSite | b21b090c-c796-4b0f-ac0f-7ef1659c20ae | 15 |
SiteServicesAddins | b21c5a20-095f-4de2-8935-5efde5110ab3 | 15 |
MySiteSocialDeployment | b2741073-a92b-4836-b1d8-d5e9d73679bb | 15 |
ExcelServerEdit | b3da33d0-5e51-4694-99ce-705a3ac80dc5 | 15 |
DocId | b50e3104-6812-424f-a011-cc90e6327318 | 15 |
ReviewWorkflowsSPD | b5934f65-a844-4e67-82e5-92f66aafe912 | 15 |
TenantAdminBDCStapling | b5d169c9-12db-4084-b68d-eef9273bd898 | 15 |
RecordsManagementTenantAdmin | b5ef96cb-d714-41da-b66c-ce3517034c21 | 15 |
SiteUpgrade | b63ef52c-1e99-455f-8511-6a706567740f | 15 |
TenantAdminSecureStore | b738400a-f08a-443d-96fa-a852d0356bba | 15 |
AdminReportCore | b8f36433-367d-49f3-ae11-f7d76b51d251 | 15 |
ReportAndDataSearch | b9455243-e547-41f0-80c1-d5f6ce6a19e5 | 15 |
OSearchBasicFeature | bc29e863-ae07-4674-bd83-2c6d0aa5623f | 15 |
PowerView | bf8b58f5-ebae-4a70-9848-622beaaf2043 | 15 |
Preservation | bfc789aa-87ba-4d79-afc7-0c7e45dae01a | 15 |
SRPProfileAdmin | c43a587e-195b-4d29-aba8-ebb22b48eb1a | 15 |
SignaturesWorkflowSPD | c4773de6-ba70-4583-b751-2a7b1dc67e3a | 15 |
ManageUserProfileServiceApp… | c59dbaa9-fa01-495d-aaa3-3c02cc2ee8ff | 15 |
ReportCenterSampleData | c5d947d6-b0a2-4e07-9929-8e54f5a9fff9 | 15 |
TranslationWorkflow | c6561405-ea03-40a9-a57f-f25472942a22 | 15 |
SearchAdminWebParts | c65861fa-b025-4634-ab26-22a23e49808f | 15 |
AbuseReportsList | c6a92dbf-6441-4b8b-882f-8d97cb12c83a | 15 |
ReportServerItemSync | c769801e-2387-47ef-a810-2d292d4cb05d | 15 |
LegacyWorkflows | c845ed8d-9ce5-448c-bd3e-ea71350ce45b | 15 |
ExpirationWorkflow | c85e5759-f323-4efb-b548-443d2216efb5 | 15 |
OSearchCentralAdminLinks | c922c106-7d0a-4377-a668-7f13d52cb80f | 15 |
OffWFCommon | c9c9515d-e4e2-4001-9050-74f980f93160 | 15 |
DeploymentLinks | ca2543e6-29a1-40c1-bba9-bd8510a4c17b | 15 |
Fields | ca7bd552-10b1-4563-85b9-5ed1d39c962a | 15 |
ContentDeploymentSource | cd1a49b0-c067-4fdd-adfe-69e6f5022c1a | 15 |
TranslationTimerJobs | d085b8dc-9205-48a4-96ea-b40782abba02 | 15 |
ObaSimpleSolution | d250636f-0a26-4019-8425-a5232d592c01 | 15 |
CategoriesList | d32700c7-9ec5-45e6-9c89-ea703efca1df | 15 |
PublishingLayouts | d3f51be2-38a8-4e44-ba84-940d35be1566 | 15 |
EMailRouting | d44a1358-e800-47e8-8180-adf2d0f77543 | 15 |
TimeCardList | d5191a77-fa2d-4801-9baf-9f4205c9e9d2 | 15 |
WhatsNewList | d7670c9c-1c29-4f44-8691-584001968a74 | 15 |
MBrowserRedirect | d95c97f3-e528-4da2-ae9f-32b3535fbb59 | 15 |
QueryBasedPreservation | d9742165-b024-4713-8653-851573b9dfbd | 15 |
SPSBlog | d97ded76-7647-4b1e-b868-2af51872e1b3 | 15 |
BulkWorkflowTimerJob | d992aeca-3802-483a-ab40-6c9376300b61 | 15 |
InPlaceRecords | da2e115b-07e4-49d9-bb2c-35e93bb9fca9 | 15 |
ContentTypePublish | dd903064-c9d8-4718-b4e7-8ab9bd039fff | 15 |
ProductCatalogListTemplate | dd926489-fc66-47a6-ba00-ce0e959c9b41 | 15 |
MySiteMicroBlogCtrl | dfa42479-9531-4baf-8873-fc65b22c9bd4 | 15 |
RollupPages | dffaae84-60ee-413a-9600-1cf431cf0560 | 15 |
SearchServerWizardFeature | e09cefae-2ada-4a1d-aee6-8a8398215905 | 15 |
RecordsCenter | e0a45587-1069-46bd-bf05-8c8db8620b08 | 15 |
ContentFollowingStapling | e1580c3c-c510-453b-be15-35feb0ddb1a5 | 15 |
ProjectFunctionality | e2f2bb18-891d-4812-97df-c265afdba297 | 15 |
Developer | e374875e-06b6-11e0-b0fa-57f5dfd72085 | 15 |
BlogHomePage | e4639bb7-6e95-4e2f-b562-03b832dd4793 | 15 |
SearchConfigListTemplate | e47705ec-268d-4c41-aa4e-0d8727985ebc | 15 |
ReportServer | e8389ec7-70fd-4179-a1c4-6fcb4342d7a0 | 15 |
RelatedLinksScopeSettingsLink | e8734bb6-be8e-48a1-b036-5a40ff0b8a81 | 15 |
EDiscoveryCaseResources | e8c02a2a-9010-4f98-af88-6668d59f91a7 | 15 |
LocalSiteDirectorySettingsLink | e978b1a6-8de7-49d0-8600-09a250354e14 | 15 |
MySiteDocumentLibrary | e9c0ff81-d821-4771-8b4c-246aa7e5e9eb | 15 |
MySiteMicroBlog | ea23650b-0340-4708-b465-441a41c37af7 | 15 |
EmiratesNBD.SharePoint.CRM_… | ea6dd247-b625-4549-bcaa-b923fd2ca918 | 15 |
MySiteUnifiedQuickLaunch | eaa41f18-8e4a-4894-baee-60a87f026e42 | 15 |
SearchWebParts | eaf6a128-0482-4f71-9a2f-b1c650680e77 | 15 |
WorkflowAppOnlyPolicyManager | ec918931-c874-4033-bd09-4f36b2e31fef | 15 |
PersonalizationSite | ed5e77f7-c7b1-4961-a659-0de93080fa36 | 15 |
OSearchPortalAdminLinks | edf48246-e4ee-4638-9eed-ef3d0aee7597 | 15 |
StapledWorkflows | ee21b29b-b0d0-42c6-baff-c97fd91786e6 | 15 |
UserMigrator | f0deabbb-b0f6-46ba-8e16-ff3b44461aeb | 15 |
SiteNotebook | f151bb39-7c3b-414f-bb36-6bf18872052f | 15 |
SharedServices | f324259d-393d-4305-aa48-36e8d9a7a0d6 | 15 |
MobilityRedirect | f41cc668-37e5-4743-b4a8-74d1db3fd8a4 | 15 |
V2VPublishedLinks | f63b7696-9afc-4e51-9dfd-3111015e9a60 | 15 |
MySitePersonalSite | f661430e-c155-438e-a7c6-c68648f1b119 | 15 |
PublishingSite | f6924d36-2fa8-4f0b-b16d-06b7250180fa | 15 |
CorporateCuratedGallerySett… | f8bea737-255e-4758-ab82-e34bb46f5828 | 15 |
ObaStaple | f9cb1a2a-d285-465a-a160-7e3e95af1fdd | 15 |
HierarchyTasksList | f9ce21f8-f437-4f7e-8bc6-946378c850f0 | 15 |
AutohostedAppLicensing | fa7cefd8-5595-4d68-84fa-fe2d9e693de7 | 15 |
SocialDataStore | fa8379c9-791a-4fb0-812e-d0cfcac809c8 | 15 |
BlogSiteTemplate | faf00902-6bab-4583-bd02-84db191801d8 | 15 |
BICenterPPSNavigationLink | faf31b50-880a-4e4f-a21b-597f6b4d6478 | 15 |
MySiteMaster | fb01ca75-b306-4fc2-ab27-b4814bf823d1 | 15 |
SearchCenterLiteUpgrade | fbbd1168-3b17-4f29-acb4-ef2d34c54cfb | 15 |
ListTargeting | fc33ba3b-7919-4d7e-b791-c6aeccf8f851 | 15 |
AppRegistration | fdc6383e-3f1d-4599-8b7c-c515e99cbf18 | 15 |
IssueTrackingWorkflow | fde5d850-671e-4143-950a-87b473922dc7 | 15 |
SiteSettings | fead7313-4b9e-4632-80a2-98a2a2d83297 | 15 |
ContentTypeSettings | fead7313-4b9e-4632-80a2-ff00a2d83297 | 15 |
AdminLinks | fead7313-ae6d-45dd-8260-13b563cb4c71 | 15 |
TaskListNewsFeed | ff13819a-a9ac-46fb-8163-9d53357ef98d | 15 |
TemplateDiscovery | ff48f7e6-2fa1-428d-9a15-ab154762043d | 15 |
In DAG, when Database moves host, eDiscovery fails
Have Exchange 2013 SP1 environment with 2 hosts running in a DAG hosting a database. Both hosts have CAS and Mailbox role installed in 2008 domain and have single namespace.
Have Node1 with few test mailboxes and Node 2 and created new database and moved all mailboxes including Arbitration mailboxes to this new database. Also added Node 2 as database copy for new database.
Users can send/receive mails and connect Outlook. Database failover from Node 1 to Node 2 is also working fine and users can connect normally.
The only thing isn’t working is eDiscovery which fails only when database is hosted on node 2. Searches are queued until the database is failed over to Node 1. Get-Mailbox -Arbitration shows that it is in DAG but attached to Node 1 and servername parameter as “Failed server”, which seems like arbitration mailboxes not failing over to Node2 as normal databases are. I shut down Node 1 to ensure that it’s only Node 2 hosting anything, but the arbitration and some mailboxes still show as Node 1.
Also ran Get-MailboxDatabaseCopyStatus | fl Name, index cmdlet to check if content index is healthy and found it to be healthy.
Solution:
Since the output for Get-Mailbox -Arbitration | fl Name, ServerName, Database pointed to a failed server, try moving the Arbitration mailboxes to another database on another running server.
And also eDiscovery fails only when the database is active on Node2, try reseeding of the database and check for the result for Get-Mailbox -Arbitration | fl Name, ServerName, Database which should be pointed to any node but not as failed server
After mailbox move from Exchange 2007 to Exchange 2013, OWA redirects to legacy(Exchange 2007)
I have Exchange 2007 and Exchange 2013 coexistance and testing move mailbox from 2007 to 2013. We are using wildcard certificate and have configured Exchange 2007 internal/external URLs for OWA/OAB to be legacy.domain.com and in Exchange 2013 have it configured as mail.domain.com. Have also configured Exchange 2013 for Outlook Anywhere.
All tests like Autodicover (internally using SCP) runs fine. OWA and Outlook working fine for both Exchange 2013 new mailboxes and Exchange 2007 mailboxes using https://mail.domain.com/owa and in turn redirects to https://legacy.domain.com/owa.
But after successful move mailbox from 2007 to 2013, OWA still gets redirected to legacy URL and after logon gets message stating that should connect to 2013 URL. Seems a loop has been established.
If I check OWA Logs from Exchange log folders it says that Users’ client Access server is legacy exchange server. And this happens still after 2 hours of migration.
Solution:
Please perform recycling of MSExchangeOWAAppPool in IIS and check if this resolves the issue
Or
Recycle the MSExchangeOWAAppPool using the following command in Exchange Management Shell
C:\Windows\System32\Inetsrv
.\appcmd recycle apppool /apppool.name:”MSExchangeOWAAppPool”
Error “No free/busy information could be retrieved” for one user
We try to add “User1” to a meeting request in OWA/Outlook 2010 but couldn’t view his free busy information. It errors stating “No information could be retrieved”. Everyone getting same error for User1 but User1 can view his free/busy from Outlook.
Test-OutlookWebservices was success. Autodiscover working fine and can set Out of Office.
Solution:
Since the issue is for one particular user, check for the calendar permission of the user by running following command:
Get-MailboxFolerPermission -Identity User:\calendar | FL
If the default permission is set to none, change it using the following command:
Set-MailboxFolderPermission -Identity User:\calendar -User Default -AccessRights AvailabilityOnly