Uninstalled Skype in bigfix

Dear Team,

We need your help to remove the skype setup in bigfix console.

Regards,
Prasad Palande

Hi Prasad
If Skype has been installed using the App Store or similar, it can easily be removed using a PowerShell command without trying to find the exact MSI command.

Get-AppxPackage Microsoft.SkypeApp | Remove-AppxPackage

The attached Fixlet uses this command in a one-line script with a simple relevance to detect if Skype is installed as registered application. Please check that this works in your environment

Uninstall Skype using PowerShell.bes (1.2 KB)

1 Like

can I create a task for that in bigfix??? We need to remove it from all systems…

Prasad - the Fixlet I attached to my post is a task to do that!
Let us know how you get on.
David

Hi Dave,

I tried this fixlet but it gets failed.