| Dung K Hoang's profileDung's spaceBlogNetwork | Help |
|
|
July 08 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 TrackbacksThe trackback URL for this entry is: http://dungkhoang.spaces.live.com/blog/cns!31A50D02D661C816!282.trak Weblogs that reference this entry
|
|
|