CB Protection: How to update the CB Protection VBS Scripts
search cancel

CB Protection: How to update the CB Protection VBS Scripts

book

Article ID: 288800

calendar_today

Updated On:

Products

Carbon Black App Control (formerly Cb Protection)

Issue/Introduction

How do you update the VBS scripts in the directory:
C:\Program Files (x86)\Bit9\Parity Server\Scripts

Environment

  • CB Protection Server: All Supported Versions

Resolution

  1. Make any of the changes required 
  2. Run the following SQL command:
    use das
    delete from dbo.file_streams where name = 'SCRIPTNAME.vbs'
  3. Restart the CB Protection Server service

Additional Information

  • Please do not make any changes unless requested directly by Carbon Black
  • The deletion from the DAS database is required because a backup copy is stored. If the server notices the change, it will replace the VBS file with the backup copy, reverting your change.