note to change func name

This commit is contained in:
2023-11-01 21:09:14 -04:00
parent 232b7ce3ea
commit 4e1ca02189
+2
View File
@@ -894,6 +894,8 @@ Function Get-GUIDFromMSIUninstallString ([string]$str) {
If ( $retval.Length -ne 36 ) { $retval = $null }
Return $retval
}
#TODO: Rename this function to Uninstall-MSI once testing is complete. Until then, all calls to this function will fail.
Function Test-Uninstall-MSI {
param(
[Parameter(ValueFromPipeline=$true,Mandatory=$true)][string[]]$APP_NAMES,