Get-SPProfilePropertyCollection

 

**適用先:**SharePoint Server 2016 Preview

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