Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdhitsolutions/secure-remote-management-jea
Material for my Secure Remote Management with JEA presentation
https://github.com/jdhitsolutions/secure-remote-management-jea
just-enough-administration powershell powershell-remoting
Last synced: 21 days ago
JSON representation
Material for my Secure Remote Management with JEA presentation
- Host: GitHub
- URL: https://github.com/jdhitsolutions/secure-remote-management-jea
- Owner: jdhitsolutions
- License: mit
- Created: 2019-10-21T17:51:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T23:42:06.000Z (about 5 years ago)
- Last Synced: 2024-11-15T11:42:04.572Z (3 months ago)
- Topics: just-enough-administration, powershell, powershell-remoting
- Size: 830 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Secure Remote Management with Just Enough Administration
Source material and demonstration files for a session presented at Techmentor/Live360 in Orlando, FL November 2019.
## Description
Remotely managing your data center whether on-premises or in the cloud with PowerShell is very easy. if you have administrator privileges.
But there are plenty of scenarios where you'd like to provide remote access but don't want to provide full admin access.
That's where __Just Enough Administration__ or JEA comes into play.
With JEA you can safely provide access to non-admins and limit what commands
they can run.
You can even limit what parameters they use and what values can be accepted. In other words, just enough administration to get the job done.
This session is intended to introduce JEA concepts and tools and demonstrate how you can get started today.## Level
Introductory / Intermediate
## Objectives
- Learn about delegated and constrained PowerShell remoting endpoints
- Learn how to use create a JEA endpoint
- Learn how to configure a JEA endpoint