Modify the state, assignee, and visibility of detections
-Properties
: A hashtable of detection properties
PS> Edit-CsDetect -Properties @(@{ assigned_to_uuid = <string>; ids = @(<string>); status = <string> })
Search for detection IDs
-Filter
: The filter expression that should be used to limit the results
-Query
: Search all detection metadata for the provided string
-Limit
: The maximum records to return [default: 5000]
-Offset
: The offset to start retrieving records from [default: 0]
-All
: Repeat requests until all results are returned
PS> Get-CsDetectId -Filter <string>
View information about detections
-Id
: One or more detection IDs
PS> Get-CsDetectInfo -Id @(<string>, <string>)