Remove-WssRemoteWebAccessLink
Removes a link from the home page of a Remote Web Access website.
Syntax
Remove-WssRemoteWebAccessLink
-ID <String>
Description
The Remove-WssRemoteWebAccessLink cmdlet removes a link from the home page of a Remote Web Access website.
To add a link to the home page of a Remote Web Access website, use the Add-WssRemoteWebAccessLink cmdlet.
Examples
Example 1: Remove a link from a home page
PS C:\> Remove-WssRemoteWebAccessLink -ID "23456789-ACAC-0330-9975-A246890654BC"
This command removes a link from a home page in Remote Web Access.
Parameters
-ID
Specifies the key for the link you want to remove. To obtain a list of IDs, use the Get-RemoteWebAccessLink cmdlet.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |