Windows Server 2012R2 Grant access to hyper-v VM’s #Hyper-v #ws2012r2 #winserv #msftprivatecloud

ever want to set security on a VM ?

new Command’s are there in powershell

image

 

Get-VMConnectAccess show all the rights

image

Grant-VMConnectAccess

suppose I want to give my SQL DBA access to the VM

Grant-VMConnectAccess -VMName mvpvmm01 -UserName mvp\sql2012

image

 

Or revoke access
Revoke-VMConnectAccess -VMName mvpvmm01 -UserName mvp\sql2012

Posted July 26, 2013 by Robert Smit in Windows Server 2012 R2

  • Tag