Hello! To set up a file share where Domain Users can write to log files but not edit anything, you can configure the permissions on the shared folder. Here's how you can achieve this: 1. Create a Shared Folder: - Share a folder on your Windows 2003 R2 file server where you want to store the log files. 2. Set Share Permissions: - Grant Domain Users the "Change" permission (which includes the ability to create files) and don't grant them the "Full Control" permission, which allows for editing. 3. Set NTFS Permissions: - Adjust the NTFS permissions on the folder to allow Domain Users to create files but not modify them. - Grant them the following permissions: - Traverse Folder/Execute File - List Folder/Read Data - Read...