Hello All.
I’ve been struggling with using a PowerShell code to uninstall App Fabric 1.1
$app = Get-WmiObject -Class win32_product -ComputerName SERVERÂ - Filter "Name like '%application%'" $app.Uninstall()
If I replace %sharepoint% with %Windows Server AppFrabric%, it doesn’t work.
Can any one help with this please?
Hi Larry,
You should try using asterisks instead of percentages. Supported wildcards are *,? and []. Here is a link Paul provided https://msdn.microsoft.com/en-us/library/aa717088%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396