Hi Mates,
Please help me that application having only related users related files\registry, so it needs to run only in user context from SCCM for every users, help on that how to implement in PS deploy toolkit. I used below command it works for only the current user.
Execute-ProcessAsUser -Path "$dirFiles\npp.8.2.1 installer.exe" -Parameters "`"$dirFiles\Config.xml`" /accepteula /silent`""
Thanks
Anil