#PSTip Getting WMI associated classes in PowerShell 3.0
In Windows PowerShell 2.0, retrieving WMI associations and references required complex WMI queries. For example, if you wanted to get the IP address bound to a particular network adapter using WMI associations you would run:
Read More