Get-AzFirmwareAnalysisPasswordHash
列出韌體的密碼哈希分析結果。
語法
Get-AzFirmwareAnalysisPasswordHash
-FirmwareId <String>
-ResourceGroupName <String>
-WorkspaceName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
列出韌體的密碼哈希分析結果。
範例
範例 1:列出韌體的所有密碼哈希分析結果。
Get-AzFirmwareAnalysisPasswordHash -FirmwareId FirmwareId -ResourceGroupName ResourceGroupName -WorkspaceName WorkspaceName | ConvertTo-Json
[
{
"Algorithm": "",
"Context": "",
"FilePath": "/path/to/file",
"Hash": "",
"Id": "",
"Name": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"PasswordHashId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"Salt": "",
"SystemDataCreatedAt": ,
"SystemDataCreatedBy": ,
"SystemDataCreatedByType": ,
"SystemDataLastModifiedAt": ,
"SystemDataLastModifiedBy": ,
"SystemDataLastModifiedByType": ,
"Type": "Microsoft.IoTFirmwareDefense/workspaces/firmwares/passwordHashes",
"Username": ""
}
]
列出韌體的所有密碼哈希分析結果。
參數
-DefaultProfile
DefaultProfile 參數無法運作。 如果針對不同的訂用帳戶執行 Cmdlet,請使用 SubscriptionId 參數。
類型: | PSObject |
別名: | AzureRMContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-FirmwareId
韌體標識碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceGroupName
資源群組的名稱。 名稱不區分大小寫。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-SubscriptionId
目標訂用帳戶的標識碼。 此值必須是 UUID。
類型: | String[] |
Position: | Named |
預設值: | (Get-AzContext).Subscription.Id |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-WorkspaceName
韌體分析工作區的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |