I have a PowerShell script (package) which need to run with the logged in domain user account in order to get a file from intranet site. It should be silent installation without any user intervention By default, SCCM launching the script in system context but I want to change it to user context.
Thank you in advance.