1 Answer
- Newest
- Most votes
- Most comments
1
2 Options Via a SSM using Fleet Manager
- Select the Node
- Click Node Actions
- Node Settings
- Reset node user password
- Enter Administrator and reset the password
Alternatively
Using SSM connect via Terminal to the Windows Instance.. You can run these PS commands to reset the password
$Password = Read-Host -AsSecureString
$UserAccount = Get-LocalUser -Name "Administrator"
$UserAccount | Set-LocalUser -Password $Password
Relevant content
- asked 2 years ago
- asked 4 years ago
- asked a year ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago