Start-WssRouterConfiguration

Start-WssRouterConfiguration

Configures port forwarding for routers.

Syntax

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

Detailed Description

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

Parameters

-Manual

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

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

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