$Membership¶
$Membership provides access to users and organizational database objects.
You can use the $Membership.Administrator
property to access the domain administrators group.
To query for a specific identity, use $Membership.FindIdentity
or $Membership.FindPosition
to search by certain criteria. Alternatively, you can directly query an identity using the $Membership.Get
method.
If you have an identity and want to query its properties, use $Membership.GetProperty
to retrieve specific property values.
To find the manager of a user, position, or organization unit, use $Membership.FindManager
to perform a more complex query.
1 |
|
Specifies the administrator group members.
Specifies the all authenticated users.