Skip to content

Commit 9ab2518

Browse files
authored
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.
1 parent b05ee68 commit 9ab2518

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docset/winserver2025-ps/StartLayout/Export-StartLayout.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ Export-StartLayout -LiteralPath <String> [-UseDesktopApplicationID] [-WhatIf] [-
2828
## DESCRIPTION
2929
The **Export-StartLayout** cmdlet exports the layout of the tiles on Start of the current user.
3030
You can export layout and use Import-StartLayout as well as other management policies for the Start layout.
31-
Specify the .xml file name extension in the name of the file.
31+
Specify the .json file name extension in the name of the file.
3232

3333
## EXAMPLES
3434

3535
### Example 1: Export the layout
3636
```
37-
PS C:\> Export-StartLayout -Path "C:\Layouts\Marketing.xml"
37+
PS C:\> Export-StartLayout -Path "C:\Layouts\Marketing.json"
3838
```
3939

40-
This command exports the layout of the tiles on Start to a file named Marketing.xml in the C:\Layouts folder.
40+
This command exports the layout of the tiles on Start to a file named Marketing.json in the C:\Layouts folder.
4141

4242
## PARAMETERS
4343

@@ -58,7 +58,7 @@ Accept wildcard characters: False
5858
5959
### -LiteralPath
6060
Specifies a literal path to a layout file.
61-
Include the file .xml file name extension.
61+
Include the file .json file name extension.
6262
This parameter does not accept the wildcard character (*).
6363
If the path includes an escape character (\\), enclose the string in single quotes (').
6464

0 commit comments

Comments
 (0)