3
votes
How do I detect if my program runs in an Active Directory environment?
Try getting Environment.UserDomainName and comparing it to Environment.MachineName. If the two are the same then it's likely that the user does not have a domain. If they are not the same then th …
