Install-NfsMappingStore

Install-NfsMappingStore

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

구문

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

자세한 설명

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.

매개 변수

-InstanceName<String>

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

별칭

instance

필수 여부

false

위치

named

기본값

NFSInstance

파이프라인 입력 적용 여부

True (ByPropertyName)

와일드카드 문자 허용 여부

false

-LdapPort<Int32>

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

별칭

port

필수 여부

false

위치

named

기본값

389

파이프라인 입력 적용 여부

True (ByPropertyName)

와일드카드 문자 허용 여부

false

<CommonParameters>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

  • Nothing

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

  • Nothing

예제

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

관련 항목

Get-NfsMappedIdentity

Set-NfsMappingStore

Test-NfsMappingStore

Get-NfsMappedIdentity

New-NfsMappedIdentity

Remove-NfsMappedIdentity

Resolve-NfsMappedIdentity

Set-NfsMappedIdentity

Test-NfsMappedIdentity