Get-SPProfilePropertyCollection
適用版本: SharePoint Server 2010
上次修改主題的時間: 2015-03-09
取得所有使用者設定檔屬性。
Syntax
Get-SPProfilePropertyCollection [-Source] <String>
詳細描述
Get-SPProfilePropertyCollection Cmdlet 會從來源伺服器傳回包含所有設定檔屬性子類型集合的物件。您可以將所得到的物件傳送至其他「使用者設定檔複寫引擎」Cmdlet。
注意
重複的設定檔屬性子類型均會予以移除。
Parameters
參數 | 必要 | 類型 | 描述 |
---|---|---|---|
Source |
必要 |
System.String |
指定擷取使用者設定檔的來源「我的網站」主機 URL,例如 http://hq.contoso.com:8081/my。 |
輸入類型
傳回類型
Example
----------範例----------
get-spprofilepropertycollection -source http://hq.contoso.com:8081
此範例會從 hq.contoso.com 取得所有設定檔屬性子類型。
See Also
Reference
Start-SPProfileServiceFullReplication
Start-SPProfileServiceIncrementalReplication
Start-SPProfileServiceRecoveryReplication
Stop-SPProfileServiceIncrementalReplication