Hello @LRCS_Tech
A few commands might be useful:
1.Get the package full name, Get-AppxPackage -allusers | Select Name, PackageFullName ; Get-AppxPackage
2.Get package user information , get-appxpackage -Name WindowsCamera -alluser
3.Remove-ProvisionedAppxPackage -PackageName Remove-AppxProvisionedPackage
Best Regards
Karlie
If the Answer is helpful, please click "Accept Answer" and upvote it.