Skip to content

Latest commit

 

History

History

detects

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Edit-CsDetect

Modify the state, assignee, and visibility of detections

References

Documentation, Swagger

Parameters

-Properties: A hashtable of detection properties

Example

PS> Edit-CsDetect -Properties @(@{ assigned_to_uuid = <string>; ids = @(<string>); status = <string> })

Get-CsDetectId

Search for detection IDs

References

Documentation, Swagger

Parameters

-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

Example

PS> Get-CsDetectId -Filter <string>

Get-CsDetectInfo

View information about detections

References

Documentation, Swagger

Parameters

-Id: One or more detection IDs

Example

PS> Get-CsDetectInfo -Id @(<string>, <string>)