Set-WssRemoteWebAccessBackgroundImage

Set-WssRemoteWebAccessBackgroundImage

Sets the background image for a Remote Web Access website.

Sintaxis

Parameter Set: Default
Set-WssRemoteWebAccessBackgroundImage -ImagePath <String> [ <CommonParameters>]

Descripción detallada

The Set-WssRemoteWebAccessBackgroundImage cmdlet sets a background image on the logon page of a Remote Web Access website.

Parámetros

-ImagePath<String>

Specifies the path to an image file. Use any of the following image types:
-- Bitmap (*.bmp, *.dib, *.rle)
-- GIF (*.gif)
-- PNG (*.png)
-- JPG (*.jpg)

Alias

ninguno

¿Requerido?

true

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

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

Ejemplos

Example 1: Set the background image

This command sets the background image of the logon page.

PS C:\> Set-WssRemoteWebAccessBackgroundImage -ImagePath "D:\Contoso-image.png"

Temas relacionados

Get-WssRemoteWebAccessBackgroundImage