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?
Seems that ‘AppFabric Uninstall Cleanup Tool’ is the best approach as powershell cant remove AppFab totally.
AppFabric Uninstall Cleanup Tool