Install-NfsMappingStore

Install-NfsMappingStore

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

Sintaxis

Parameter Set: Default
Install-NfsMappingStore [-InstanceName <String> ] [-LdapPort <Int32> ] [ <CommonParameters>]

Descripción detallada

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.

Parámetros

-InstanceName<String>

Specifies the name for the for the new AD LDS instance.

Alias

instance

¿Requerido?

false

¿Posición?

named

Valor predeterminado

NFSInstance

¿Aceptar canalización?

True (ByPropertyName)

¿Aceptar caracteres comodín?

false

-LdapPort<Int32>

Specifies the LDAP port number for the new AD LDS instance.

Alias

port

¿Requerido?

false

¿Posición?

named

Valor predeterminado

389

¿Aceptar canalización?

True (ByPropertyName)

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

  • Nothing

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Nothing

Ejemplos

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

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.

PS C:\> Install-NfsMappingStore -InstanceName "NFSMappingStore" -LdapPort 389

Temas relacionados

Get-NfsMappedIdentity

Set-NfsMappingStore

Test-NfsMappingStore

Get-NfsMappedIdentity

New-NfsMappedIdentity

Remove-NfsMappedIdentity

Resolve-NfsMappedIdentity

Set-NfsMappedIdentity

Test-NfsMappedIdentity