Kích hoạt thực thi mã hóa khi chuyển tiếp

Kích hoạt thực thi mã hóa khi chuyển tiếp

  1. Đảm bảo đã kết nối FSx/W Workshop Windows Instance
  • Thực hiện lệnh trên Remote Windows PowerShell Session
Get-Command *-FSxSmbServerConfiguration*

Amazon FSx

  1. Nhận cài đặt hiện tại về thực thi mã hóa trong quá trình chuyển tiếp.
Get-FSxSmbServerConfiguration
  • Chúng ta sẽ biết được có bao nhiêu giá trị RejectUnencryptedAccess

Amazon FSx

  1. Cho phép thực thi mã hóa khi chuyển tiếp
Set-FSxSmbServerConfiguration -RejectUnencryptedAccess $True

Amazon FSx

  1. Run lệnh để kiểm tra đã cho phép thực thi mã hóa khi chuyển tiếp chưa?
Get-FSxSmbServerConfiguration
  • Ta thấy kết quả trả về là True

Amazon FSx