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 Beau.
Not sure that’s the answer that I’m looking for… We’ll see.
Seems that ‘AppFabric Uninstall Cleanup Tool’ is the best approach as powershell cant remove AppFab totally.
AppFabric Uninstall Cleanup Tool
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