Skip to content

Commit fcf8998

Browse files
authored
pull base content,head:MicrosoftDocs:main,into:wwlpublishsync
2 parents b485f10 + d071a22 commit fcf8998

18 files changed

+24
-74
lines changed

learn-pr/wwl-azure/just-enough-administration-windows-server/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 05/05/2023
7+
ms.date: 01/15/2025
88
author: wwlpublish
99
ms.author: tonyj
1010
ms.topic: unit

learn-pr/wwl-azure/just-enough-administration-windows-server/2-explain-concept-of-just-enough-administration-jea.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Explain the concept of Just Enough Administration (JEA)
44
metadata:
55
title: Explain the concept of Just Enough Administration (JEA)
66
description: "Explain the concept of Just Enough Administration (JEA)"
7-
ms.date: 05/05/2023
7+
ms.date: 01/15/2025
88
author: wwlpublish
99
ms.author: tonyj
1010
ms.topic: unit

learn-pr/wwl-azure/just-enough-administration-windows-server/3-define-role-capabilities-for-jea-endpoint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Define role capabilities for a JEA endpoint
44
metadata:
55
title: Define role capabilities for a JEA endpoint
66
description: "Define role capabilities for a JEA endpoint"
7-
ms.date: 05/05/2023
7+
ms.date: 01/15/2025
88
author: wwlpublish
99
ms.author: tonyj
1010
ms.topic: unit

learn-pr/wwl-azure/just-enough-administration-windows-server/4-create-session-configuration-file-to-register-jea-endpoint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Create a session configuration file to register a JEA endpoint
44
metadata:
55
title: Create a session configuration file to register a JEA endpoint
66
description: "Create a session configuration file to register a JEA endpoint"
7-
ms.date: 05/05/2023
7+
ms.date: 01/15/2025
88
author: wwlpublish
99
ms.author: tonyj
1010
ms.topic: unit

learn-pr/wwl-azure/just-enough-administration-windows-server/5-describe-how-jea-endpoints-work-to-limit-access-to-powershell-session.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Describe how JEA endpoints work to limit access to a PowerShell session
44
metadata:
55
title: Describe how JEA endpoints work to limit access to a PowerShell session
66
description: "Describe how JEA endpoints work to limit access to a PowerShell session"
7-
ms.date: 05/05/2023
7+
ms.date: 01/15/2025
88
author: wwlpublish
99
ms.author: tonyj
1010
ms.topic: unit

learn-pr/wwl-azure/just-enough-administration-windows-server/6-create-connect-to-jea-endpoint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Create and connect to a JEA endpoint
44
metadata:
55
title: Create and connect to a JEA endpoint
66
description: "Create and connect to a JEA endpoint"
7-
ms.date: 05/05/2023
7+
ms.date: 01/15/2025
88
author: wwlpublish
99
ms.author: tonyj
1010
ms.topic: unit

learn-pr/wwl-azure/just-enough-administration-windows-server/7-demonstration-connect-to-jea-endpoint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 'Demonstration: Connect to a JEA endpoint'
44
metadata:
55
title: 'Demonstration: Connect to a JEA endpoint'
66
description: "Demonstration: Connect to a JEA endpoint"
7-
ms.date: 05/05/2023
7+
ms.date: 01/15/2025
88
author: wwlpublish
99
ms.author: tonyj
1010
ms.topic: unit

learn-pr/wwl-azure/just-enough-administration-windows-server/8-knowledge-check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Knowledge check
44
metadata:
55
title: Knowledge check
66
description: "Knowledge check"
7-
ms.date: 05/05/2023
7+
ms.date: 01/15/2025
88
author: wwlpublish
99
ms.author: tonyj
1010
ms.topic: unit
@@ -31,21 +31,21 @@ quiz:
3131
choices:
3232
- content: "SessionType"
3333
isCorrect: false
34-
explanation: "Incorrect. The SessionType setting allows you to configure the sessions default settings but does not allow you to assign a special virtual account that has local administrative privileges."
34+
explanation: "Incorrect. The SessionType setting allows you to configure the sessions default settings but doesn't allow you to assign a special virtual account that has local administrative privileges."
3535
- content: "RunAsVirtualAccount"
3636
isCorrect: true
3737
explanation: "Correct. The RunAsVirtualAccount setting allows you to have the JEA session use a special virtual account with local administrative privileges."
3838
- content: "RunAsVirtualAccountGroup"
3939
isCorrect: false
40-
explanation: "Incorrect. The RunAsVirtualAccountGroup allows you to have the JEA session use a special virtual account that is a member of a specified security group, but unless this specified security group has been granted administrative privileges, does not provide any extra privileges to the virtual account."
40+
explanation: "Incorrect. The RunAsVirtualAccountGroup allows you to have the JEA session use a special virtual account that is a member of a specified security group, but unless this specified security group has been granted administrative privileges, doesn't provide any extra privileges to the virtual account."
4141
- content: "In addition to the name of the remote computer being connected to, which of the following must be specified when connecting to a JEA endpoint using remote PowerShell?"
4242
choices:
4343
- content: "Endpoint configuration name"
4444
isCorrect: true
4545
explanation: "Correct: You must specify both the computername and the endpoint configuration name when making a remote PowerShell connection using JEA."
4646
- content: "Session configuration file name"
4747
isCorrect: false
48-
explanation: "Incorrect: You need to have a session configuration file to configure a JEA endpoint, but do not need to specify the file name when remotely connecting to that endpoint."
48+
explanation: "Incorrect: You need to have a session configuration file to configure a JEA endpoint, but don't need to specify the file name when remotely connecting to that endpoint."
4949
- content: "Role capability file name"
5050
isCorrect: false
51-
explanation: "Incorrect: You need to have a role capability file to configure a JEA endpoint, but do not need to specify the file name when remotely connecting to that endpoint."
51+
explanation: "Incorrect: You need to have a role capability file to configure a JEA endpoint, but don't need to specify the file name when remotely connecting to that endpoint."

learn-pr/wwl-azure/just-enough-administration-windows-server/9-summary-resources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary resources
44
metadata:
55
title: Summary resources
66
description: "Summary resources"
7-
ms.date: 05/05/2023
7+
ms.date: 01/15/2025
88
author: wwlpublish
99
ms.author: tonyj
1010
ms.topic: unit
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,21 @@
1-
Just Enough Administration (JEA) is an administrative technology that allows you to apply role-based access control (RBAC) and the least privilege principles to Windows PowerShell remote sessions. Instead of assigning users broad roles that enable them to perform tasks that are not directly related to a specific work requirement, JEA allows you to configure special Windows PowerShell endpoints that provide only the functionality necessary to perform a specific task.
1+
Just Enough Administration (JEA) is an administrative technology that allows you to apply role-based access control (RBAC) and the least privilege principles to Windows PowerShell remote sessions. Instead of assigning users broad roles that enable them to perform tasks that aren't directly related to a specific work requirement, JEA allows you to configure special Windows PowerShell endpoints that provide only the functionality necessary to perform a specific task.
22

33
## Learning objectives
44

55
After completing this module, you'll be able to:
66

77
- Describe JEA.
8-
98
- Explain the limitations of JEA.
10-
119
- Describe role capabilities files and their use in JEA.
12-
1310
- Describe sessions configuration files and their use in JEA.
14-
1511
- Register JEA endpoints.
16-
1712
- Connect to JEA endpoints.
1813

1914
## Prerequisites
2015

2116
To get the best learning experience from this module, you should have:
2217

2318
- Familiarity with PowerShell commands and syntax
24-
2519
- Experience using PowerShell to administer Windows Server
26-
2720
- Ability to create and edit PowerShell scripts
28-
2921
- Ability to enable remote management and connect to a remote system
30-

0 commit comments

Comments
 (0)