I have an EXE that pulls information from Active Directory.
If the EXE is running from a computer that is let us say my laptop, and I
take that laptop into a company as a consultant and the company does not
allow my laptop to be trusted on their DOMAIN or allow my laptop to be
part
of their DOMAIN, will I still be able to run my script in their
environment
to pull data from Active Directory. If so, what do I need to do with my
script? I am actually using C-Sharp.
I have modified my EXE to use Impersonation. The company would provide me
with a Domain\User and password. In this scenario, will I be able to make
the code work (not having much luck) such that with only a Domain\User and
Password I will be able to impersonate the user account to connect and
work
with Active Directory. Main thing here is that my laptop is in a
WORKGROUP
and not trusted on the Domain that the user account is in.
Thanks,
Pallav