From 01fe9c26a063a830d60c375300396b4b4e631d5c Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Fri, 31 Mar 2017 13:02:01 -0700 Subject: [PATCH] cmdlet correction --- windows/configure/start-secondary-tiles.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/configure/start-secondary-tiles.md b/windows/configure/start-secondary-tiles.md index ab51c826f2..4e9328e91b 100644 --- a/windows/configure/start-secondary-tiles.md +++ b/windows/configure/start-secondary-tiles.md @@ -44,7 +44,7 @@ In Windows 10, version 1703, by using the PowerShell cmdlet `export-StartLayoutE 2. Open Windows PowerShell and enter the following command: ``` - export-startlayout -path .xml + Export-StartLayout -path .xml ``` In the previous command, `-path` is a required parameter that specifies the path and file name for the export file. You can specify a local path or a UNC path (for example, \\\\FileServer01\\StartLayouts\\StartLayoutMarketing.xml). @@ -59,7 +59,7 @@ In Windows 10, version 1703, by using the PowerShell cmdlet `export-StartLayoutE 4. In Windows PowerShell, enter the following command: ``` - export-StartLayoutEdgeAssets assets.xml + Export-StartLayoutEdgeAssets assets.xml ``` ## Configure policy settings