Types/Posh/get_Modules.ps1

<#
.SYNOPSIS
    Gets the loaded modules
.DESCRIPTION
    Gets the PowerShell modules loaded in the current session.
#>

Get-Module