S Scott Lezberg \(Deltek\) May 17, 2004 #1 How do I get the name of the workgroup that a machine is a member of? Thanks Scott
G Guest May 17, 2004 #2 Environment.GetEnvironmentVariables()["USERDOMAIN"] David McCarte www.vsdntips.com
M Marina May 18, 2004 #3 Isn't that just the domain that the user account is a part of? And I think the easier way to get that is System.Environment.UserDomainName.
Isn't that just the domain that the user account is a part of? And I think the easier way to get that is System.Environment.UserDomainName.