you work as a network administrator for xyz. you enable powershell remoting on a computer that runs windows 10. you need to limit which powershell cmdlets can be used in a remote session. which of the following actions should you perform in sequence to accomplish this?

Respuesta :

Actions to be performed sequentially to restrict PowerShell cmdlets:

  • Run the NewPSSession cmdlet
  • Run the Register-PSSessionConfiguration cmdlet
  • Run the New-PSSessionConfigurationFile cmdlet

What is PowerShell?

PowerShell is a command line interface (CLI) that forms a command line interface and scripting language developed by Microsoft, for task automation and configuration management. PowerShell or Windows PowerShell is known as Microsoft Shell or MSH. Almost similar to the UNIX shell operating system, but PowerShell is built based on OOP or Object-Oriented Programming and the Microsoft .NET design. which has a very broad scope.

PowerShell commands are known as cmdlets, which are commands used in the Windows PowerShell environment. Furthermore, there are dozens of parameters and methods that can maximize scripts in PowerShell.

Learn more about PowerShell here https://brainly.com/question/29221154

#SPJ4