Hi everyone is not clear to me how to see all the methods and properties of objects and strings. For example with Get Service | Get-member, I can see the object the properties and methods of the Service object. If I do instead get-wmiobject | Get-member returns me error; Same thing for format-table | Get-member and others, ie the get-member does not always work because? How do I know the methods and properties with other commands? Also if I have an invented string "This operating system is" to this string follows the point "." And I can apply methods and properties. Here's here, how can I see a text string all the methods and properties I can use?