New FalconItTaskGroup - CrowdStrike/psfalcon GitHub Wiki
Create Falcon for IT task groups
Requires 'IT Automation - Tasks: Write'.
Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
---|---|---|---|---|---|---|---|
Name | String | Name of the task group | X | ||||
Description | String | Description of the task group | X | ||||
AccessType | String | Access type |
Public Shared
|
X | |||
TaskId | String[] | Task identifiers to assign | X | ||||
UserGroupId | String[] | User group identifiers (for 'Shared' AccessType) | X | ||||
UserId | String[] | Assigned user identifiers (for 'Shared' AccessType) | X |
New-FalconItTaskGroup [-Name] <String> [[-Description] <String>] [[-AccessType] <String>] [[-TaskId] <String[]>] [[-UserGroupId] <String[]>] [[-UserId] <String[]>] [-WhatIf] [-Confirm] [<CommonParameters>]
POST /it-automation/entities/task-groups/v1
New-FalconItTaskGroup -Name Group1 -Description 'This is a task group' -AccessType Shared -TaskId <id>,<id> -UserId <id>
2025-09-02: PSFalcon v2.2.9