Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 1.84 KB

getadminextendeddata-method-in-class-sms_admin.md

File metadata and controls

61 lines (46 loc) · 1.84 KB
description title titleSuffix ms.date ms.subservice ms.service ms.topic ms.assetid author ms.author manager ms.localizationpriority ms.collection ms.reviewer
Learn how to get the extended data that the current user and its groups have using GetAdminExtendedData.
GetAdminExtendedData Method
Configuration Manager
09/20/2016
sdk
configuration-manager
reference
25bb4ce9-df34-436b-a74a-6768963b0bd1
Banreet
banreetkaur
apoorvseth
low
tier3
mstewart,aaroncz

GetAdminExtendedData Method in Class SMS_Admin

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.

Syntax

sint32 GetAdminExtendedData(  
    [in] uint32 Type,   
    [out] string ExtendedData[]);  
};  

Parameters

Type
Data type: UInt32

Qualifiers: [in]

The type associated with the user.

ExtendedData
Data type: String Array

Qualifiers: [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.

See Also

SMS_Admin Server WMI Class