Start-WssRouterConfiguration

Start-WssRouterConfiguration

Configures port forwarding for routers.

構文

Parameter Set: Default
Start-WssRouterConfiguration [-Manual] [ <CommonParameters>]

詳細説明

The Start-WssRouterConfiguration cmdlet configures port forwarding for UPnP-enabled routers.

パラメーター

-Manual

Indicates to that router configuration was intentionally skipped. If you plan to manually configure the router, specify this parameter.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

Example 1: Start router configuration

This command starts automatic router configuration.

PS C:\> Start-WssRouterConfiguration

Example 2: Specify manual router configuration

This command skips automatic router configuration. The command specifies the Manual parameter to inform that the router is manually configured.

PS C:\> Start-WssRouterConfiguration -Manual
PS C:\> 

関連トピック

Repair-WssRouterConfiguration