DRAG DROP
You use System Center 2012 R2 Virtual Machine Manager (VMM) to manage a Hyper-V environment
that consists of two host groups named Dev1 and Prod1. It also has two private clouds named
DevCloud and ProdCloud.
You have a self-service user role named DevVMAdmins. DevVMAdmins does NOT have the rights to
perform any actions. DevVMAdmins must have the ability to start virtual machines (VMs), stop VMs,
and shut down VMs. It must also be able to use resources from other self-service users.
You need to configure the DevVMAdmins user role.
How should you complete the relevant Windows PowerShell command? To answer, drag the
appropriate Windows PowerShell segments to the correct locations in the cmdlet. Each Windows
PowerShell segment may be used once, more than once, or not at all. You may need to drag the split
bar between panes or scroll to view content.
Explanation:
Note:
Set-SCUserRole
Modifies the settings for an existing VMM user role.
* The actions that you can grant a Self-Service user include the following:
CanReceive Receive resources from other self-service users
*Parameter: -Permission<SelfServicePermission[]>Specifies the actions that members of a Self-Service User role can perform on their virtual machines
or services.
Valid values are: AllowLocalAdmin, Author, CanShare, CanReceive, Checkpoint,
CheckpointRestoreOnly, Create, CreateFromVHDOrTemplate, PauseAndResume, RemoteConnect,
Remove, Save, Shutdown, Start, Stop, Store.