Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.71 KB

Get-WssRemoteWebAccessLink.md

File metadata and controls

55 lines (36 loc) · 1.71 KB
external help file Module Name ms.date online version schema title
WssCmdlets.dll-Help.xml
WSSCmdlets
12/05/2017
2.0.0
Get-WssRemoteWebAccessLink

Get-WssRemoteWebAccessLink

SYNOPSIS

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

SYNTAX

Get-WssRemoteWebAccessLink [<CommonParameters>]

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

Example 1: Retrieve a collection of links

PS C:\> Get-WssRemoteWebAccessLink

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

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

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.

NOTES

RELATED LINKS

Add-WssRemoteWebAccessLink

Remove-WssRemoteWebAccessLink