

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is true about Cmdlet? |
A. | Cmdlets are record-based as they process a single object at a time |
B. | Cmdlets process works on objects not on text stream and objects can be passed as output for pipelining. |
C. | Parsing, error presentation, and output formatting are not handled by cmdlets. It is done by the Windows PowerShell runtime. |
D. | All of the above |
Answer» E. | |