Set-SPDefaultProfileConfig

ユーザー プロファイル アプリケーション プロキシの MySitesPublicEnabled プロパティを変更します。

構文

Set-SPDefaultProfileConfig
   [-AssignmentCollection <SPAssignmentCollection>]
   [-Confirm]
   -MySitesPublicEnabled <Boolean>
   -ProfileServiceApplicationProxy <SPServiceApplicationProxyPipeBind>
   [-WhatIf]
   [<CommonParameters>]

説明

Set-SPDefaultProfileConfig コマンドレットを使用して、ユーザー プロファイル アプリケーション プロキシの MySitesPublicEnabled プロパティを、プロキシ作成時に設定されたものから、このコマンドレットを使用して定義されているものに変更します。

SharePoint 製品のWindows PowerShellに関するアクセス許可と最新の情報については、「Windows PowerShell for SharePoint Server 2016」のオンライン ドキュメント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 オブジェクトを使用して、変数へのオブジェクトの割り当てとオブジェクトの破棄を行うことができます。 割り当てコレクションまたは Global パラメーターが使用されていない場合、SPWeb、SPSite、または SPSiteAdministration オブジェクトが使用されていると、オブジェクトは自動的に破棄されます。

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

コマンドレットを実行する前に確認メッセージを表示します。

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

個人用パブリック サイトを有効または無効にします。

有効な値は $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

削除するサイト購読を含むユーザー プロファイル サービス アプリケーションのプロキシを指定します。この型は、12345678-90ab-cdef-1234-567890bcdefgh という形式の有効な GUID であるか、サービス アプリケーションのプロキシの有効な名前 (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

コマンドレットが実行されるとどうなるかを示します。 コマンドレットは実行されません。

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