SmsGrantDomainAdminRight

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

In System Center 2012 R2 Configuration Manager, the SmsGrantDomainAdminRight function grants domain administrator credentials to the specified account.

int _stdcall SmsGrantDomainAdminRight(
      wchar_t* pLocalServer, 
      wchar_t* pAccountDomain,
      wchar_t* pAccountName, 
      wchar_t* pLocalDomain
);

pLocalServer

Pointer to the local computer.

pAccountDomain

Pointer to the originating domain for the user account.

pAccountName

Pointer to the name of the user account.

pLocalDomain

Pointer to the local domain name.

Name

Value

LSAAPI_SUCCESS

0

LSAAPI_ERROR

1

LSAAPI_ACCOUNT_NOT_FOUND

2

LSAAPI_ACCESS_DENIED

5

For accounts with trusted domains, the pAccountDomain and pLocalServer parameters should reference the domain and server in question. The trusted domain name, if present, must be removed from the account name. That is, do not submit an account string of type domain\user.

Requirements

 Windows NT/2000: Requires Windows NT 4.0 or later.

Version: Requires SMS 2.0 or later.

Library: Lsaapi.lib.

Header: Lsaapi.h.

Show: