The GetAdminExtendedData Windows Management Instrumentation (WMI) class method, in Configuration Manager, gets the extended data that the current user and its groups have for a given type.
Warning |
---|
This method is reserved for internal use. |
The following syntax is simplified from Managed Object Format (MOF) code and defines the method.
sint32 GetAdminExtendedData( [in] uint32 Type, [out] string ExtendedData[]); }; |
Parameters
- Type
- Data type: UInt32Qualifiers: [in]The type associated with the user.
- ExtendedData
- Data type: String ArrayQualifiers: [out]The extended data that the current user and its groups have for a given type.
Return Values
An SInt32 data type that is 0 to indicate success or non-zero to indicate failure.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.