Method | Description | |
---|---|---|
Transform ( System.Management.Automation.EngineIntrinsics engineIntrinsics, object inputData ) : object |
Transforms user account identifiers to security identifiers.
|
Method | Description | |
---|---|---|
TryParseUsername ( string username, string &sddl ) : bool |
Tries to parse the string as a username to get the SDDL format of a SID.
|
public Transform ( System.Management.Automation.EngineIntrinsics engineIntrinsics, object inputData ) : object | ||
engineIntrinsics | System.Management.Automation.EngineIntrinsics | Provides access to the APIs for managing the transformation context. |
inputData | object | The parameter argument that is to be transformed. |
return | object |