-
Notifications
You must be signed in to change notification settings - Fork 2
SID to domain
ryannewington edited this page Jun 23, 2016
·
1 revision
This transform takes a user SID, and extracts the Active Directory domain from it. You can choose to return the domain information either as
- A binary SID value
- A string SID value
- The NetBIOS name of the domain
The transform can only return the NetBIOS name of the domain, if that domain is known to the server where the transform is executing. If the domain cannot be resolved into a name, the string representation of the SID is returned
Parameter | Description |
---|---|
Format | Specifies the format that the domain SID should be returned as |
The transform accepts a binary SID as an input.
The transform accepts multiple input values, and processes each of them individually.
The transform returns either a binary or string value depending on the format chosen.
Input value | Format | Output value |
---|---|---|
Binary SID | ||
SID String | ||
NetBIOS Name | DOMAIN |