Enable-WssRemoteWebAccess

Enable-WssRemoteWebAccess

Enables Remote Web Access.

Syntax

Parameter Set: Default
Enable-WssRemoteWebAccess [-ApplyToExistingUsers] [-DenyAccessByDefault] [-SkipRouter] [ <CommonParameters>]

Detailed Description

The Enable-WssRemoteWebAccess cmdlet enables Remote Web Access on the server.

To disable Remote Web Access, use the Disable-WssRemoteWebAccess cmdlet.

Parameters

-ApplyToExistingUsers

Indicates that the cmdlet enables remote access for existing users. If you specify both DenyAccessByDefault and ApplyToExistingUsers, the cmdlet disables the remote access permission for existing users.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-DenyAccessByDefault

Indicates that the cmdlet denies Remote Web Access by default. If you specify both DenyAccessByDefault and ApplyToExistingUsers, the cmdlet disables remote access permission for existing users.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-SkipRouter

Indicates that the cmdlet skips the router configuration task. Use this parameter when you want to manually configure a router.

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: Enable Remote Web Access

This command enables Remote Web Access but skips the router configuration task.

PS C:\> Enable-WssRemoteWebAccess -SkipRouter

Enable-WssRemoteWebAccess

Repair-WssRemoteWebAccess