Perform a set of actions on one or more incidents
-Id
: Target Incident Ids
-Actions
: An array containing 'action' hashtables
PS> Edit-CsIncident -Id @(<string>, <string>) -Actions @(@{ name = <string>; value = <string> })
Search for behavior IDs
-Filter
: The filter expression that should be used to limit the results
-Limit
: The maximum records to return [default: 500]
-Offset
: The offset to start retrieving records from [default: 0]
-All
: Repeat request until all results are returned
PS> Get-CsBehaviorId
Get details on behaviors by providing behavior IDs
-Id
: One or more behavior IDs
PS> Get-CsBehaviorInfo -Id @(<string>, <string>)
Search for incident IDs
-Filter
: The filter expression that should be used to limit the results
-Limit
: The maximum records to return [default: 500]
-Offset
: The offset to start retrieving records from [default: 0]
-All
: Repeat request until all results are returned
PS> Get-CsIncidentId
Get details on incidents by providing incident IDs
-Id
: One or more incident IDs
PS> Get-CsIncidentInfo -Id @(<string>, <string>)
Query CrowdScores
-Filter
: The filter expression that should be used to limit the results
-Limit
: The maximum records to return [default: 2500]
-Offset
: The offset to start retrieving records from [default: 0]
-All
: Repeat request until all results are returned
PS> Get-CsScore