ResolveMappedIdentityById method of the MSFT_NfsServerTasks class

Retrieves the MSFT_NfsMappedIdentity that corresponds to a UNIX identifier.

Syntax

uint32 ResolveMappedIdentityById(
  [in]  uint32                 Identifier,
  [in]  uint32                 AccountType,
  [out] MSFT_NfsMappedIdentity MappedIdentity
);

Parameters

Identifier [in]

Type: uint32

The UNIX identifier for the user or group. The type of identifier is specified in the AccountType parameter.

AccountType [in]

Type: uint32

The account type used in the Identifier parameter. One of the following:

User (0)

Group (1)

MappedIdentity [out]

Type: MSFT_NfsMappedIdentity

The MSFT_NfsMappedIdentity object that corresponds to the UNIX identifier.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\NFS
MOF
NfsCimProv.mof
DLL
NfsCimProv.dll

See also

MSFT_NfsMappedIdentity

MSFT_NfsServerTasks