- select DisplayName from RelationShip r with (nolock)
- inner join basemanagedentity bme with (nolock) on bme.BaseManagedEntityId = R.TargetEntityId
- Where SourceEntityId in (
- select BaseManagedEntityId from basemanagedentity with (nolock)
- where DisplayName LIKE '%GroupName%')
- Order by DisplayName
This posting is provided "AS IS" with no warranties.
This comment has been removed by a blog administrator.
ReplyDelete