Resets the machine account password for the computer. (Reset-ComputerMachinePassword)
NAMEReset-ComputerMachinePasswordSYNOPSISResets the machine account password for the computer.SYNTAXReset-ComputerMachinePassword [-Server <string>] [-Confirm] [-WhatIf] [<CommonParameters>]DESCRIPTIONThe Reset-ComputerMachinePassword cmdlet changes the machine account password that the computers use to authenticate to the domain controllers in the domain. You can use it to reset the password of the local computer.PARAMETERS-Server <string> Specifies the name of a domain controller to use when setting the machine account password. This parameter is optional. If you omit this parameter, a domain controller is chosen to service the command. Required? false Position? named Default value None Accept pipeline input? false Accept wildcard characters? false -Confirm [<SwitchParameter>] Prompts you for confirmation before executing the command. Required? false Position? named Default value Accept pipeline input? false Accept wildcard characters? false -WhatIf [<SwitchParameter>] Describes what would happen if you executed the command without actually executing the command. Required? false Position? named Default value Accept pipeline input? false Accept wildcard characters? false <CommonParameters> This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer and OutVariable. For more information, type, "get-help about_commonparameters".INPUTSNone You cannot pipe input to this cmdlet.OUTPUTSNone This cmdlet does not generate any output.NOTESExamples
EXAMPLE 1C:\PS>Reset-ComputerMachinePasswordDescription----------- This command resets the machine password for the local computer. The command runs with the credentials of the current user.EXAMPLE 2C:\PS>Reset-ComputerMachinePassword -server DC01Description----------- This command resets the machine password of the local computer using the DC01 domain controller.EXAMPLE 3C:\PS>invoke-command -computername Server01 -scriptblock {reset-computermachinepassword}Description----------- This command uses the Invoke-Command cmdlet to run a Reset-ComputerMachinePassword command on the Server01 remote computer. For more information about remote commands in Windows PowerShell, see about_Remote and Invoke-Command. RELATED LINKS Online version: http://go.microsoft.com/fwlink/?LinkID=135252 C:\Windows>powershell get-help Get-Acl -full
Microsoft Windows [Version 10.0.19045.3693]
Copyright (c) 2023 Microsoft Corporation.
ColorConsole [Version 3.7.1000] PowerShell 2.0-Export