Deny access when managing Hyper-V remote server in Workgroup
TipsMake.com - Normally, when everyone uses the Hyper-V management tool on Windows Vista or Windows 7 operating system, then connect to the remote-controlled Windows Server 2008 R2 installation computer with the Hyper role -V has been activated, and in case both computers are in Workgroup, the system will display the following error:
Bạn không có quyền quyền xác thực để cập nhật này. Liên hệ administrator
For basic information about the installation process and setting up some Hyper-V related tools, please refer here.
Enable Hyper-V's Remote Management feature:
First, you need to use the support tool named Hyper-V Remote Management Configuration Utility, and along with some simple commands, we can enable the Remote Management function of Hyper-V. But if in case your system is managed by System Center Configuration Manager 2008 it should not be applied this way.
Specifically, after downloading the Utility tool on your computer, copy the HVRemote.wsf file to a folder on both computers - server and client (such as C: HVRemote ). Later:
- Open Command Prompt and point to that storage folder (should open under Run as Administrator mode)
- On Hyper-V server : assign 1 more user to directly access Hyper-V with the command:
cscript hvremote.wsf / add: domainuser: if the computer is in the domain
or:
cscript hvremote.wsf / add: user: if the computer is in workgroup
- On the Client machine, if using Windows Vista or 7 (it is not necessary to be Windows Server 2008 or Windows Server 2008 R2): add 1 exception of the Firewall to Microsoft Management Console with the command:
cscript hvremote.wsf / mmc: enable
- On Client machine (in case client and server are in workgroup ): allow DCOM anonymous access by command:
cscript hvremote.wsf / anondcom: grant
- Restart both Hyper-V server and client
Optional on the client system: if you want to display the components set up, customize and check for problems with the command:
cscript hvremote.wsf / show / target: servercomputername
On the server system, if you want to do the same as above, you use the command:
cscript hvremote.wsf / show / target: clientcomputername
From this point on, we were able to control the Hyper-V server to the Windows 7 Hyper-V management system :
Good luck!
You should read it
- Install and configure Hyper-V Tools for remote management
- Fix Access Denied in Windows 7
- Activate and configure Remote Desktop for Administration on Windows Server 2003
- Remote management on Windows Server 2012 with Remote Management Service
- Create VPN Server on Windows 8
- How to access Linux server from Android
- 6 ways to access Control Panel on Windows Server 2012
- Build VPN server
May be interested
- Install Mac OS X Snow Leopard on a PC using VMwaremany users choose mac not only to use os x, but also to meet the demand for windows operating systems. this is a strong point for mac in the battle between mac and pc. apple computers can be used with windows, or with bootcamp and virtual machines.
- Setting up Wi-Fi authentication in Windows Server 2008 - Part 1why does the enterprise use the enterprise mode of wpa / wpa2 encryption with 802.1x authentication for their wireless networks and set up windows server 2008 to work as a radius server.
- Set up Wi-Fi authentication in Windows Server 2008 - Part 2in this article, i will continue the discussion by configuring the radius function in windows server 2008, introducing how to configure wireless access points and how to configure clients.
- What to back up on a Linux Home Server system?if you own a home server system that works with linux, you may need to upgrade and update regularly.
- Instructions for installing Active Directory on Windows Server 2008microsoft active directory provides a centralized solution, managing and storing network resource information across the entire domain. in addition, active directory using domain controllers is responsible for storing and distributing storage for all users in the system, and setting up windows server 2008 as the domain controller role.
- Turn off the domain password request feature in Windows Server 2003in the following article, i will show you some basic steps to turn off the password request feature for accounts in the windows server 2003 active directory domain. in terms of technical factors, windows server 2003 has provided features to ensure user account security when forcing them to choose strong password protection.