Analyze Dependencies with PSQuickGraph and PSGraphView
PowerShell is excellent at collecting objects. The harder question often comes one step later: how are those objects related? A table can tell us that an Orders API uses a database, a message broker, and a vault. It is much less useful when we need to answer questions such as: What will be affected …
