From d35ff03237751b819d47c8c325de55f8f061f89f Mon Sep 17 00:00:00 2001 From: David Yoder Date: Mon, 6 Nov 2023 14:36:41 -0500 Subject: [PATCH] rename Uninstall-MSI func for prod --- Tools.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools.ps1 b/Tools.ps1 index 370347f..64b60ab 100644 --- a/Tools.ps1 +++ b/Tools.ps1 @@ -896,7 +896,7 @@ Function Get-GUIDFromMSIUninstallString ([string]$str) { } #TODO: Rename this function to Uninstall-MSI once testing is complete. Until then, all calls to this function will fail. -Function Test-Uninstall-MSI { +Function Uninstall-MSI { param( [Parameter(ValueFromPipeline=$true,Mandatory=$true)][string[]]$APP_NAMES, [Parameter(ValueFromPipeline=$false,Mandatory=$false)][switch]$Match,