Get-NfsMappedIdentity
Gets an NFS mapped identity.
Get-NfsMappedIdentity
[-MappingStore]
Get-NfsMappedIdentity
[-AccountName <String>]
[-GroupIdentifier <Int32>]
[-UserIdentifier <Int32>]
[-AccountType]
Get-NfsMappedIdentity
[-LdapNamingContext <String>]
[-Server <String>]
[-MappingStore]
Get-NfsMappedIdentity
[-MapFilesPath <String>]
[-MappingStore]
The Get-NfsMappedIdentity cmdlet gets a Network File System (NFS) mapped identity.
A mapped identity associates a Windows user account or group account to a UNIX user account or group account. A user ID (UID) or group ID (GID) identifies a UNIX account namespace. These elements are associated with the corresponding elements of a Windows account namespace: a user name or a group name. By using a mapped identity, a user who is logged on to a UNIX domain can access shared resources in a Windows domain without having to log on to the Windows domain.
For more information about NFS, see Network File Systemhttp://technet.microsoft.com/en-us/library/jj592688. For more information about NFS account mapping, see NFS Account Mapping Guidehttp://technet.microsoft.com/en-us/library/hh509020(v=ws.10) and Identity Management for UNIXhttp://technet.microsoft.com/en-us/library/cc772571.
PS C:\> Get-NfsMappedIdentity -MappingStore "LDAP" -AccountType "User" -AccountName "RPatel"
This command gets all user account mapped identities from a configured AD LDS or RFC 2307-compliant LDAP store instance. In this example, the command returns PrimaryGroup and SupplementaryGroups only when the configured mapping store is MapFiles.
PS C:\> Get-NfsMappedIdentity -MappingStore "LDAP" -AccountType "Group" -GroupName "Administrators"
This command gets all mapped identities in the Administrator group from a configured AD LDS or RFC 2307-compliant LDAP store instance.
PS C:\> Get-NfsMappedIdentity -MappingStore "LDAP" -AccountType "Group" -GroupIdentifier "GID99"
This command gets a mapped identity for the group account that has the GID 99, from a configured AD LDS or RFC 2307-compliant LDAP store instance.
C:\PS> Get-NfsMappedIdentity -MappingStore "LDAP" -AccountType "User"
This command gets all user account mapped identities from a configured AD LDS or RFC 2307-compliant LDAP store instance. PrimaryGroup and SupplementaryGroups are returned only when the configured mapping store is MapFiles.
Example 5: Get all user account mapped identities from a mapping store that is specified in the NFS Server configuration settings
PS C:\>Get-NfsMappedIdentity -AccountType "User"
This command gets all user account mapped identities from a mapping store that is specified in the NFS server configuration settings.
Specifies the SAMAccountName of the Windows user account or group account of a mapped identity.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the Windows account type of a mapped identity. Supported values are User and Group.
Type: | SwitchParameter |
Accepted values: | User, Group |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the group identifier of a user or group account.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the Lightweight Directory Access Protocol (LDAP) naming context of the NFS identity mapping store. You can use this parameter to search for mapped identities in the specified naming context.
Type: | String |
Position: | Named |
Default value: | DefaultNamingContext |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the path of the passwd and group map files from which the Get-NfsMappedIdentity cmdlet gets a mapped identity.
Type: | String |
Position: | Named |
Default value: | %SystemRoot\System32\Drivers\etc\ |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the type of identity mapping store from which the Get-NfsMappedIdentity cmdlet gets a mapped identity. When this parameter is not specified, the cmdlet gets the store configuration settings from the NFS server configuration where this command is run configuration where this command is run. Valid values are: AD, LDAP, and MapFiles.
Type: | SwitchParameter |
Accepted values: | Ad, Ldap, Mapfiles, Ad, Ldap, Mapfiles |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the LDAP instance name of the store that NFS server uses. This can be an Active Directory domain name, Active Directory Lightweight Directory Services (AD LDS) server name, or LDAP server name. When this parameter is not specified, the cmdlet tries to connect to either the LDAP store on the local computer at port 389 when MappingStore is LDAP, or the Active Directory domain of the computer when MappingStore is Active Directory.
Type: | String |
Position: | Named |
Default value: | Localhost:389 |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the UID of the user account.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
System.FileServices.Management.Nfs.UserMappedIdentity, System.FileServices.Management.Nfs.GroupMappedIdentity