Get-SPProfilePropertyCollection

 

**適用版本:**SharePoint Server 2016 Preview

**上次修改主題的時間:**2015-03-09

Gets all user profile properties.

語法

Get-SPProfilePropertyCollection [-Source] <String>

Detailed Description

重要

This cmdlet has been deprecated for SharePoint Server 2016 and is not available for use.

The Get-SPProfilePropertyCollection cmdlet returns an object that contains a collection of all profile property subtypes from the source server. You can pipe the resulting object to other User Profile Replication Engine cmdlets.

注意

Duplicate profile property subtypes are removed.

參數

Parameter Required Type Description

Source

Required

System.String

Specifies the URL of the My Site Host from where the user profiles are retrieved, for example, http://hq.contoso.com:8081/my.

Input Types

Return Types

範例

----------Example ----------

get-spprofilepropertycollection -source http://hq.contoso.com:8081

重要

This cmdlet has been deprecated for SharePoint Server 2016 and is not available for use.

This example gets all of the profile property subtypes from hq.contoso.com.

另請參閱

Stop-SPProfileServiceIncrementalReplication