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>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

  • 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