Structures/SID_AND_ATTRIBUTES.ps1
$SID_AND_ATTRIBUTES = struct $Module SID_AND_ATTRIBUTES @{ Sid = field 0 IntPtr Attributes = field 1 $SE_GROUP } -PackingSize Size8 |
$SID_AND_ATTRIBUTES = struct $Module SID_AND_ATTRIBUTES @{ Sid = field 0 IntPtr Attributes = field 1 $SE_GROUP } -PackingSize Size8 |