Uninstall Appx package for user account
Hello,
I have create package with appx application by powershell script.
The installation by command line <Add-AppxProvisionedPackage -online -PackagePath $Path -LicensePath $licencePath -DependencyPackagePath $PrereqPath -LogPath $PathLOG\$logname"> it's ok.
The uninstall it's ok for new user whith the command <Get-AppxProvisionedPackage -online | Where-Object {$Vartest -like '$AppxName'} | Remove-AppxProvisionedPackage -online -LogPath $PathLOG\$logname" >
My commande is execute by system account for user session.
My problème is: For uninstall the appx for user with the system account.
Have you a solution for me ?
ps: Sorry for my English !!! :-)
0 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question