EnterpriseManagementGroup.GetConnectedUserAdGroups Method

Definition

Returns the Active Directory group security identifiers (SIDs) that the current user connected to the Service Manager server through this EnterpriseManagementGroup object belongs to

public:
 System::Collections::Generic::IList<System::String ^> ^ GetConnectedUserAdGroups();
public System.Collections.Generic.IList<string> GetConnectedUserAdGroups ();
member this.GetConnectedUserAdGroups : unit -> System.Collections.Generic.IList<string>
Public Function GetConnectedUserAdGroups () As IList(Of String)

Returns

A list of Active Directory group SID strings.

Applies to