At work I am getting a new computer, and I have problems with PrincipalContext: PrincipalContext principalContext = new PrincipalContext(ContextType.Domain);
using (PrincipalContext ctx = new PrincipalContext(ContextType.Domain, Domain, UserName, Password)) { UserPrincipal U = new UserPrin