VBREncryptionAnalysis

Contains an encryption analysis session started for a suspicious activity event.

Important

The object implements IDisposable. Calling Dispose() (or letting PowerShell dispose the object) cancels the running encryption analysis session. Keep a reference to the object until the session completes if you do not want to interrupt it.

Properties

Properties

Property

Type

Description

SessionId

Guid

Specifies the ID of the encryption analysis session.

State

VBRSessionState

Specifies the state of the encryption analysis session:

  • Pending
  • Starting
  • Working
  • Postprocessing
  • Stopping
  • Stopped

The VBRSessionState is an enumeration that also defines Pausing, Resuming, WaitingTape, WaitingRepository, WaitingSlot, Idle, and ActionRequired. These values are not produced by an encryption analysis session.

Related Commands

Page updated 2026-06-15

Page content applies to build 13.1.0.411