Set-SPDefaultProfileConfig
變更 User Profile 應用程式 Proxy的 MySitesPublicEnabled 屬性。
Syntax
Set-SPDefaultProfileConfig
[-AssignmentCollection <SPAssignmentCollection>]
[-Confirm]
-MySitesPublicEnabled <Boolean>
-ProfileServiceApplicationProxy <SPServiceApplicationProxyPipeBind>
[-WhatIf]
[<CommonParameters>]
Description
使用 Set-SPDefaultProfileConfig Cmdlet 將使用者設定檔的 MySitesPublicEnabled 屬性應用程式 Proxy從建立 Proxy 時設定的任何專案變更為使用此 Cmdlet 所定義的任何專案。
如需 SharePoint 產品Windows PowerShell的許可權和最新資訊,請參閱 SharePoint Server 2016 Windows PowerShell線上檔,SharePoint Server 2019參考。 https://go.microsoft.com/fwlink/p/?LinkId=671715)
範例
--------------------範例---------------------
$proxy = Get-SPServiceApplicationProxy | ?{$_.TypeName -eq 'User Profile Service Application Proxy'}
Set-SPDefaultProfileConfig $proxy -MySitesPublicEnabled $true
此範例會變更指定之使用者設定檔服務應用程式的 MySitesPublicEnabled 屬性。
參數
-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 Subscription Edition |
-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 Subscription Edition |
-MySitesPublicEnabled
啟用或停用公用 MySites。
有效值$True或$False。
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server Subscription Edition |
-ProfileServiceApplicationProxy
指定包含要刪除之網站訂用帳戶的 User Profile Service 應用程式 Proxy。此類型必須是格式為 12345678-90ab-cdef-1234-567890bcdefgh 的有效 GUID;服務應用程式 Proxy 的有效名稱 (例如 UserProfileSvcProxy1) ;或有效 SPServiceApplicationProxy 物件的實例。
Type: | SPServiceApplicationProxyPipeBind |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server Subscription Edition |
-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 Subscription Edition |
輸入
Microsoft.SharePoint.PowerShell.SPServiceApplicationProxyPipeBind
Microsoft.SharePoint.PowerShell.SPAssignmentCollection
輸出
System.Object