Skip to main content

Carbon Black - Windows


gareth.blakecoggins
Forum|alt.badge.img

Afternoon, I have managed to find a worklet for installing Carbon Black on a Mac EndPoint - but I am unable to find one for installing on a Windows Endpoint, is there a template available or has anyone else had any luck in writing one? The “12 Hour” time frame from the CB console is too long for sensible deployments 🙂

Thanks

2 replies

  • Novice
  • 35 replies
  • August 5, 2021

Does this help?

 


Since I just got done helping another user with it, here’s the required software policy code block that I helped put together on installing carbon black(includes a log for tracking how the install went later):
$companycode = “COMPANY_CODE=companycodehere”
$cbgroup = “GROUP_NAME=establishedpolicyname”
exit (Start-Process -FilePath ‘msiexec.exe’ -ArgumentList (’/qn’, ‘/i’, ‘“installer_vista_win7_win8-64-3.6.0.1897.msi”’, ‘/l*v c:\CBInstall.log’, “$companycode”, “$cbgroup”) -Wait -Passthru).Exit…

 


owl-IT
  • Power User
  • 10 replies
  • August 30, 2021

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings