# List functions in a module

```powershell
Get-Command -Module <module name> -Type Function
```