Add-WssRemoteWebAccessLink
Adds a link to the home page of a Remote Web Access website.
Add-WssRemoteWebAccessLink
-Text <String>
-Url <Uri>
[<CommonParameters>]
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.
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.
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 |
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 |