Skip to content

Latest commit

 

History

History
81 lines (63 loc) · 1.86 KB

File metadata and controls

81 lines (63 loc) · 1.86 KB

DSC Resource 'JeaEndpoints'

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

Table 1. Attributes of category 'JeaEndpoints'
Parameter Attribute DataType Description Allowed Values

Endpoints

Mandatory

Hashtable[]

set of JEA endpoints

Table 2. Attributes of category 'JeaEndpoints/Endpoints'
Parameter Attribute DataType Description Allowed Values
Example
JeaEndpoints:
  EndPoints:
    - Name: Test1
      Ensure: Present
      RoleDefinitions:
        Everyone:
          RoleCapabilities: Test1
      SessionType: RestrictedRemoteServer
See also