Get-WssRemoteWebAccessLogo

Get-WssRemoteWebAccessLogo

Retrieves the name of the file that contains the logo for the Remote Web Access website.

Sintaxis

Get-WssRemoteWebAccessLogo [ <CommonParameters>]

Descripción detallada

The Get-WssRemoteWebAccessLogo cmdlet retrieves the name of the file that contains the logo for the Remote Web Access website in . The logo image customizes the appearance 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 customized logo. The cmdlet does not generate any output if Remote Web Access uses the default logo.

Ejemplos

Example 1: Retrieve the name of the logo file

This command retrieves the name of the file that contains the logo for the Remote Web Access website.

PS C:\> Get-WssRemoteWebAccessLogo

Temas relacionados

Set-WssRemoteWebAccessLogo