New-SPWebApplicationAppDomain
AppDomain エントリを作成します。
構文
New-SPWebApplicationAppDomain
[-AppDomain] <String>
-WebApplication <SPWebApplicationPipeBind>
[-AssignmentCollection <SPAssignmentCollection>]
[-Confirm]
[-Port <Int32>]
[-SecureSocketsLayer]
[-WhatIf]
[-Zone <SPUrlZone>]
[<CommonParameters>]
説明
New-SPWebApplicationAppDomain コマンドレットを使用して AppDomain エントリを作成します。 ポートを指定すると、コマンドレットは、Web アプリケーション/ゾーンの組み合わせに対応するインターネット インフォメーション サービス (IIS) サイトにポート バインドを追加します。
例
------------------ 例 1 -----------------------
New-SPWebApplicationAppDomain -AppDomain contosoapps.com -WebApplication https://www.contoso.com
既定のゾーンで、指定した Web アプリケーション用の SharePoint 用アプリ用の新しいアプリ ドメインを作成します。
------------------ 例 2 -----------------------
New-SPWebApplicationAppDomain -AppDomain contosoapps.com -WebApplication https://www.contoso.com -Zone Internet -Port 10000
ポート 10000 のインターネット ゾーンで指定された Web アプリケーション用の SharePoint 用アプリケーション に新しいアプリ ドメインを作成します。
パラメーター
-AppDomain
アプリ ドメインの URI を指定します。
Type: | String |
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 |
-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 |
-Port
アプリ ドメインが割り当てられる IIS ポート番号を指定します。 値を指定しないと、ゾーンに対し Web アプリケーションが使用するのと同じポートが適用されます。
Type: | Int32 |
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 |
-SecureSocketsLayer
アプリ ドメインが SSL (Secured Sockets Layer) セキュリティを使用することを指定します。 値を指定しないと、SSL セキュリティは使用されません。
Type: | SwitchParameter |
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 |
-WebApplication
アプリ ドメインが構成されている Web アプリケーションの GUID、URI、または名前を指定します。
Type: | SPWebApplicationPipeBind |
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 |
-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 |
-Zone
アプリ ドメインの割り当て先となるセキュリティ ゾーンを指定します。
既定
イントラネット
インターネット
Extranet
カスタム
値を指定しないと、既定値が適用されます。
Type: | SPUrlZone |
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 |
入力
System.String
Microsoft.SharePoint.PowerShell.SPAssignmentCollection
出力
System.Object