Hyper V Remote Manage Windows 2012 Server R2 from Windows 10 otuside domain not working - hyper-v

It appears to be nearly impossible to remote manage a hyper v windows 2012 server r2 using windows 10 hyper v management tools.
https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/manage/remotely-manage-hyper-v-hosts
As stated in this readme by microsoft in the link above you cannot remotely connect to another hyper v host on windows 2012 server r2 as another user. But i cannot connect to the server as the same user either?
-------------SERVER Configuration-----------
Server i have user "test1" and user is part of the Hyper V Administrator group on the server.
On server i have granted the hostname of the client machine to trusteddomains.
-------------CLIENT Configuration-----------
Windows 10 client i am logged on with user test1 and test1 is an administrator of this computer.
Both server and client user "test1" has the same password.
Trying to connect via the hyper v manager to SERVER from windows 10 client will give me error message:
You do not have the required permission to complete this task. Contact the Administrator of the authorization policy for the computer "SERVER"
Running windows 8 client with user "test1" connecting via hyper v manager instantly works to SERVER.
What is wrong with windows 10 Hyper V Tools? Or am i mistaken that adding the same user accounts on both computers does not count as the same user?
Shouldn't Microsofts docs simply say as long as you are not part of a domain you CANNOT remote administer anything except windows 2016 server if you have windows 10?
Am i mistaken here or am i doing something wrong?

No resolution, ended up putting up a domain in order to control the hyper v park over windows 10.

Related

Windows Server 2016 cannot load data from LDAP

we have following issue: we have LDAP server running on Linux, we have 2 windows servers .
Windows server 2016 and server windows 2012 . from server windows 2012 we can connect and load data from LDAP, from windows server 2016 we can connect, but fail to get data from LDAP.
I tested the connection with ping and got same results for both.
I thinks that we should install same ldap driver or provide some additional credentials.
in 2012 I use (from web browse )following URL LDAP://100.30.6.230:389/ou=People,dc=Main_1, and we get the users list.
but for same url in 2016 I get following message "There are no entries in the derectory service that match your search criteria".

Windows enterprise sideloading domain group policy

I'd like to sideload my Windows Store App to a Windows 8 Enterprise PC. The PC is domain-joined but now I am a little bit stuck.
As it says in the Documentation, the Group Policy on the domain controller must be set:
You must join the device running Windows 8 Enterprise or Windows Server 2012 to an Active Directory domain that has the Allow all trusted applications to install Group Policy setting enabled.
How do I set this Group Policy on my Windows Server 2008? There is no such policy. Does this mean that I need the newest Windows Server 2012 for this? I did set this group policy on the client as well, but anyway I need to activate a developer account. I don't want to do this because a developer account expires after 1 month...
Ok, apparently you can add Windows 8 group policies to a Windows Server 2008.
Administrative Templates (.admx) for Windows 8 and Windows Server 2012
If you dowloaded and installed this file you then can take the needed files and copy them to %systemroot%\PolicyDefinitions. Then you can activate the policy. I did this, but I still had to activate my MS developer account on the Windows 8 Enterprise machine. I don't know how to avoid this.

windows 2008 server R2 - remote desktop crashed after recent update

I have updated the server recently (only those recommended security update from the windows server), after installation i had to restart the windows server, however after restarting the server, all the port are closed and I have no access with RDP (no access to sql server database, no access to tfs ...) .  currently i can access to the server only over the ssl and i have access only to the cmd consul on the server. can any body help?(the server is in the ISP and it is a dedicated server).
Cause:
installation first kb2667402 then the Sp 1 update
effect:
No RDP available
Windows blocks users right and give no right to start the services
e.x
The TFS Service uses TFSSERVICE USER, but win2008r2 block this user and say this user is not exist!
what we have done:
uninstall the kb2667402
after Uninstalling the kb2667402, i have exported the installed update and proved that the updated has been successfully removed.
delete and copy the old version of the rdpcorekmts.dll in system32
reconfiguration of the RDP and add a new port and rule for firewall
reset the firewall and add the new rule (we made a back up)
add the Teamviewer portable version with a fix password, but we cannot access to the TV, "Authentication rejected"
Installed RAdmin--> no access: the user name or password is wrong!
try to connect with Computer management from my pc to the server and get the error: RPC Sever is Unavailable
I have stop the firewall and had access from my pc Event Viewer to remote server and could follow the errors on the server.
Problem reported
http://support.microsoft.com/kb/2667402
http://tmkilla.com/2012/04/windows-server-2008-r2-rdp-connection-error-sp1-kb2667402/
I have tried all the thing but didnt solve the problem. an idea how to solve the problem?

Testing LDAP Connections to Active Directory Server

I'm writing a Linux application that accesses a LDAP server (currently OpenLDAP).
I would like to also test the application with an Active Directory server since that might be used in production.
Is there any free demo or trial version from Microsoft that would allow me to run this test in a VM ?
Yes, you can download a evaluation copy of Windows Server 2008 R2. You have 180 days to do your evaluation. After you successfully install the Windows Server 2008 R2, you just click Windows button and type in "dcpromo". It will launch a wizard and guide you setting up the domain controller (i.e. the LDAP server + KDC)

Sql Server 2005 Dev Edition Not connecting on Windows 2003 Server from Win 7

Management Studio of Sql Server Dev Edition 2005 installed on Win 7 is not able to connect on Windows 2003 Server where standard edition of sql server 2005 is installed.
The connection is working when I use the Sa password but when I use windows authentication then it is showing err msg that "user is not associated with a trusted sql server connection"..
I'm using a local admin password on win 7 and in passwords server password is saved (i.e. the domain password), I'm even able to get exchange mails so domain pass is working fine from other places but sql server is not able to connect..
Pls help
Passwords are not used while using windows authentication :) Your client computer credentials need to be trusted by SQL server - this is easiest to achieve for domain (Active Directory) accounts.
You need 1) login into your dev computer as domain user 2) add same domain user (or containig group) to sql server permitted logins for your database.
Thanks for reply on this..
I got the final answer and below is the link for the same..
http://social.msdn.microsoft.com/Forums/en-US/sqldatabaseengine/thread/291024fe-5ba7-4872-b0f0-8fc0c78578bc/