共用方式為


Reset-AzLabServicesVMPassword

重設實驗室虛擬機密碼。

語法

Reset-AzLabServicesVMPassword
     [-SubscriptionId <String>]
     -Password <SecureString>
     -Username <String>
     -ResourceId <String>
     [-DefaultProfile <PSObject>]
     [-PassThru]
     [-AsJob]
     [-NoWait]
     [-WhatIf]
     [-Confirm]
     [<CommonParameters>]
Reset-AzLabServicesVMPassword
     -LabName <String>
     -ResourceGroupName <String>
     -VirtualMachineName <String>
     [-SubscriptionId <String>]
     -Password <SecureString>
     -Username <String>
     [-DefaultProfile <PSObject>]
     [-PassThru]
     [-AsJob]
     [-NoWait]
     [-WhatIf]
     [-Confirm]
     [<CommonParameters>]
Reset-AzLabServicesVMPassword
     [-SubscriptionId <String>]
     -Password <SecureString>
     -Username <String>
     -VM <VirtualMachine>
     [-DefaultProfile <PSObject>]
     [-PassThru]
     [-AsJob]
     [-NoWait]
     [-WhatIf]
     [-Confirm]
     [<CommonParameters>]

Description

重設實驗室虛擬機密碼。

範例

範例 1:重設 VM 上的密碼。

Reset-AzLabServicesVMPassword -ResourceGroupName "Group Name" -LabName "Lab Name" -VirtualMachineName 0 -Password "New Password"

這會變更 VM 密碼。

參數

-AsJob

以作業身分執行命令

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Confirm

在執行 Cmdlet 之前,提示您進行確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:PSObject
別名:AzureRMContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-LabName

在包含實驗室帳戶內唯一識別該實驗室的實驗室名稱。 用於資源 URI。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-NoWait

以異步方式執行命令

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-PassThru

當命令成功時傳回 true

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Password

密碼

類型:SecureString
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-ResourceGroupName

資源群組的名稱。 名稱不區分大小寫。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-ResourceId

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-SubscriptionId

目標訂用帳戶的標識碼。

類型:String
Position:Named
預設值:(Get-AzContext).Subscription.Id
必要:False
接受管線輸入:False
接受萬用字元:False

-Username

要重設其密碼的使用者

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-VirtualMachineName

在包含實驗室內唯一識別它的虛擬機標識碼。 用於資源 URI。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-VM

若要建構,請參閱 VM 屬性的 NOTES 一節,並建立哈希表。

類型:VirtualMachine
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-WhatIf

顯示 Cmdlet 執行時會發生什麼事。 指令未執行。

類型:SwitchParameter
別名:wi
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

輸出