You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for a way to decommission specified agents en masse where multiple agents exist on the console with the same computername but different UUIDs. The SentinelOne console currently has no way to do so with such specificity. I'm using Get-S1Agent as below to pull all agents, then filter down to offline duplicates:
I'm looking for a way to decommission specified agents en masse where multiple agents exist on the console with the same computername but different UUIDs. The SentinelOne console currently has no way to do so with such specificity. I'm using Get-S1Agent as below to pull all agents, then filter down to offline duplicates:
Could a cmdlet be added to access the "/web/api/v2.1/agents/actions/decommission" endpoint and decommission agents?
The text was updated successfully, but these errors were encountered: