mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 05:47:23 +00:00
21 lines
695 B
Markdown
21 lines
695 B
Markdown
---
|
|
author: paolomatarazzo
|
|
ms.author: paoloma
|
|
ms.date: 03/13/2024
|
|
ms.topic: include
|
|
---
|
|
|
|
Example of the output of the PowerShell cmdlet `Export-StartLayoutEdgeAssets`:
|
|
|
|
```xml
|
|
<SecondaryTileAssets>
|
|
<SecondaryTileAsset>
|
|
<RelativeFilePath><![CDATA[Pins\MSEdge._pin_liejfngppphclkplgppaghabld\SmallLogo.png]]></RelativeFilePath>
|
|
<Base64EncodedImage> Base64 encoded value of the logo </Base64EncodedImage>
|
|
</SecondaryTileAsset>
|
|
<SecondaryTileAsset>
|
|
<RelativeFilePath><![CDATA[Pins\MSEdge._pin_liejfngppphclkplgppaghabld\Logo.png]]></RelativeFilePath>
|
|
<Base64EncodedImage> Base64 encoded value of the logo </Base64EncodedImage>
|
|
</SecondaryTileAsset>
|
|
</SecondaryTileAssets>
|
|
``` |