Get-WssRemoteWebAccessLink

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

Sintaxis

Get-WssRemoteWebAccessLink [ <CommonParameters>]

Descripción detallada

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.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

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

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

Ejemplos

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

PS C:\> Get-WssRemoteWebAccessLink 

Temas relacionados

Add-WssRemoteWebAccessLink

Remove-WssRemoteWebAccessLink