Skip to content

Commit 18a241b

Browse files
Incorporate feedback and minor fixes.
1 parent 55d0bcb commit 18a241b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docset/winserver2022-ps/startlayout/Export-StartLayoutEdgeAssets.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: The Export-StartLayoutEdgeAssets cmdlet exports secondary tiles for Microsoft Edge that display a custom image.
33
external help file: Microsoft.Windows.StartLayout.Commands.dll-Help.xml
44
Module Name: StartLayout
5-
ms.date: 09/03/2021
5+
ms.date: 09/20/2021
66
online version: https://docs.microsoft.com/powershell/module/startlayout/export-startlayoutedgeassets?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
---
@@ -27,16 +27,19 @@ Export-StartLayoutEdgeAssets -LiteralPath <String> [-WhatIf] [-Confirm] [<Common
2727
## DESCRIPTION
2828
The **Export-StartLayoutEdgeAssets** cmdlet exports secondary tiles for Microsoft Edge that display a custom image.
2929
Use [Export-StartLayout](./Export-StartLayout.md) and [Import-StartLayout](./Import-StartLayout.md) along with the current cmdlet to import the assets.
30+
For more information, see [Add image for secondary Microsoft Edge tiles](/windows/configuration/start-secondary-tiles).
31+
32+
The provisioning policies that use the exported assets are no longer used with the Windows 11 Start menu.
3033

3134
## EXAMPLES
3235

33-
### Example 1: Export assets.
36+
### Example 1: Export assets
3437
```powershell
3538
Export-StartLayoutEdgeAssets -Path "C:\Layouts\assets.xml"
3639
```
3740

38-
This example exports the assets to the file `assets.xml` in the C:\Layouts folder.
39-
This cmdlet does not append `.xml` to a file name.
41+
This example exports the assets to the file `assets.xml` in the `C:\Layouts` folder.
42+
This cmdlet doesn't append `.xml` to a file name.
4043

4144
## PARAMETERS
4245

0 commit comments

Comments
 (0)