Get-WssRemoteWebAccessLink

Retrieves the collection of links on the home page of a Remote Web Access website

Syntax

Get-WssRemoteWebAccessLink [ <CommonParameters>]

Detailed Description

The Get-WssRemoteWebAccessLink cmdlet retrieves the collection of links on the home page of a Remote Web Access website. The links are key-value pairs of IDs and link items.

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

Parameters

<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 retrieves the collection of links on the home page of a Remote Web Access website.

PS C:\> Get-WssRemoteWebAccessLink 

Add-WssRemoteWebAccessLink

Remove-WssRemoteWebAccessLink