0
votes
0answers
49 views

How to check if AD or Forms is down?

If you want to return all users in an AD Group you can use this method : SPPrincipalInfo[] principals = SPUtility.GetPrincipalsInGroup(SPContext.Current.Web, "TestGroup", 1000, out maxReached); ...