Get-WssRemoteWebAccessLink

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

Syntax

Get-WssRemoteWebAccessLink []

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.

Examples

PS C:\> Get-WssRemoteWebAccessLink

This command retrieves the collection of links on the home page of a Remote Web Access website.

Outputs

System.Collections.Generic.Dictionary<System.String, Microsoft.WindowsServerSolutions.Web.Admin.RemoteAccessLinkItem>

This cmdlet generates a dictionary object where each value represents a link in Remote Web Access.