Bir süre buna oldum ve her zaman alıyorum: System.DirectoryServices.AccountManagement.PrincipalServerDownException bence benim bağlantı kurulumu (bağlantı dizesi) yanlış olduğu anlamına gelir . Active
using (PrincipalContext ctx = new PrincipalContext(ContextType.Domain, Domain, UserName, Password))
{
UserPrincipal U = new UserPrincipal(ctx);
U.GivenName = strFirstName;