Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在命令提示符下,我可以通过键入以下内容来获取域登录服务器:
echo %logonserver%
如何在 C# 中获得相同的结果?
System.Environment.GetEnvironmentVariable("logonserver")