2 Answers
- Newest
- Most votes
- Most comments
0
ABE must be enabled per SMB share using PowerShell from a domain-joined Windows instance with administrative permissions on the FSx file system.
Run the following command from your EC2 Windows server: Set-SmbShare -Name <ShareName> -FolderEnumerationMode AccessBased
You can verify using: Get-SmbShare | Select Name, FolderEnumerationMode
No direct access to the FSx host OS is required. Once enabled, users will only see folders they have permissions for, and unauthorized folders will be hidden as expected.
This is the only supported method for enabling ABE on FSx for Windows.
answered 5 days ago
Relevant content
- asked 4 years ago
- asked 4 years ago
- asked 3 years ago
- asked 10 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 4 months ago
