From 9ab2518313dec62a2d2e999f3b527bb3e2ff866c Mon Sep 17 00:00:00 2001 From: emelbaer <39346539+emelbaer@users.noreply.github.com> Date: Fri, 7 Nov 2025 11:00:55 +0100 Subject: [PATCH] Change file extension from .xml to .json in docs Updated documentation to reflect the change from .xml to .json file extension for the Export-StartLayout cmdlet. --- docset/winserver2025-ps/StartLayout/Export-StartLayout.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docset/winserver2025-ps/StartLayout/Export-StartLayout.md b/docset/winserver2025-ps/StartLayout/Export-StartLayout.md index 3861016cac..d24da73006 100644 --- a/docset/winserver2025-ps/StartLayout/Export-StartLayout.md +++ b/docset/winserver2025-ps/StartLayout/Export-StartLayout.md @@ -28,16 +28,16 @@ Export-StartLayout -LiteralPath [-UseDesktopApplicationID] [-WhatIf] [- ## DESCRIPTION The **Export-StartLayout** cmdlet exports the layout of the tiles on Start of the current user. You can export layout and use Import-StartLayout as well as other management policies for the Start layout. -Specify the .xml file name extension in the name of the file. +Specify the .json file name extension in the name of the file. ## EXAMPLES ### Example 1: Export the layout ``` -PS C:\> Export-StartLayout -Path "C:\Layouts\Marketing.xml" +PS C:\> Export-StartLayout -Path "C:\Layouts\Marketing.json" ``` -This command exports the layout of the tiles on Start to a file named Marketing.xml in the C:\Layouts folder. +This command exports the layout of the tiles on Start to a file named Marketing.json in the C:\Layouts folder. ## PARAMETERS @@ -58,7 +58,7 @@ Accept wildcard characters: False ### -LiteralPath Specifies a literal path to a layout file. -Include the file .xml file name extension. +Include the file .json file name extension. This parameter does not accept the wildcard character (*). If the path includes an escape character (\\), enclose the string in single quotes (').