Skip to content

Latest commit

 

History

History
97 lines (71 loc) · 2.43 KB

Enable-WssRemoteWebAccess.md

File metadata and controls

97 lines (71 loc) · 2.43 KB
external help file Module Name ms.date online version schema title
WssCmdlets.dll-Help.xml
WSSCmdlets
12/05/2017
2.0.0
Enable-WssRemoteWebAccess

Enable-WssRemoteWebAccess

SYNOPSIS

Enables Remote Web Access.

SYNTAX

Enable-WssRemoteWebAccess [-SkipRouter] [-DenyAccessByDefault] [-ApplyToExistingUsers] [<CommonParameters>]

DESCRIPTION

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

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

EXAMPLES

Example 1: Enable Remote Web Access

PS C:\> Enable-WssRemoteWebAccess -SkipRouter

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

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.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: 

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.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: 

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.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

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

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Repair-WssRemoteWebAccess