NAME
Export-StartLayout
SYNOPSIS
Exports the layout of the Start screen.SYNTAX
Export-StartLayout [-Path]
[-InformationAction {SilentlyContinue | Stop | Continue | Inquire | Ignore | Suspend}] [-InformationVariable
] [-Confirm] [-WhatIf] [ ] Export-StartLayout [-LiteralPath]
[-InformationAction {SilentlyContinue | Stop | Continue | Inquire | Ignore | Suspend}] [-InformationVariable
] [-Confirm] [-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
extension in the name of the file.PARAMETERS
-InformationAction [
Specifies how this cmdlet responds to an information event. The acceptable values for this parameter are:] -- SilentlyContinue
-- Stop
-- Continue
-- Inquire
-- Ignore
-- Suspend
Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false-InformationVariable [
Specifies a variable in which to store an information event message. Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false] -LiteralPath
Specifies a literal path to a layout file. Include the file .xml file extension. This parameter does notaccept the wildcard character (*). If the path includes an escape character (\), enclose the string in single
quotes ('). Required? true Position? 2 Default value none Accept pipeline input? false Accept wildcard characters? false-Path
Specifies an absolute path to a layout file. Required? true Position? 2 Default value none Accept pipeline input? false Accept wildcard characters? false-Confirm [
Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet. Required? false Position? named Default value false Accept pipeline input? false Accept wildcard characters? false] -WhatIf [
Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run. Required? false Position? named Default value false Accept pipeline input? false Accept wildcard characters? false] This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). INPUTS
Enum You can specify the following file format:-- XML. Export as an .xml file.
OUTPUTS
Example 1: Export the layout
PS C:\> Export-StartLayout -Path "C:\Layouts\Marketing.xml"
This command exports the layout of the tiles on Start to a file named Marketing.xml in the C:\Layouts folder.RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/?LinkID=294168Import-StartLayout