Disable-WssRemoteWebAccess

Disable-WssRemoteWebAccess

Disables Remote Web Access.

Syntax

Disable-WssRemoteWebAccess [ <CommonParameters>]

Detailed Description

The Disable-WssRemoteWebAccess cmdlet disables Remote Web Access on the server.

To enable Remote Web Access, use the Enable-WssRemoteWebAccess cmdlet.

Parameters

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

This command disables Remote Web Access on the server.

PS C:\> Disable-WssRemoteWebAccess

Enable-WssRemoteWebAccess

Repair-WssRemoteWebAccess