PowerShell Logo Small

Test-NfsMappedIdentity



This is the built-in help made by Microsoft for the command 'Test-NfsMappedIdentity', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Verifies that a mapped identity is correctly configured.

SYNTAX


Test-NfsMappedIdentity [-AccountName <String>] [-AccountType <AccountType>] [-GroupIdentifier <Int32>] [-MappingStore <MappingStoreType>] [-SupplementaryGroups <String>]
[-UserIdentifier <Int32>] [<CommonParameters>]
Test-NfsMappedIdentity [-AccountName <String>] [-AccountType <AccountType>] [-GroupIdentifier <Int32>] [-LdapNamingContext <String>] [-Server <String>] [-SupplementaryGroups
<String>] [-UserIdentifier <Int32>] -MappingStore <MappingStoreType> [<CommonParameters>]
Test-NfsMappedIdentity [-AccountName <String>] [-AccountType <AccountType>] [-GroupIdentifier <Int32>] [-MapFilesPath <String>] [-SupplementaryGroups <String>]
[-UserIdentifier <Int32>] -MappingStore <MappingStoreType> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Test-NfsMappedIdentity cmdlet verifies a mapped identity and confirms that it is configured correctly. The Test-NfsMappedIdentity cmdlet checks a mapped identity for
duplicate user identifiers (UIDs) or group identifiers (GIDs). It also validates that the user accounts are members of the correct group account according to the GIDs that
are assigned to them.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287524
Get-NfsMappedIdentity
New-NfsMappedIdentity
Remove-NfsMappedIdentity
Resolve-NfsMappedIdentity
Set-NfsMappedIdentity
Get-NfsMappingStore
Install-NfsMappingStore
Set-NfsMappingStore
Test-NfsMappingStore

REMARKS

<

Examples


Example 1: Verify a mapped identity that is stored in a AD LDS instance

PS C:\> Test-NfsMappedIdentity -MappingStore "LDAP" -AccountName "JCool" -AccountType "User" -Verbose
VERBOSE: No errors found.



This command verifies a mapped identity that is stored in a AD LDS instance on a server where this command is run..