JeaEndpoints configures Just Enough Administration (JEA) session endpoints for constrained PowerShell remoting.
When to use 'JeaEndpoints'
Use this resource when you need to create JEA endpoints that restrict what users can do in remote PowerShell sessions. JEA provides role-based access control for PowerShell administration, allowing users to perform specific administrative tasks without granting full administrator privileges. Define the role capabilities first with JeaRoles.
Source |
|
DSC Resource |
|
Documentation |
| Parameter | Attribute | DataType | Description | Allowed Values |
|---|---|---|---|---|
Mandatory |
Hashtable[] |
set of JEA endpoints |
| Parameter | Attribute | DataType | Description | Allowed Values |
|---|---|---|---|---|
Example
JeaEndpoints:
EndPoints:
- Name: Test1
Ensure: Present
RoleDefinitions:
Everyone:
RoleCapabilities: Test1
SessionType: RestrictedRemoteServerSee also