Set-WssRemoteWebAccessLogo

Set-WssRemoteWebAccessLogo

Sets the path and filename of the logo image for the Remote Web Access website.

Syntax

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

Detailed Description

The Set-WssRemoteWebAccessLogo cmdlet sets the path and filename of the logo for the Remote Web Access website in . The logo image customizes the appearance of the Remote Web Access website.

Parameters

-ImagePath<String>

Specifies the file path of the logo image. To obtain the best results, use an image that is 32x32 pixels.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Set the name of the logo file

This command sets the filename for the logo image displayed on the Remote Web Access website.

PS C:\> Set-WssRemoteWebAccessLogon -ImagePath "D:\Contoso-Logo.png"

Get-WssRemoteWebAccessLogo