| Dung K Hoang 的个人资料Dung's space日志网络 | 帮助 |
|
|
7月7日 Delegation Model in Hyper-V – Part 2
In this post, I will show you how to explore the Hyper-V AzMan configuration from the GUI AzMan GUI interfaceThere is no pre-defined AzMan console in Windows Server 2008, you have to create your own one. To do this, run mmc.exe from a command window. In the mmc, click File –> Add/Remove Snap-in and add the snap-in named Authorization Manager. Save your mmc console for later use. In the AzMan mmc console, right click the node Authorization Manager and select Open Authorization Store…. In the Open Authorization Store…, select XML file and type in Store name: C:\Programdata\Microsoft\Windows\Hyper-V\InitialStore.xml assuming that C: is your system drive. Note: Be aware that the ProgramData folder is hidden, you cannot browse it. Figure 1 shows the GUI interface of AzMan Exploring Hyper-V OperationsTo see all pre-defined operations in Hyper-V, right click Tasks Definition and select New Task Definition…. Click Add…, ignore the informational message box. In the Add Definition dialog box, click the Operations tab, you will see the list of available Hyper-V operations as shown in Figure 2 below Using the same technique, you can create task definitions, role definitions. Once done, you can look at the node Role Assignments to create roles and assign it to users or group of users. Creating ScopesNow, right click Hyper-V Services and select New Scope… Provide a name for the new scope and you will see that a node is created under Hyper-V Services and has the following sub-hierarchy: !------ Groups All tasks, role definitions and role assignments created there will be valid only at this new scope level. On the other hand, tasks, role definitions created at the default scope level can be seen/used by the “child” scope. SummaryIt is quite easy to use the AzMan console to create tasks, roles and scopes. In the next posts, I will show how to use PowerShell scripts to automate those tasks! Stay tuned!
Enjoy! /Dung 评论 (1)
Dung K Hoang
在此页禁用了评论功能。
引用通告此日志的引用通告 URL 是: http://dungkhoang.spaces.live.com/blog/cns!31A50D02D661C816!274.trak 引用此项的网络日志
|
|
|