- Deploying Microsoft System Center Configuration Manager
- Jacek Doktor Pawel Jarosz
- 369字
- 2021-07-02 18:32:46
Application Catalog
In version 2007, ConfigMgr server was granting permissions to users to install software based on collections. Starting with version 2012, this ability has been developed and has improved. Users can now install an application assigned to them using the server role called Application Catalog. It is an optional role; however, the implementation of the mechanism for application assignment management is important for company management. Therefore, this role--despite being optional--is automatically installed during each ConfigMgr server deployment.
To install a role, the administrator needs to choose Add Site System Roles or Create Site System Server to run the wizard; next, it chooses the desired role, which will be Application Catalog web service point and Application Catalog website point.
First, settings that need to be configured are for the Application Catalog website point. Usually, the protocol needs to be changed from HTTP to HTTPS:

The next step is to configure the settings of the Application Catalog website point. Here, similarly to the previous step, the HTTP protocol needs to be changed to HTTPS:

The last step in configuring this role, before the installation, is setting up a name under which it will be published for the users in the Application Catalog, as well as the theme color of this website. To check whether the role has been installed correctly, the administrator can visit this website to check whether it is displayed correctly: http://cm16/CMApplicationCatalog:

All the other server roles are installed on the server depending on the role they will play in the environment. The roles described here should always be installed during each deployment.
- Java程序設計與開發
- Apache Spark 2 for Beginners
- Apache Spark Graph Processing
- JavaScript從入門到精通(第3版)
- CouchDB and PHP Web Development Beginner’s Guide
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Node.js Design Patterns
- jQuery Mobile移動應用開發實戰(第3版)
- AIRIOT物聯網平臺開發框架應用與實戰
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- Go語言開發實戰(慕課版)
- Xcode 6 Essentials
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- Mockito Essentials
- Practical Microservices