0

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?

(Visited 378 times, 1 visits today)
Add a Comment