Hi Experts,
I have a Azure Storage Folder Share and have successfully mapped it to my windows system here at the office and also on our RDS server out in Azure. I have tested and saved a document to it and can see it on the RDS server. Works beautifully.
I did this by adding a mapped drive and entering in the credentials and password key of the share.
How can I do this automatically?
In group policy the "connect as" is greyed out. When I created a powershell script and ran it it didn't work.
I want the users who log into the RDS server to have this drive show available to them and I want selected users here at the office to have the same drive available to them.
Thank you,
Karen
net use Z:\ \\(azuredrive) /u:<azureuser> /pwd
And save it into the Start up scripts on the computers (local policy).
Or just Following this script
Open in new window
that is in the documentation (https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows)
I mean setting it as startup script by user on the rdp policies or local policies.