Which type of Windows PowerShell command performs an action and returns an output or object to the next command that will be executed?

IT Questions BankCategory: CCNA CyberOpsWhich type of Windows PowerShell command performs an action and returns an output or object to the next command that will be executed?

Which type of Windows PowerShell command performs an action and returns an output or object to the next command that will be executed?

  • cmdlets
  • functions
  • routines
  • scripts

Explanation: The types of commands that PowerShell can execute include the following:

  • cmdlets – perform an action and return an output or object to the next command that will be executed
  • PowerShell scripts – files with a .ps1 extension that contain PowerShell commands that are executed
  • PowerShell functions - pieces of code that can be referenced in a script

Exam with this question: Modules 3 - 4: Operating System Overview Group Exam
Exam with this question: CCNA Cyber Ops (v1.1) – Chapter 2 Exam Answers

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments