Hello @Samer Rustom
Thanks for posting in Q & A forum
Display all software installed on the machine
Get-WmiObject -Class Win32_Product | Select-Object -Property Name
To remove installed software
Get-AppxPackage -name “Microsoft.Office.Desktop” | Remove-AppxPackage
If this answers your query, do click Accept Answer
and Up-Vote for the same. And, if you have any further query do let us know.