diff --git a/docset/winserver2022-ps/startlayout/Export-StartLayout.md b/docset/winserver2022-ps/startlayout/Export-StartLayout.md index f306904fe3..991c4099e1 100644 --- a/docset/winserver2022-ps/startlayout/Export-StartLayout.md +++ b/docset/winserver2022-ps/startlayout/Export-StartLayout.md @@ -138,5 +138,7 @@ Export as an .xml file. ## RELATED LINKS +[Export-StartLayoutEdgeAssets](Export-StartLayoutEdgeAssets.md) + [Import-StartLayout](./Import-StartLayout.md) diff --git a/docset/winserver2022-ps/startlayout/Export-StartLayoutEdgeAssets.md b/docset/winserver2022-ps/startlayout/Export-StartLayoutEdgeAssets.md new file mode 100644 index 0000000000..590ca32ed9 --- /dev/null +++ b/docset/winserver2022-ps/startlayout/Export-StartLayoutEdgeAssets.md @@ -0,0 +1,131 @@ +--- +description: The Export-StartLayoutEdgeAssets cmdlet exports secondary tiles for Microsoft Edge that display a custom image. +external help file: Microsoft.Windows.StartLayout.Commands.dll-Help.xml +Module Name: StartLayout +ms.date: 09/20/2021 +online version: https://docs.microsoft.com/powershell/module/startlayout/export-startlayoutedgeassets?view=windowsserver2022-ps&wt.mc_id=ps-gethelp +schema: 2.0.0 +--- + +# Export-StartLayoutEdgeAssets + +## SYNOPSIS +Exports secondary tiles for Microsoft Edge that display a custom image. + +## SYNTAX + +### Non-literal +``` +Export-StartLayoutEdgeAssets [-Path] [-WhatIf] [-Confirm] [] +``` + +### Literal +``` +Export-StartLayoutEdgeAssets -LiteralPath [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +The **Export-StartLayoutEdgeAssets** cmdlet exports secondary tiles for Microsoft Edge that display a custom image. +Use [Export-StartLayout](./Export-StartLayout.md) and [Import-StartLayout](./Import-StartLayout.md) along with the current cmdlet to import the assets. +For more information, see [Add image for secondary Microsoft Edge tiles](/windows/configuration/start-secondary-tiles). + +The provisioning policies that use the exported assets are no longer used with the Windows 11 Start menu. + +## EXAMPLES + +### Example 1: Export assets +```powershell +Export-StartLayoutEdgeAssets -Path "C:\Layouts\assets.xml" +``` + +This example exports the assets to the file `assets.xml` in the `C:\Layouts` folder. +This cmdlet doesn't append `.xml` to a file name. + +## PARAMETERS + +### -LiteralPath +Specifies a literal path for an asset file. +Include the `.xml` file name extension. +This parameter does not accept the wildcard character (*). +If the path includes an escape character (\\), enclose the string in single quotes ('). + +```yaml +Type: String +Parameter Sets: Literal +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Path +Specifies an absolute path for an asset file. +Include the `.xml` file name extension. +This parameter does not accept the wildcard character (*). + +```yaml +Type: String +Parameter Sets: Non-literal +Aliases: + +Required: True +Position: 1 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### None + +## OUTPUTS + +### System.Object + +## NOTES + +## RELATED LINKS + +[Export-StartLayout](./Export-StartLayout.md) + +[Get-StartApps](Get-StartApps.md) + +[Import-StartLayout](./Import-StartLayout.md) diff --git a/docset/winserver2022-ps/startlayout/StartLayout.md b/docset/winserver2022-ps/startlayout/StartLayout.md index bbc8510534..fc95dddf74 100644 --- a/docset/winserver2022-ps/startlayout/StartLayout.md +++ b/docset/winserver2022-ps/startlayout/StartLayout.md @@ -17,7 +17,10 @@ This reference provides cmdlet descriptions and syntax for all Start screen cmdl ### [Export-StartLayout](./Export-StartLayout.md) Exports the layout of the Start screen. -### [Get-StartApps](./Get-StartApps.md) +### [Export-StartLayoutEdgeAssets](Export-StartLayoutEdgeAssets.md) +Exports secondary tiles for Microsoft Edge that display a custom image. + +### [Get-StartApps](Get-StartApps.md) Gets the names and AppIDs of installed apps. ### [Import-StartLayout](./Import-StartLayout.md)