PowerShell Logo Small

Test-NfsMappingStore



This is the built-in help made by Microsoft for the command 'Test-NfsMappingStore', 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 an identity mapping store is configured correctly.

SYNTAX


Test-NfsMappingStore [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Test-NfsMappingStore cmdlet verifies that you correctly set up and configured an identity mapping store. You can use Get-NfsMappingStore to get the mapping configuration
of an NFS server.


For an Active Directory Lightweight Directory Services (ADLDS) store or any other Lightweight Directory Access Protocol (LDAP) mapping store, the Test-NfsMappingStore cmdlet
verifies that a Network File System (NFS) server can reach a configured AD LDS server and that the identity mapping schema is applied.


For an Active Directory mapping store, the Test-NfsMappingStore cmdlet verifies that an NFS server can reach the relevant domain controller, and that the domain functional
level is Windows Server 2003 R2 or later



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287514
Get-NfsMappingStore
Install-NfsMappingStore
Set-NfsMappingStore
Get-NfsMappedIdentity

REMARKS

<

Examples


Example 1: Test the configuration of an identity mapping store

PS C:\> Test-NfsMappingStore



This command tests the configuration of an identity mapping store on a local NFS server.