Required/Export-QuickCommand.ps1

function global:Export-QuickCommand {
    $DownloadsFolderLocation = (New-Object -ComObject Shell.Application).NameSpace('shell:Downloads').Self.Path
    throw 'Not Implemented'
}