GetGroupUnixProfileByDN
Returns the UNIX profile for a group in this computer zone using the distinguished name (DN) of the profile.
Syntax
IHierarchicalGroup GetGroupUnixProfileByDN(string dn)
Parameter
Specify the following parameter when using this method:
Parameter | Description |
---|---|
dn
|
The distinguished name (DN) of the group profile. |
Return value
The group profile with the distinguished name (DN) specified, or null
if no
matching group profile is found.
Discussion
The group profile is the service connection point associated with the Active Directory group object.
Exceptions
GetGroupUnixProfileByDN
may throw one of the following exceptions:
-
ArgumentNullException
if the specified parameter value isnull
. -
NotSupportedException
if the computer zone schema is not supported.