Set-WssRemoteWebAccessBackgroundImage

Sets the background image for a Remote Web Access website.

Syntax

Set-WssRemoteWebAccessBackgroundImage
   -ImagePath <String>
   [<CommonParameters>]

Description

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

Examples

Example 1: Set the background image

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

This command sets the background image of the logon page.

Parameters

-ImagePath

Specifies the path to an image file. Use any of the following image types:

  • Bitmap (*.bmp, *.dib, *.rle)
  • GIF (*.gif)
  • PNG (*.png)
  • JPG (*.jpg)
Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False