1

I setup a virtual machine to host a dev version of TFS (to test plugins on).

Getting a computer on my work domain requires large amounts of red tape and paperwork that I would rather not do.

I created my own domain the the VM and I would like to trust all users from my work domain on that VM Domain. But when I tried to setup the trust I needed a password from my work domain (which I don't have).

Am I trying to do something nefarious? I just want to be able to authenticate to my Test TFS (VM) Server as me (my login on my work domain).

Is there a way to do that with out having to have a domain level password for my work domain?

(My VM is a Windows Server 2008 R2 server)

Vaccano
  • 1,027
  • 3
  • 16
  • 29

1 Answers1

2

Yes, it is something nefarious. Trusts between domains in Active Directory do require not just domain level credentials, but domain-admin credentials. It sounds backwards, but even one-way trusts need foundations in both domains.

sysadmin1138
  • 133,124
  • 18
  • 176
  • 300