ISecurityIdentifier Interface for Global Group Object  

The ISecurityIdentifier interface for the Global Group object gets the Security Identifier (SID) of the global group account.

Example

Dim Sid As ISecurityIdentifier
'Get the interface for global group object
Set Sid = GetObject ("NTDS://MSFT\ Sales")

 

See Also