Friday, June 17, 2011

Retrieving ManagedDesktops via Powershell

For retrieving the managed desktops, the pscmdlet provided by us is:-
Get-ManagedDesktops

This commands lists all the managed desktops available and returns the response object.
$x=get-manageddesktops
$x.listofMD
$x.listofMD.count

 

No comments:

Post a Comment