Remote Hyper-V Server from another computer - hyper-v

I have Hyper-V Server 2012 . Now i want connect to Hyper-V Server from my computer use Windows 7 but not in WorkGroup and connect to Hyper-V Server use ip or domain like this.
Click here for image
It's possible ?

It is not possible. Windows 7 simply does not know about all things that are available in Windows Server 2012 and beyond.
Refer this Link

Related

Can I use virtual machine running windows server 2012 to host sharepoint 2013

I have windows 8 professional. and I want to create a virtual machine running windows server 2012 to host sharepoint server 2013 for development purposes. is there any limitations or recommendations?
This isn't really a Stack Overflow question but since I've just done the same thing (Win 8 + Hyper-V/Win2012 + SharePoint 2013), I'll answer.
It is possible but Active Directory domain is required. So you will have to add DC role to the server or provision another VM acting as a domain controller.
Personally I found Windows Server 2012 to perform poorly in my virtual environment and I think I'll be going back to Win2008R2 + SP 2013 for development.

Windows 8 Hyper-v - enable networking and remote connection

I have a vhd file, I need to enable networking and remote connection on it. On the vhd is installed Windows Server 2008 R2 and SharePoint development platform, VS 2010 ...
My laptop runs Windows 8 x64 Hyper-v. I can run the vhd into the hyper-v and works great, no problem. But I have no idea about hyper-v configuration and settings.
I want to desktop remote connect (from Windows 8) to the vhd file running Windows Server 2008 R2 (domain contoso.com) but I don't know how to configure the hyper-v to allow the network connection ... if I start the remote desktop connect on my Windows 8 and type the server name or domain\server ... it doen't work.
Any idea how to configure the hyper-v so I can have internet access in the VHD and connect to it using remote desktop connection?
I am guessing you are using a Wi-Fi connection on your laptop. Hyper-V does not automatically use wi-fi connections, since it's a server technology and all.
But there are ways - here's an article from a MS dude explaining how to use a switch to bridge your wi-fi.
http://blog.credera.com/topic/technology-solutions/microsoft-solutions/using-your-windows-8-wireless-connection-inside-hyper-v/

Cannot connect ODBC to SQL 2008 on one PC

I am trying to set up an ODBC connection to our SQL 2008 server.
So far i have set up 4 windows XP machines and 3 windows 7 machines.
However, the last XP machine isnt playing ball. I use all the same settings as i did on the other computers but i keep getting "SQL Server does not exist or access is denied".
Also, i cannot telnet to the SQL server on 1433. The windows firewall on the computer is OFF and there are no other security products.
Any ideas?

Windows Server 2008 on VPC (Host: Win 7)?

Is it possible to test Windows 2008 server via VPC when my host of a Windows 7 machine? I don't see anywhere where it says this is possible? The only VPC images (Windows 2008 R2) that I download from Microsoft state that the host machine must be Windows 2008. Is there an alternative?
Guess I got my answer here - http://www.windowsitpro.com/article/virtualization/q-does-windows-virtual-pc-in-windows-7-support-64-bit-guest-oss-.aspx
Virtual PC in Windows 7 does not support 64-bit guest OSs which is what Windows 2008 Server is :(

Connecting to SQL server from Virtual PC

I have VS 2008 and SQL Server 2005 Developer edition installed on my desktop. I have a instance of XP running in Virtual PC and want to connect to the dev instance. I am logged on as a domain user on both the desktop and the Virtual instance of XP. When I try to connect I get a message saying "Server does not exist or access denied". What do I need to do to connect. I am using trusted connection and the userid has privileges on the DB.
Paul
Make sure that the VPC is not using NAT for its network connection.
Also check your configuration to be sure remote connections are allowed. Remote connection is turned off by default.
Have you tried pinging your desktop from the virtual instance? I had the same problem and figured out that the firewall was preventing any kind of communication between both machines.
I found out that you have to go into the SQL Server Surface Area Configuration tool and set "Remote Connections" to "Local and remote connections". Apparently the default is "Local connections only".
I encountered the same thing, sort of - MS Server 2003 and SQLServer 2008 Ent running on VMWare, and get the "Server does not exist or access denied" when trying to connect from host machine (on Vista x64).
SO, do you reckon changing to "Local and remote connections" via the SQL Server Surface Area Configuration tool will do the trick?
For me despite configuring the SQL server for Remote Connections also, I could not access the sql server from Win XP VM.
So when I disabled the windows firewall from host machine, it worked fine!!