Administering Windows Server Hybrid Core Infrastructure (AZ-800) Practice

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the AZ-800 exam with our comprehensive practice quiz. Test your knowledge with multiple-choice questions and detailed explanations. Enhance your skills in Windows Server Hybrid Core Infrastructure to excel in your certification exam!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which PowerShell cmdlet shows the available built-in JEA endpoints on a Windows Server?

  1. Register-PSSessionConfiguration

  2. Get-PSSessionConfiguration

  3. Set-PSSessionConfiguration

  4. Show-AvailableEndpoints

The correct answer is: Get-PSSessionConfiguration

The chosen answer is indeed the right one. The cmdlet Get-PSSessionConfiguration is specifically designed to retrieve information about the PowerShell session configurations, including the built-in Just Enough Administration (JEA) endpoints on a Windows Server. When you run this cmdlet, it lists all the available session configurations, allowing you to see which JEA endpoints are present and their properties. This is particularly useful for administrators wanting to understand and manage the security and administration model within their environment, as JEA allows for delegated administrative tasks while minimizing the risk of exposing full administrative rights. Other cmdlets mentioned have different functionalities. For example, Register-PSSessionConfiguration is used to create a new session configuration, which would not provide a list of existing JEA endpoints. Set-PSSessionConfiguration modifies an existing configuration but does not display available endpoints. And Show-AvailableEndpoints is not a standard PowerShell cmdlet, which means it would not be applicable in this context. Thus, Get-PSSessionConfiguration is the appropriate choice for listing available built-in JEA endpoints.