Multiple choice technology architecture

Which of the following method is used for viewing any step page’s info in XML format (especially for the purpose of debugging)

  1. a.Show-XML

  2. b.Show-Html

  3. c.Show-Page

  4. d.Show-Step-Page

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The Show-Page method displays step page information in XML format, which is useful for debugging activities. Show-XML and Show-Step-Page are not valid PRPC methods, and Show-Html would show HTML format, not XML.