Skip to content

grolston/SsmTempRdpUser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

AWS SSM Temporary RDP User

The repo contains a single script which can be run from the command line in the AWS SSM console to create a temporary local admin account.

Run the command:

  ## set TLS for windows ps session
  [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
  ## command to start interactive temporary rdp user
  iex $(iwr 'https://raw.githubusercontent.com/grolston/SsmTempRdpUser/master/SsmTempRdpUser.ps1' -UseBasicParsing).Content

About

Create a Temp RDP user from AWS SSM console

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published