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 Operations

As 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
##
$AZStore = new-object -COMObject AzRoles.AzAuthorizationStore
$AZStore.Initialize(0, "msxml://C:\ProgramData\Microsoft\Windows\Hyper-V\InitialStore.xml")

##
##    Access the  Default Scope
##
$HyperVApp     = $AZStore.OpenApplication($AppName)
$HyperVApp.Submit()

##
##   Get the list of operations
##

$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.

image

image

image

 

Enjoy!

/Dung

HyperV WMI PowerShell

评论

请稍候...
很抱歉,您输入的评论太长。请缩短您的评论。
您没有输入任何内容,请重试。
很抱歉,我们当前无法添加您的评论。请稍后重试。
若要添加评论,需要您的家长授予您相应权限。请求权限
您的家长禁用了评论功能。
很抱歉,我们当前无法删除您的评论。请稍后重试。
您已超过了一天之内允许提供的评论数上限。请在 24 小时后重试。
因为我们的系统表明您可能在向其他用户提供垃圾评论,您的帐户已禁用了评论功能。如果您认为我们错误地禁用了您的帐户,请联系 Windows Live 支持部门
完成下面的安全检查,您提供评论的过程才能完成。
您在安全检查中键入的字符必须与图片或音频中的字符一致。
Dung K Hoang 在此页禁用了评论功能。

引用通告

此日志的引用通告 URL 是:
http://dungkhoang.spaces.live.com/blog/cns!31A50D02D661C816!282.trak
引用此项的网络日志