Add-WssRemoteWebAccessLink

Adds a link to the home page of a Remote Web Access website.

Syntax

Parameter Set: Default
Add-WssRemoteWebAccessLink -Text <String> -Url <Uri> [ <CommonParameters>]

Detailed Description

The Add-WssRemoteWebAccessLink cmdlet adds a link to the home page of a Remote Web Access website.

To remove a link from the home page of a Remote Web Access website, use the Remove-WssRemoteWebAccessLink cmdlet.

Parameters

-Text<String>

Specifies a text string for a link that displays on the home page.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Url<Uri>

Specifies a web address for the link, as an absolute URI.

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

This command adds a link to the home page for a Remote Web Access website.

PS C:\> Add-WssRemoteWebAccessLink -Text "Link1" -Url "https://Contoso.com/About-Contoso-Page.html"

Get-WssRemoteWebAccessLink

Remove-WssRemoteWebAccessLink