使用winrm远程执行时,repadmin / replsummary命令的输出存在差异

问题描述

从实际的域控制器执行时的命令输出

PS C:\Users\SRV_IDM> repadmin /replsummary
Replication Summary Start Time: 2020-11-11 15:03:19

Beginning data collection for replication summary,this may take awhile:
  .........


Source DSA          largest delta    fails/total %%   error
TES02MG1                  40m:10s    0 /  12    0
TES02MG2                  45m:20s    0 /  12    0
DSEE1PD22        >60 days           10 /  10  100  (1722) The RPC server is unavailable.
DSEE1PD23        >60 days           10 /  10  100  (8524) The DSA operation is unable to proceed because of a DNS looku
p failure.
DSEEBDC2                  45m:20s    0 /  12    0
DSEEDC1                   40m:10s    0 /  12    0




Experienced the following operational errors trying to retrieve replication information:
          58 - DSEE1PD22.support03.TES02.iSyntax.net
          58 - DSEE1PD23.support03.TES02.iSyntax.net

与域用户一起使用WinRM远程调用时的命令输出

Replication Summary Start Time: 2020-11-11 15:14:37

Beginning data collection for replication summary,this may take awhile:
  .........


Source DSA          largest delta    fails/total %%   error
TES02MG2                  56m:06s    0 /   5    0
DSEE1PD22        >60 days            5 /   5  100  (1722) The RPC server is unavailable.
DSEEBDC2                  56m:06s    0 /   7    0


Destination DSA     largest delta    fails/total %%   error
DSEEDC1          >60 days            5 /  17   29  (1722) The RPC server is unavailable.


Experienced the following operational errors trying to retrieve replication information:
         110 - TES02MG1.TES02.iSyntax.net
         110 - TES02MG2.TES02.iSyntax.net
         110 - DSEEBDC2.DSEE02.TES02.iSyntax.net
          58 - DSEE1PD22.support03.TES02.iSyntax.net
          58 - DSEE1PD23.support03.TES02.iSyntax.net

这是这两个执行不匹配的输出

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)