Set-SPSiteSubscriptionProfileConfig
設定網站訂閱的參數。
Syntax
Set-SPSiteSubscriptionProfileConfig
[-Identity] <SPSiteSubscriptionPipeBind>
[-MySiteHostLocation <SPSitePipeBind>]
-ProfileServiceApplicationProxy <SPServiceApplicationProxyPipeBind>
[-AssignmentCollection <SPAssignmentCollection>]
[-Confirm]
[-SynchronizationOU <String>]
[-WhatIf]
[<CommonParameters>]
Set-SPSiteSubscriptionProfileConfig
[-Identity] <SPSiteSubscriptionPipeBind>
-MySiteHostLocation <SPSitePipeBind>
-ProfileServiceApplicationProxy <SPServiceApplicationProxyPipeBind>
[-AssignmentCollection <SPAssignmentCollection>]
[-Confirm]
[-MySiteManagedPath <SPPrefixPipeBind>]
[-SiteNamingConflictResolution <String>]
[-SynchronizationOU <String>]
[-WhatIf]
[<CommonParameters>]
Description
此 Cmdlet 包含一個以上的參數集。 您可能只會使用到一個參數集中的參數,而且您無法合併不同參數集中的參數。 如需如何使用參數集的詳細資訊,請參閱 Cmdlet 參數集。
Cmdlet Set-SPSiteSubscriptionProfileConfig
會設定網站訂用帳戶的參數。
如需適用於 SharePoint 產品的 Windows PowerShell 權限及最新資訊,請參閱線上文件 SharePoint Server Cmdlet。
範例
--------------------範例---------------------
$sub = Get-SPSiteSubscription http://contoso/my
Set-SPSiteSubscriptionProfileConfig -Identity $sub -SiteNamingConflictResolution 3 -SynchronizationOU OrgUnit1
本範例會將網站訂用帳戶 SiteNamingConflictResolution 的 參數設定為一律避免任何衝突,並將 SynchronizationOU 參數設定為 OrgUnit1。
參數
-AssignmentCollection
管理物件以適當處置它們。 使用 SPWeb 或 SPSite 等物件可能會耗用大量的記憶體,因此在 Windows PowerShell 指令碼中使用這些物件時,必須適當地管理記憶體。 您可以使用 SPAssignment 物件將物件指派給變數,並在不需要時處置這些物件,以釋放記憶體。 使用 SPWeb、SPSite 或 SPSiteAdministration 物件時,若未使用指派集合或 Global 參數,將會自動處置這些物件。
使用 Global 參數時,所有物件會包含在全域儲存區內。
如果不立即使用物件,或使用 Stop-SPAssignment
命令加以捨棄,則可能會有記憶體不足的狀況發生。
Type: | SPAssignmentCollection |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-Confirm
在執行命令之前,提示您確認操作。
如需詳細資訊,請輸入下列命令:get-help about_commonparameters
。
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-Identity
指定包含所要更新之網站訂閱的 User Profile Service 應用程式的 Proxy。
此類型必須是格式為 12345678-90ab-cdef-1234-567890bcdefgh 的有效 GUID、有效的 User Profile Service 應用程式名稱 (例如 UserProfileSvcProxy1),或有效的 SPServiceApplicationProxy 物件執行個體。
Type: | SPSiteSubscriptionPipeBind |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-MySiteHostLocation
指定包含網站訂閱之「我的網站」主機佈建所在的網站集合。
此類型必須是格式為 12345678-90ab-cdef-1234-567890bcdefgh 的有效 GUID;格式為 https://server_name 的有效 URL;或有效 SPSite 物件的執行個體。
Type: | SPSitePipeBind |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-MySiteManagedPath
指定將在其中建立個人網站的受管理路徑。
類型必須是有效的 URL,格式為 https://server_name.
Type: | SPPrefixPipeBind |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-ProfileServiceApplicationProxy
指定使用者設定檔服務應用程式之 Proxy 的名稱。
Type: | SPServiceApplicationProxyPipeBind |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-SiteNamingConflictResolution
指定要用來命名個人網站的格式。
使用下列其中一個整數值:
1-- 要以沒有任何衝突解析之使用者名稱來命名的個人網站集合。 例如,https://portal_site/location/username/
2-- 要使用網域名稱以具有衝突解析之使用者名稱來命名的個人網站集合。 例如 .../username/ 或 .../domain_username/
3-- 要使用網域及使用者名稱來命名的個人網站集合始終避免任何衝突。 例如,https://portal_site/location/domain_username/
預設值為 1 (不解決衝突)。
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-SynchronizationOU
指定提供網站訂閱的組織單位。
此類型必須是有效的組織單位名稱,例如 OrgUnit1。
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-WhatIf
顯示訊息會描述命令的功效而不執行命令。
如需詳細資訊,請輸入下列命令:get-help about_commonparameters
。
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2010, SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |