1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
2
This could be due to SMB encryption enabled on FSx if the scanner does not support SMB encryption. You can try and disable encryption of data on the FSx with the below command using the CLI for remote management on PowerShell:
PS>Set-FSxSmbServerConfiguration -EncryptData $False
https://docs.aws.amazon.com/fsx/latest/WindowsGuide/manage-encrypt-in-transit.html
Contenus pertinents
demandé il y a un an
demandé il y a un an
demandé il y a 10 mois
- AWS OFFICIELA mis à jour il y a un an
- AWS OFFICIELA mis à jour il y a 3 ans

Thank you so much! As soon as I ran that script, everything worked!