Set-WssRemoteWebAccessBackgroundImage

Set-WssRemoteWebAccessBackgroundImage

Sets the background image for a Remote Web Access website.

構文

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

詳細説明

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

パラメーター

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

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

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