I am totally new to Powershell.
Just started to pick up yesterday. When I found that resource 'Learn Powershell before it is emergence', I realised how apt is the title.
Powershell has already offered a very rich set of primitive to search registry. However, my requirement is a bit more involving.
I want to, given a set of GUID, to locate them all in the registry. Then, in turn, based on the registry keys and values, find out their dependencies.
My goal is to provide a drill-down report of the full COM dependencies.
The basic I need to know are:
1) How to do iteration in powershell?
2) How to keep intemeidate result in an array or list