Get-WssRemoteWebAccessBackgroundImage

Get-WssRemoteWebAccessBackgroundImage

Retrieves the filename of the background image displayed on the Remote Web Access website.

Sintaxis

Get-WssRemoteWebAccessBackgroundImage [ <CommonParameters>]

Descripción detallada

The Get-WssRemoteWebAccessBackgroundImage cmdlet retrieves the filename of the background image displayed on the logon page of the Remote Web Access website.

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.String

    This cmdlet generates a string object that represents the filename of a customized background image. The cmdlet does not generate any output if Remote Web Access uses the default image.

Ejemplos

Example 1: Retrieve the filename of the background image

This command retrieves the filename of the background image.

PS C:\> Get-WssRemoteWebAccessLink 

Temas relacionados

Set-WssRemoteWebAccessBackgroundImage