Retrieve synopsis and help URLs for all PowerShell cmdlets/functions in your Modules

Sometimes you search for cmdlets in your Modules and don't know what they do. You can use Get-Help *something* to find them and Get-Help afterward for more information on those results. That or using Google for more information... In this blog post, I will show you a way to create a report with all that information in one overview 🙂