Update-DfsrConfigurationFromAD

Update-DfsrConfigurationFromAD

Initiates an update of the DFS Replication service.

구문

Parameter Set: Default
Update-DfsrConfigurationFromAD [[-ComputerName] <String[]> ] [ <CommonParameters>]

자세한 설명

The Update-DfsrConfigurationFromAD cmdlet initiates an update of the DFS Replication service. The cmdlet forces the DFS Replication service to immediately perform a full Lightweight Directory Access Protocol (LDAP) poll of the Active Directory Domain Services (AD°DS) for configuration changes, and applies any changes to the service.

By default, the DFS Replication service queries domain controllers every five minutes by using a lightweight check for membership configuration changes in AD°DS. This periodic check speeds up the service response to certain types of configuration changes. If the DFS Replication service detects a new membership, a full poll follows. By default, the DFS Replication service performs a full poll every hour.

매개 변수

-ComputerName<String[]>

Specifies an array of names of member computers. You can use a comma separated list and the wildcard character (*). The cmdlet forces the DFS Replication service on the computers to poll Active Directory immediately.

If you do not specify this parameter, the cmdlet uses the local computer. To return a response, use the Verbose parameter.

별칭

MemberList,MemList

필수 여부

false

위치

1

기본값

[local computer]

파이프라인 입력 적용 여부

True (ByValue, ByPropertyName)

와일드카드 문자 허용 여부

false

<CommonParameters>

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

입력

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

  • string

출력

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

  • [none]

예제

Example 1: Update the DFS Replication service

This command forces the remote DFS Replication servers SRV01 and SRV02 to poll AD°DS immediately and apply any changes to the DFS Replication service.

PS C:\> Update-DfsrConfigurationFromAD -ComputerName "SRV01","SRV02" -Verbose

관련 항목

Get-DfsrMember