| Dung K Hoang 的个人资料Dung's space日志网络 | 帮助 |
|
|
7月8日 Delegation Model in Hyper-V – Part 3
Today, let’s discuss about basic Hyper-V operations defined in AzMan. Displaying Hyper-V OperationsAs explained in previous posts, all pre-defined Hyper-V operations are stored in the InitialStore.XML file located under C:\Programdata\Microsoft\Windows\Hyper-V. You can view the list of operations from the AzMan console. However the output is not easy to view as is is confined inside a small dialog box. Fortunately, you can also use PowerShell to get the same list with the AzMan COM object. Here is a snippet of PS script to get the list in a CSV file $AppName = "Hyper-V Services" ## Open the Hyper-V AzMan Store ## ## $HyperVApp | select Name, Description | export-csv c:\ListOfOperations.csv You can then import the CSV file into Excel and create the following tables that group Hyper-V operations per category.
Enjoy! /Dung 引用通告此日志的引用通告 URL 是: http://dungkhoang.spaces.live.com/blog/cns!31A50D02D661C816!282.trak 引用此项的网络日志
|
|
|