Multiple choice technology

Get-Member CmdLet is used to get the information on the object structure of a CmdLet member. The above statement is True/False?

  1. True

  2. False

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

Get-Member is a PowerShell cmdlet that displays the properties and methods of .NET objects, helping you understand an object's structure and available operations. When you pipe any object to Get-Member, it returns the object's type along with all its members like Properties, Methods, and Events.