Set-WssRemoteWebAccessBackgroundImage
Sets the background image for a Remote Web Access website.
Set-WssRemoteWebAccessBackgroundImage
-ImagePath <String>
[<CommonParameters>]
The Set-WssRemoteWebAccessBackgroundImage cmdlet sets a background image on the logon page of a Remote Web Access website.
PS C:\> Set-WssRemoteWebAccessBackgroundImage -ImagePath "D:\Contoso-image.png"
This command sets the background image of the logon page.
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 |