From 3c654b6eb2272104c7e482f583cc75bb40982ac2 Mon Sep 17 00:00:00 2001 From: Po Ann Date: Mon, 25 May 2026 14:00:59 +0200 Subject: [PATCH] Change example command for Stop-PSUApp Updated example usage for Stop-PSUApp cmdlet. The "Get-PSUApp -Name .. | Stop-PSUApp" doesnt work anymore --- cmdlets/Stop-PSUApp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdlets/Stop-PSUApp.txt b/cmdlets/Stop-PSUApp.txt index a1f23e5c..6e8139c7 100644 --- a/cmdlets/Stop-PSUApp.txt +++ b/cmdlets/Stop-PSUApp.txt @@ -120,7 +120,7 @@ NOTES -------------------------- Example 1 -------------------------- - PS C:\> Get-PSUApp -Name 'MyApp' | Stop-PSUApp + PS C:\> Stop-PSUApp -Name 'MyApp' Stops the 'MyApp' app in PowerShell Universal.