Add-WssRemoteWebAccessLink

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

Syntax

Add-WssRemoteWebAccessLink
   -Text <String>
   -Url <Uri>
   [<CommonParameters>]

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.

Examples

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

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

Parameters

-Text

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

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

-Url

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

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