Contents tagged with share
-
Modify Network Share Permission from Command Line using ICACLS
List files in local network share:
dir \\localhost\myshare
list permissions on share:
icacls \\localhost\myshare
allocate permissions to share:
icacls \\localhost\myshare /grant mydomain\ … more
-
OneDriveMapper automatically map your OneDrive for Business upon login
On Windows 7:
1) ensure https://*.sharepoint.com is in your IE list of trusted sites or intranet sites, and security is set to low.
2) map to drive letter in Windows Explorer, using the following … more
-
Azure Best Practice - Securing Your File Shares with Service Endpoints
https://www.linkedin.com/pulse/azure-best-practice-securing-your-file-shares-brian-schoepfle/ more
-
Can't connect to Azure File Storage using “net use” command - System error 5
You cannot mount an Azure file share from an external Windows 7 computer, because Windows 7 does not support SMB 3.0 file sharing protocol.
This newly posted grid from microsoft might help others. … more
-
Azure File Shares
https://docs.microsoft.com/en-us/azure/storage/files/storage-files-quick-create-use-windows
https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows
-
Power BI Sharing
https://docs.microsoft.com/en-us/power-bi/service-how-to-collaborate-distribute-dashboards-reports
https://docs.microsoft.com/en-us/power-bi/guided-learning/publishingandsharing?tutorial-step=1 … more