Another Matej 0 Posted December 15, 2020 Posted December 15, 2020 Hello, I'd like to ask how to install endpoint or security agent msi file by powershell logon script in Windows server domain? I have tried: Start-Process msiexec.exe '/i "Z:\agent_x64.msi" /qn SkipStartupActivation=1' and it's variations, but without success. Has anyone any idea how to do this? Thank you.
Recommended Posts