PowerShell Logo Small

Install-NfsMappingStore



This is the built-in help made by Microsoft for the command 'Install-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

Installs and initializes an AD LDS instance as an identity mapping store.

SYNTAX


Install-NfsMappingStore [-InstanceName <String>] [-LdapPort <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Install-NfaMppingStore cmdlet installs the Active Directory Lightweight Directory Services (AD LDS) role on a local computer. It then initializes an AD LDS instance as
an identity mapping store.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1: Install AD LDS and create an AD LDS instance as an identity mapping store

PS C:\> Install-NfsMappingStore -InstanceName "NFSMappingStore" -LdapPort 389
Successfully created ADLDS instance named NFSMappingStore on server NfsServer01. The instance is running on port 389 and the partition is CN=nfs,DC=nfs.



This command installs the AD LDS role on a local computer and creates the AD LDS instance NFSMappingStore, which runs on port 389. It also creates the partition
CN=nfs,DC=nfs and sets the default naming context to CN=nfs,DC=nfs.