Get-WssRemoteWebAccessLink
Retrieves the collection of links on the home page of a Remote Web Access website
Get-WssRemoteWebAccessLink []
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.
PS C:\> Get-WssRemoteWebAccessLink
This command retrieves the collection of links on the home page of a Remote Web Access website.
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.