Set-SPAppStoreConfiguration
設定應用程式的 SharePoint 市集 設定。
Syntax
Set-SPAppStoreConfiguration
[-Url <String>]
[-AssignmentCollection <SPAssignmentCollection>]
[-Confirm]
[-WhatIf]
-Enable <Boolean>
[<CommonParameters>]
Description
使用 Set-SPAppStoreConfiguration Cmdlet 來設定指定應用程式的 SharePoint 市集設定。
如需 SharePoint 產品Windows PowerShell的許可權和最新資訊,請參閱 SharePoint Server 2016 Windows PowerShell線上檔,SharePoint Server 2019參考。 https://go.microsoft.com/fwlink/p/?LinkId=671715
範例
--------------------範例 1---------------------
Set-SPAppStoreConfiguration -Url https://office.microsoft.com -Enable $true
此範例會將 URL 設為 Office.com 伺服器
--------------------範例 2---------------------
Set-SPAppStoreConfiguration -Enable $false
此範例會關閉 SharePoint 市集。
--------------------範例 3---------------------
Set-SPAppStoreConfiguration -Enable $true
此範例會開啟 SharePoint 市集。
參數
-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 2013, SharePoint Server 2016, SharePoint Server 2019 |
-Confirm
執行 Cmdlet 之前提示您確認。
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-Enable
指定 Office 市集服務是否可尋找或下載協力廠商增益集。
主要讓系統管理員在其 SharePoint 租用戶和網站集合上停用協力廠商增益集的探索和下載。
有效值為 True 及 False。
預設值為 False。
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-Url
指定要設定 SharePoint 市集設定的應用程式 URL。
除非 Microsoft 代表另外指示,否則請勿變更 SharePoint 存放區的值。
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-WhatIf
顯示執行 Cmdlet 時會發生什麼情況。 未執行 Cmdlet。
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
輸入
Microsoft.SharePoint.PowerShell.SPAssignmentCollection
輸出
System.Object