What BDC or PDC
Hi All Here is a quick and hopefully easy one I just cant Remember how do you tell via Dos ( or any way to find out from a clinet) what BDC or PDC controller you are logged into??? I know it can be done because I have done it I just cant remember how Thanks Trooper
Hi All
Here is a quick and hopefully easy one I just cant Remember how do you tell via Dos ( or any way to find out from a clinet) what BDC or PDC controller you are logged into??? I know it can be done because I have done it I just cant remember how
Thanks
Trooper
[Edited by trooper_ie on 2005-06-30 05:50:59]
Here is a quick and hopefully easy one I just cant Remember how do you tell via Dos ( or any way to find out from a clinet) what BDC or PDC controller you are logged into??? I know it can be done because I have done it I just cant remember how
Thanks
Trooper
[Edited by trooper_ie on 2005-06-30 05:50:59]
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
For any one interested I found out what it is the Command is easy it’s just SET at a command prompt gives a load of details including the controller you authenticated to
Hi,
To add a little more to this- SET just echos the environment variables. If you just want to see one of those, you can do (at the command prompt):
echo %name of variable%
In my case (specifics here are replaced):
USERDNSDOMAIN=internal.mycompany.int
USERDOMAIN=mycompany
USERNAME=myusername
LOGONSERVER=\\YOURDC
If I wanted to just see the username then it is:
echo %username%
If you want to see the logon server, just type:
echo %logonserver%
Scin
To add a little more to this- SET just echos the environment variables. If you just want to see one of those, you can do (at the command prompt):
echo %name of variable%
In my case (specifics here are replaced):
USERDNSDOMAIN=internal.mycompany.int
USERDOMAIN=mycompany
USERNAME=myusername
LOGONSERVER=\\YOURDC
If I wanted to just see the username then it is:
echo %username%
If you want to see the logon server, just type:
echo %logonserver%
Scin