Managing Read-Only Network Shares
Documentation on how to set up read-only network shares for SharePoint migration, allowing users to copy and delete files while preventing new file creation.
Managing Read-Only Network Shares During SharePoint Migration
Documentation on how to set up read-only network shares for SharePoint migration, allowing users to copy and delete files while preventing new file creation.
π― Objective
The purpose of this documentation is to explain how to "freeze" network shares (make them read-only) in preparation for a migration to SharePoint, while still allowing users to move or delete files.
π§± Situation
- All department folders on the server are made read-only.
- Users must be able to copy files to SharePoint.
- Users must be able to delete files from the original folder after copying.
- No new files should be created or existing files modified.
π« Limitations of Read-Only Permissions
| Action | Allowed in Read-Only? |
|---|---|
| Read/open files | β Yes |
| Copy files | β Yes |
| Delete files | β No |
| Modify/edit files | β No |
| Create new files | β No |
π οΈ Solution: NTFS + Share Permissions
NTFS Permissions (Advanced tab)
- Users:
- Allow: Read & Execute
- Deny: Write
- Denying "Write" still allows delete/move operations.
Share Permissions
- Use "Change" instead of "Read" β this enables delete actions through the share path.
β οΈ Important Notes
- If users access files via mapped drives (e.g.,
P:\Department), ensure the Share Permissions are not strictly read-only. - Always test settings with a user account before applying them broadly.
- Consider logging deletion events for audit purposes.
β Summary
This setup enables a migration scenario where:
- Users can access and copy files.
- Users can delete files after copying.
- No new content is added to the old location.
- The share behaves like a βstaging zoneβ during migration.
Setting Permissions on a Windows File Server Folder
Step-by-step guide to configure NTFS permissions on a Windows file server folder to allow reading and deleting files, but not adding new files or overwriting existing ones.
Converting a User Mailbox to a Resource Mailbox in Exchange Online (PowerShell)
Step-by-step documentation for converting a user mailbox to a resource mailbox in Exchange Online using PowerShell.