Help with mongodump

I have now managed to get my data out.

In the end I used the command:

mongodump “mongodb+srv://cluster0.lab0q.mongodb.net/<my_db>” --username <my_username>

from within the downloaded version of the Windows MongoDB Tools
mongodb-database-tools-windows-x86_64-100.2.1

Thanks