Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Overview

$Membership allows to access users and organization database objects. You can use $Membership.Administrator property to access domain administrators group. If you need to query specific identity you can use $Membership.FindIdentity or $Membership.FindPosition to find by certain criteria or you can directly query the identity with $Membership.Get method. If you have an identity and query it's properties you can use the $Membership.GetProperty to get certain properties. If need to find manager of a user or position or organization unit you can use the $Membership.FindManager to perform complex query.

const $Membership;

  • No labels