您好:
1"一次更新后"
您知道哪个补丁造成您的这个问题吗?
我们可以在问题w2012r2的powershell中输入下面的命令,然后到c:\windows\temp中找到导出的.txt看看最近安装了哪些补丁。
$QFE = Get-hotfix -computername $server | select-object -property Description,HotFixID,InstalledBy,InstalledOn | out-file c:\windows\temp\$server.txt
要把$server改成计算机名
2.在问题w2012r2的powershell中输入下面的命令,默认情况如下图1看看enablesmb1protocal 和enablesmb2protocal是否都是enable的状态,其他选项也可对比下看看有没有不同的地方?
Get-SmbServerConfiguration
3.请再扫描下文档到问题w2012r2,看看打印机上有没报错提示?(记录下开始扫描时间和结束时间)
w2012r2上看看下面日志中看看这个时间段内有没扫描相关/SMB相关的eventid(包括信息,警告,错误)
event viewer\windows logs\
application
system
event viewer\windows logs\applications and services logs\microsoft\windows
Microsoft-Windows-SMBClient/Connectivity
Microsoft-Windows-SMBClient/Operational
Microsoft-Windows-SMBClient/Security
Microsoft-Windows-SMBServer/Connectivity
Microsoft-Windows-SMBServer/Operational
Microsoft-Windows-SMBServer/Security
4.您有没其他w2012r2的服务器,临时创建的共享文件夹,然后设置扫描文档到新w2012r2上看看能不能扫描进去?
5.我们可以使用以下链接方法来验证您的Technet论坛帐户,以便您可以发布图片和网站链接。 请确保您发布的图片不包含您的公司和您的私人信息(包括但不限于域名,公共IP,电子邮件帐户,域帐户等)。 这些私人信息必须更改。
https://social.technet.microsoft.com/Forums/en-US/5c00b9a9-3afe-4ee9-bbf0-34157716b92a/verify-my-account?forum=reportabug
Best Regards
Andy YOU
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact
tnmff@microsoft.com.