Get-B1SOCInsightComments¶
SYNOPSIS¶
Queries a list of comments related to a specific SOC Insight
SYNTAX¶
Get-B1SOCInsightComments [[-Start] <DateTime>] [[-End] <DateTime>] [-insightId] <String[]> [<CommonParameters>]
DESCRIPTION¶
This function is used to query a list of comments related to a specific SOC Insight
EXAMPLES¶
EXAMPLE 1¶
Get-B1SOCInsight -Priority LOW | Get-B1SOCInsightComments
commentsChanger newComment dateChanged status
--------------- ---------- ----------- ------
me@company.corp Investigating 3/26/2024 12:25:07PM Active
me@company.corp Closed Insight 3/26/2024 12:21:49PM Active
me@company.corp Opened Insight 3/26/2024 12:20:49PM Closed
...
PARAMETERS¶
-Start¶
Filter comments which were added after the -Start date
Type: DateTime
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-End¶
Filter comments which were added before the -End date
Type: DateTime
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-insightId¶
The insightId of the Insight to retrieve impacted comments for. Accepts pipeline input (See examples)
Type: String[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 3
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.