zeikxx

Comments

  • Peter, I dunno what APM is, I'm very unfamiliar with most of the solar wind product line. We only use 1 product at work and the IT guys use it. I'm Mostly a .NET developer.
  • C#.net solution all the "_" variables are strings ================================== try { PrincipalContext insPrincipalContext = new PrincipalContext(ContextType.Domain, _domainName, _domainContent, _adminUserName, _adminPassword); UserPrincipal insUserPrincipal = new UserPrincipal(insPrincipalContext);…