In a command prompt I am able to get the domain logon server by typing:
echo %logonserver%
How can I get this same result in C#?
In a command prompt I am able to get the domain logon server by typing:
echo %logonserver%
How can I get this same result in C#?
Copyright © 2021 Jogjafile Inc.
System.Environment.GetEnvironmentVariable("logonserver")