Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Configures port forwarding for routers.
Parameter Set: Default
Start-WssRouterConfiguration [-Manual] [ <CommonParameters>]
The Start-WssRouterConfiguration cmdlet configures port forwarding for UPnP-enabled routers.
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 |
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).
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
This command starts automatic router configuration.
PS C:\> Start-WssRouterConfiguration
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:\>