Edit FalconItTaskGroup - CrowdStrike/psfalcon GitHub Wiki
Modify Falcon for IT task groups
Requires 'IT Automation - Tasks: Write'.
Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
---|---|---|---|---|---|---|---|
Id | String | Task group identifier | X | X | |||
Name | String | Name of the task group | 1 |
200 |
X | ||
Description | String | Description of the task group | 1 |
512 |
X | ||
AccessType | String | Access type of the group |
Public Shared
|
X | |||
AddTaskId | String[] | Task identifiers to add | X | ||||
AddUserGroupId | String[] | User group identifier to add | X | ||||
AddUserId | String[] | User identifier to add | X | ||||
RemoveTaskId | String[] | Task identifiers to remove | X | ||||
RemoveUserGroupId | String[] | User group identifier to remove | X | ||||
RemoveUserId | String[] | User identifier to remove | X |
Edit-FalconItTaskGroup [-Id] <String> [[-Name] <String>] [[-Description] <String>] [[-AccessType] <String>] [[-AddTaskId] <String[]>] [[-AddUserGroupId] <String[]>] [[-AddUserId] <String[]>] [[-RemoveTaskId] <String[]>] [[-RemoveUserGroupId] <String[]>] [[-RemoveUserId] <String[]>] [-WhatIf] [-Confirm] [<CommonParameters>]
PATCH /it-automation/entities/task-groups/v1
Edit-FalconItTaskGroup -Id <id> -Name 'taskgroup1.1' -Description 'This is an updated task group' -AccessType Shared -AddTaskId <id> -AddUserId <id> -RemoveTaskId <id>
2025-08-04: PSFalcon v2.2.9