Welcome to Team System Rocks Sign in | Join | Help

Mickey Gousset

My Journey Into Team System
(Add me to your Live Messenger at mickey_gousset@hotmail.com)

<August 2007>
SuMoTuWeThFrSa
2930311234
567891011
12131415161718
19202122232425
2627282930311
2345678

Post Categories

News

ProTFS Book Cover

Navigation

Awards

Links-O-Interest

Syndication

How to find out what domain your machine is a member of

Here is a C# snippet of how to determine what domain your machine is a member of:

 

using System.Net.NetworkInformation;

...

string myDomain = IPGlobalProperties.GetIPGlobalProperties().DomainName;

...

Published Sunday, August 05, 2007 10:49 PM by mickey_gousset

Comments

New Comments to this post are disabled
Powered by Community Server, by Telligent Systems