[EE] Azure Storage Mapping - S:\ disk
This article describes how you can map a S:\ disk to your computer if it is missing.
NB! All actions must be done while the computer is connected to the FILTER internal internet.
- You need to search and open the command line ( cmd ).
In command line please use this command:
net use S: \\sketas.file.core.windows.net\sdisk /P:Y
If you want to add with Powershell, please use this command:
New-PSDrive –Name “S” –PSProvider FileSystem –Root “\\sketas.file.core.windows.net\sdisk” –Persist