Remove-WssRemoteWebAccessLink

Removes a link from the home page of a Remote Web Access website.

Syntax

Parameter Set: Default
Remove-WssRemoteWebAccessLink -ID <String> [ <CommonParameters>]

Detailed 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.

Parameters

-ID<String>

Specifies the key for the link you want to remove. To obtain a list of IDs, use the Get-RemoteWebAccessLink cmdlet.

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 removes a link from a home page in Remote Web Access.

PS C:\> Remove-WssRemoteWebAccessLink -ID "23456789-ACAC-0330-9975-A246890654BC" 

Add-WssRemoteWebAccessLink

Get-WssRemoteWebAccessLink