Configuring SMB for Windows (Optional)
Perform the following Server Message Block (SMB) configurations before configuring the agentless feature on Windows.
Restrict unencrypted access to SMB share by setting the value to True.
RejectUnencryptedAccess: True
Disable SMB 1.0 by running the following command on Windows powershell:
Set-SmbServerConfiguration - EnableSMB1Protocol $false
For more details, see https://docs.microsoft.com/en-us/windows-server/storage/file-server/smb-security#disabling-smb-10
For more details on SMB security, see: https://docs.microsoft.com/en-us/windows-server/storage/file-server/smb-security