Get-WssRemoteWebAccessBackgroundImage

Get-WssRemoteWebAccessBackgroundImage

Retrieves the filename of the background image displayed on the Remote Web Access website.

構文

Get-WssRemoteWebAccessBackgroundImage [ <CommonParameters>]

詳細説明

The Get-WssRemoteWebAccessBackgroundImage cmdlet retrieves the filename of the background image displayed on the logon page of the Remote Web Access website.

パラメーター

<CommonParameters>

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

入力

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

出力

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

  • System.String

    This cmdlet generates a string object that represents the filename of a customized background image. The cmdlet does not generate any output if Remote Web Access uses the default image.

Example 1: Retrieve the filename of the background image

This command retrieves the filename of the background image.

PS C:\> Get-WssRemoteWebAccessLink 

関連トピック

Set-WssRemoteWebAccessBackgroundImage