The ISecurityIdentifier interface for the Local Group object gets the Security Identifier (SID) of the local group account.
Example
Dim Sid As ISecurityIdentifier
'Get the interface for local group object
Set Sid = GetObject ("NTDS://MSFT\MOON\Sales")
See Also