- Microsoft Application Virtualization Cookbook
- James Preston
- 311字
- 2021-07-16 20:43:41
Adding additional administrators
App-V leverages Active Directory Security Groups and user accounts to define administrators. When installing the App-V Management server, you can only choose a single Security Group or account; you can then configure extra accounts to manage your App-V deployment through the web-based management console.
Getting ready
This recipe assumes that you have completed the steps in the previous recipe and have successfully logged in to the App-V management server.
How to do it...
The following list shows you the fundamental steps involved in this recipe and the tasks required to complete the recipe:
- Add an Active Directory Security Group as an App-V administrator
- Add an Active Directory user account as an App-V administrator
- Remove administrator permissions from a Security Group or User account
The implementation of the preceding steps is as follows:
- Log in to the App-V management console and select Admin. When the page refreshes, you will see the current administrators that are assigned to the App-V server. Click on Add Administrator in the top-right hand corner of the page.
- In the Active Directory Name box, enter the name of the security group in the format
<domain>\<security group name>
. In this case, enterdemo\Domain Admins
and then click on Check. - Select the demo\Domain Admins security group from the drop-down menu that appears and click on Add to confirm the selection:
- Alternatively, you can type the name of a user account again in the format
<domain>\<account name>
. In the following demonstration, you can see that the account user Maddy has been added and that its status as a user account instead of a security group is listed under the Type heading. - To remove a security group or user account from the administrators list, right-click on it and select the remove as administrator option.
- A confirmation dialogue will appear at the top of the page. Click on Confirm to complete the removal.
推薦閱讀
- The Supervised Learning Workshop
- Java范例大全
- SoapUI Cookbook
- Objective-C應用開發(fā)全程實錄
- 軟件項目管理(第2版)
- JavaScript語言精髓與編程實踐(第3版)
- Hands-On Data Structures and Algorithms with JavaScript
- 用Flutter極速構建原生應用
- Python極簡講義:一本書入門數(shù)據(jù)分析與機器學習
- SignalR:Real-time Application Development(Second Edition)
- Python預測分析實戰(zhàn)
- 現(xiàn)代C++語言核心特性解析
- Visual C++程序開發(fā)范例寶典
- Learning GraphQL and Relay
- 流暢的Python