How to deploy trusteer rapport via Intune or GPO silently

Download from http://download.trusteer.com/Gcur4Wtnu/RapportSetup-Full_x64.exeIntune : RapportSetup-Full_x64.exe /s /p NOICONS=true NOBROWSER=true ACCEPTLICENSE=TRUEGPO Powershell Computer Startup Script : [pastacode lang=”bash” manual=”If(!(Test-Path%20-path%20%22C%3A%5CProgram%20Files%20(x86)%5CTrusteer%5CRapport%5CConsole.ico%22))%0A%0A%20%7B%0A%20cd%20%22%5C%5Clocal%5Cto%5Cinstaller%5CGroupPolicy%5CTrustee%22%0A.%5CRapportSetup-Full_x64.exe%20%2Fs%20%2Fp%20NOICONS%3Dtrue%20NOBROWSER%3Dtrue%20ACCEPTLICENSE%3DTRUE%0A%0A%7D%0A” message=”” highlight=”” provider=”manual”/]

How to Deploy Scheduled Tasks Remotely SCHTASKS and BatchPatch

Recently a Webroot Bug : https://community.spiceworks.com/topic/2114911-netlogon-5820-endpoint-duplicate-windows-10  and https://community.webroot.com/t5/Known-Issues-KB/Netlogon-is-not-starting-after-Reboot/ta-p/316119 Had caused Netlogon service to not start on some machines which stops group policy running. We needed to deploy the following which […]