Set-WssRemoteWebAccessTitle

Set-WssRemoteWebAccessTitle

Modifies the title string of a Remote Web Access website.

Syntax

Parameter Set: Default
Set-WssRemoteWebAccessTitle -Title <String> [ <CommonParameters>]

Detailed Description

The Set-WssRemoteWebAccessTitle cmdlet modifies the title string of a Remote Web Access website in . The title string appears in the middle of the logon page.

Parameters

-Title<String>

Specifies a title string for the Remote Web Access website.

Aliases

none

Required?

true

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: Modify the title for Remote Web Access

This command modifies the title for a Remote Access Web website.

PS C:\> Set-WssRemoteWebAccessTitle -Title "Contoso Remote Web Access" 

Get-WssRemoteWebAccessTitle