Threat Report: Exposing Malware in Linux-Based Multi-Cloud Environments | Download Now

Carbon Black Cloud: How do I find the user or group SID for use in RepCLI Authentication?

Carbon Black Cloud: How do I find the user or group SID for use in RepCLI Authentication?

Environment

  • Microsoft Windows: All Supported Versions

Objective

How do I find the user or group SID for use in RepCLI Authentication?

Resolution

  • Command Prompt
Run one of the the following commands
whoami /user

or

whoami /groups
  • Powershell
Run command
Get-ADGroup [Group Name]
NOTE: Replace [Group Name] with actual name of group. e.g. Get-ADGroup Domain Users

Additional Notes

Recommendation would be to create a domain CBC-Admins security group for only the CBC admins to have access to limit access to CBC commands. 

Related Content


Was this article helpful? Yes No
0% helpful (0/1)
Article Information
Author:
Creation Date:
‎12-16-2021
Views:
2274
Contributors