take this example for instance :

$objWinShell = CreateObject("Shell.Application")

$obj = $objWinShell.Windows.Item(1).Document.All.Tags("TABLE").Item(6).Rows(0).Cells(0).InnerText

How do I know the relationship between all these objects/collections/properties? Is there a property that lists all objects/collections/properties for that object?