Azure File share

Hi Guys,

can we create a script that will map a drive to an azure fie share:
https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows

In particular;

Note+
You can configure the Azure File share to automatically reconnect on reboot by persisting the credentials in Windows. The following command will persist the credentials:

cmdkey /add:<storage-account-name>.file.core.windows.net /user:AZURE&lt;storage-account-name> /pass:<storage-account-key>
Cheers James.