Friday, June 17, 2011

How to retrieve the list of MDPools

For this, the input parameter is DesktopCenter. According to particular datacenter, it will return the list of MDPools associated with it.

Method coded for this is:-
Get-MDPools -DataCenter (Provide here the datacenter)


To get the datacenter, use this command:-
Get-DesktopCenters -VirtualizationType (specify here) -VirtualizationProductType (Specify Here)

One example is:-
$x=get-desktopcenters -VirtualizationType parallels -VirtualizationProductType parallelscontainer
$y=get-mdpools $x.listofMDPool





No comments:

Post a Comment