Set-WssRemoteWebAccessBackgroundImage

Set-WssRemoteWebAccessBackgroundImage

Sets the background image for a Remote Web Access website.

Syntax

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

Detailed Description

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

Parameters

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

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

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

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

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"

Get-WssRemoteWebAccessBackgroundImage