Last active
September 3, 2019 14:29
-
-
Save thebeebs/6f9af41001df66c606be102fd349a8bf to your computer and use it in GitHub Desktop.
PowerShell Commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install-Module AWSLambdaPSCore -Scope CurrentUser | |
Get-AWSPowerShellLambdaTemplate | |
New-AWSPowerShellLambda -ScriptName RDPLockDown -Template Basic | |
Publish-AWSPowerShellLambda -ScriptPath .\RDPLockDown.ps1 -Name RDPLockDown -Region us-east-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment