Get-EntraApplicationLogo

Retrieve the logo of an application.

Syntax

Get-EntraApplicationLogo
    -ObjectId <String>
    [-FileName <String>]
    [-View <Boolean>]
    [-FilePath <String>]
   [<CommonParameters>]

Description

The Get-EntraApplicationLogo cmdlet retrieves the logo that is set for an application.

Examples

Example 1

Get-EntraApplicationLogo -ObjectId '00001111-aaaa-2222-bbbb-3333cccc4444'

Tag                  :
PhysicalDimension    : {Width=279, Height=390}
Size                 : {Width=279, Height=390}
Width                : 279
Height               : 390
HorizontalResolution : 96
VerticalResolution   : 96
Flags                : 77840
RawFormat            : [ImageFormat: b96b3cae-0728-11d3-9d7b-0000f81ef32e]
PixelFormat          : Format24bppRgb
Palette              : System.Drawing.Imaging.ColorPalette
FrameDimensionsList  : {7462dc86-6180-4c7e-8e3f-ee7333a7a483}
PropertyIdList       : {274, 305, 306, 36867...}
PropertyItems        : {274, 305, 306, 36867...}

This example shows how to retrieve the application logo for an application that is specified through the Object ID parameter.

Parameters

-FileName

If provided, the application logo is saved to the file using the specified file name.

Type:System.String
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-FilePath

If provided, the application logo is saved to the specified file path using a random file name.

Type:System.String
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-ObjectId

The ObjectID of the application for which the logo is to be retrieved.

Type:System.String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-View

If set to $true, displays the application logo in a new window.

Type:System.Boolean
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

Inputs

System.String

System.Boolean

Outputs

System.Object