note to change func name
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user