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 Disabling SMB 1.0
For more details on SMB security, see: SMB security enhancements.