次の方法で共有


Remove-SPWebApplicationAppDomain

AppDomain を削除します。

構文

Remove-SPWebApplicationAppDomain
      [-Identity] <SPAppDomainPipeBind>
      [-AssignmentCollection <SPAssignmentCollection>]
      [-Confirm]
      [-WhatIf]
      [<CommonParameters>]

説明

Remove-SPWebApplicationAppDomain コマンドレットは、指定したゾーンの AppDomain を削除する場合や、ゾーンを指定せずに Web アプリケーションのすべてのアプリケーション ドメインを削除する場合に使用します。

このコマンドレットは、WebApp/Zone の組み合わせに追加されたインターネット インフォメーション サービス (IIS) ポート バインドも削除します。

-------------------- 例 1 -----------------------

Remove-SPWebApplicationAppDomain -WebApplication https://www.contoso.com

指定した Web アプリケーションのすべてのアプリケーション ドメインを削除します。

-------------------- 例 2 -----------------------

Remove-SPWebApplicationAppDomain -WebApplication https://www.contoso.com -Zone Internet

指定した Web アプリケーションのインターネット ゾーンのアプリケーション ドメインを削除します。

パラメーター

-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 2013, SharePoint Server 2016, SharePoint Server 2019

-Confirm

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

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

-Identity

削除するドメイン名 (つまり、contoso.com) または SPAppDomain オブジェクトの文字列を指定します。

Type:SPAppDomainPipeBind
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False
Applies to:SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019

-WhatIf

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

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.Administration.SPAppCmdlets.SPAppDomainPipeBind

Microsoft.SharePoint.PowerShell.SPAssignmentCollection

出力

System.Object