Wednesday, February 4, 2015

Powershell Series: How to get all the members of a particular object?

How to get all the members of a particular object?

Syntax:    Object-Name | Get-Member
Object-Name | GM
Please note: GM is an alias for the Get-Member.

Example: Get-Date|Get-Member



Hope this helps someone !

No comments:

Post a Comment