From 27138b21b41de3e2b43cfcac4a56861ca419d5eb Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Thu, 20 Aug 2026 15:48:44 -0500 Subject: [PATCH] Update the MSI splat example (#13243) --- .../docs-conceptual/install/install-powershell-on-windows.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/docs-conceptual/install/install-powershell-on-windows.md b/reference/docs-conceptual/install/install-powershell-on-windows.md index 4854c7e1c8c..7ec5e7c12ab 100644 --- a/reference/docs-conceptual/install/install-powershell-on-windows.md +++ b/reference/docs-conceptual/install/install-powershell-on-windows.md @@ -1,6 +1,6 @@ --- description: Learn how to install the latest version of PowerShell 7, which runs side-by-side with Windows PowerShell 5.1. -ms.date: 08/13/2026 +ms.date: 08/20/2026 title: Install PowerShell 7 on Windows --- # Install PowerShell 7 on Windows @@ -131,7 +131,8 @@ The following example shows how to silently install PowerShell with all the inst ```powershell $msiParams = @( - '/package PowerShell-7.6.5-win-x64.msi' + '/package' + 'PowerShell-7.6.5-win-x64.msi' '/quiet' 'ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1' 'ADD_FILE_CONTEXT_MENU_RUNPOWERSHELL=1'