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 study resources. Utilize flashcards and multiple-choice questions with hints and explanations. Gain confidence and excel in your certification journey!

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.


To specify which PowerShell cmdlets are available in a JEA session, which setting should be configured?

  1. VisibleProviders

  2. VisibleCmdlets

  3. VisibleFunctions

  4. AllowedCommands

The correct answer is: VisibleCmdlets

To specify which PowerShell cmdlets are available in a Just Enough Administration (JEA) session, configuring the setting for available cmdlets is essential for managing what operators can run within their constrained endpoint. The correct setting for this purpose is to use VisibleCmdlets. By defining VisibleCmdlets, administrators can explicitly list the cmdlets that the users are allowed to execute during the JEA session. This feature is critical for security and compliance, as it ensures that users can only perform tasks with specific cmdlets, limiting potential risks associated with broader access to all cmdlets within the PowerShell environment. This mechanism provides a controlled way to delegate access while maintaining a secure environment, ensuring that users are not inadvertently granted permissions to cmdlets that could lead to unintended system changes or security breaches. In the context of JEA, administrators can also configure other settings, such as VisibleProviders and VisibleFunctions, but these pertain to the management of providers and functions respectively, rather than directly controlling cmdlet access. The AllowedCommands setting can also be associated with JEA, but it is more general and encompasses a broader category of commands, not limited solely to cmdlets. Hence, the focus on VisibleCmdlets is central to the task of restricting and managing