mdt powershell APPV 5.0: installer un package

Très utile pour installer un package appv avec powershell, dans MDT, de manière très simple et sans se prendre la tête, lancez ce script ps1: param ( [string]$APPVPACKAGE = "" ); # usage: powershell.exe -ExecutionPolicy Unrestricted -noninteractive -noprofile...