This popup is displayed if the system has at least one extra removable Flash-based drive is detected on the machine:
Fail erasure if not successful
如果系統在機器上偵測到至少一部額外的卸除式快閃記憶體型的磁碟機,就會顯示此快顯視窗:
如果不成功,則刪除失敗
Option 1 (Turned On): If the drive has at least one remapped sector, and the erasure fails or is not supported, then the whole erasure will fail immediately. The report will display: "Drive doesn't support remapped sectors erasure".
Option 2 (Turned Off/Default): The erasure continues but in the end the report will display the exception "Drive doesn't support remapped sectors erasure".
選項 1(開啟):如果磁碟機至少有一個重新對應的磁區,且清除失敗或不支援,則整個清除將立即失敗。報告會顯示:「磁碟機不支援重新對應的磁區清除」。
選項 2(關閉/預設):清除會繼續執行,但最後報告會顯示例外狀況「磁碟機不支援重新對應的磁區清除」。
TCG Opal, Enterprise, Opalite, Pyrite and Ruby SSC compliant drives are detected and their information is added to the report.
Ref: https://www.jedec.org/standards-documents/technology-focus-areas/flash-memory-ssds-ufs-emmc/e-mmc
偵測到 TCG Opal、Enterprise、Opalite、Pyrite 和 Ruby SSC 相容磁碟機,並將其資訊加入報告。
參考:https://www.jedec.org/standards-documents/technology-focus-areas/flash-memory-ssds-ufs-emmc/e-mmc
Note that “Enforce Blancco SSD method on SSDs” and “Enable fallback from NIST Purge to NIST Clear” options are not applicable for Erase workflow action.
Erasure standard fallback and enforcement logic must be implemented by means of workflow itself.
請注意,「在 SSD 上強制使用 Blancco SSD 方法」和「啟用從 NIST Purge 後退到 NIST Clear」選項不適用於抹除工作流程動作。
抹除標準後退與強制邏輯必須透過工作流程本身達成。
Create Custom Field
Create or update a custom field for the processed device. Fields include:
• Name: Name of the action.
• Title: Title of the custom field (cannot be empty).
• Custom field type: Text field, Dropdown list, or Multidropdown list.
• Default value: Available for Text field.
• Options: Comma separated list (for dropdowns).
建立自訂欄位
為已處理的裝置建立或更新自訂欄位。欄位包括:
• 名稱:動作名稱。
• 標題:自訂欄位的標題(不可為空白)。
• 自訂欄位類型:文字欄位、下拉式清單或多重下拉式清單。
• 預設值:適用於文字欄位。
• 選項:以逗號分隔的清單(適用於下拉式清單)。
Assign a new value to a variable<ENTITYINFO FieldName>: Used to create or update a value attached to an entity (computer or drive).<DEVICECUSTOMFIELD FieldTitle>: Used to create or update a custom field. If field doesn't exist, a new "Text field" is created.
指派新值給變數<ENTITYINFO FieldName>:用於建立或更新附加至實體(電腦或磁碟機)的值。<DEVICECUSTOMFIELD FieldTitle>:用於建立或更新自訂欄位。如果沒有給定標題的欄位,則建立新的「文字欄位」。
The whole workflow is interrupted on the following cases:
1. "Action is called on an invalid target" - Disk with the given ID is unavailable.
2. "Failed evaluating expression" – The action’s statement contains syntax errors.
在下列情況下,會中斷整個工作流程:
1. 「在無效的目標上呼叫動作」-無法使用給定識別碼的磁碟。
2. 「評估運算式失敗」—動作的陳述式包含語法錯誤。
A conditional statement (IF) can be created. The expression is evaluated and converted to Boolean.
If the result is true, the action result is successful; if not, the result is a fail.
條件陳述式 (IF) 可以透過此動作建立。對提供的運算式求值,結果轉換為布林值。
如果結果為 true,則動作結果成功,否則結果失敗。
<DRIVEATTRIBUTES REMAPPED_SECTOR_COUNT>: Number of remapped sectors.<DRIVEATTRIBUTES UNCORRECTABLE_SECTOR_COUNT>: Number of uncorrectable/bad sectors.<DRIVEATTRIBUTES IS_SSD>: Checks if drive is an SSD.<DRIVEATTRIBUTES IS_NVME>: Checks if drive is an NVMe.
* Valid only in per-drive workflows.
<DRIVEATTRIBUTES REMAPPED_SECTOR_COUNT>:重新對應的磁區數目。<DRIVEATTRIBUTES UNCORRECTABLE_SECTOR_COUNT>:無法修正/損壞的磁區數目。<DRIVEATTRIBUTES IS_SSD>:檢查是否為 SSD。<DRIVEATTRIBUTES IS_NVME>:檢查是否為 NVMe。
* 僅適用於每部磁碟機的工作流程。
<REPORTPATH XMLPATH>: Use a node in the report for comparisons. (e.g., checking battery capacity).<MODEL>: Get current drive's model or Computer model.<MANUFACTURER>: Get current drive's vendor or Computer vendor.
<REPORTPATH XMLPATH>:使用報告中的節點進行比較(例如檢查電池容量)。<MODEL>:取得磁碟機型號或電腦型號。<MANUFACTURER>:取得磁碟機供應商或電腦供應商。
Supported Condition Expressions
• AND / OR: Boolean operators.
• == / !=: Equality/Inequality (converts to String if types differ).
• lessThan(Int, Int) / moreThan(Int, Int): Comparison functions.
• min(Int, Int) / max(Int, Int): Returns smallest/biggest value (Integer only).
• length(String): Returns length of input string.
• startsWith(Str, Str) / endsWith(Str, Str): Boolean check (Case sensitive).
支援的條件運算式
• AND / OR:布林運算子。
• == / !=:等於/不等於(若類型不同則轉換為字串)。
• lessThan(Int, Int) / moreThan(Int, Int):比較函數。
• min(Int, Int) / max(Int, Int):傳回最小/最大值(僅限整數)。
• length(String):傳回輸入字串的長度。
• startsWith(Str, Str) / endsWith(Str, Str):布林檢查(區分大小寫)。