Powershell 读取重新启动日志时出错

Powershell 读取重新启动日志时出错,powershell,azure,Powershell,Azure,尝试使用命令语法从Powershell运行Azure Storage SDK工具AzCopy.exe(v5.1.1)时: .\AzCopy /source:https://mystorageacct1.blob.core.windows.net/mycontainer/ /dest:https://mystorageacct2.blob.core.windows.net/mycontainer/ /sourcekey:[sourcekey] /destkey:[destkey] /S 我收到了

尝试使用命令语法从Powershell运行Azure Storage SDK工具
AzCopy.exe(v5.1.1)
时:

.\AzCopy /source:https://mystorageacct1.blob.core.windows.net/mycontainer/ /dest:https://mystorageacct2.blob.core.windows.net/mycontainer/ /sourcekey:[sourcekey] /destkey:[destkey] /S
我收到了错误消息:

\AzCopy.exe:[2017/10/04 12:59:12][ERROR]从“C:\Users\admin\AppData\Local\Microsoft\Azure\AzCopy”读取重新启动日志时出错。详细错误:分析日志文件时出错:日志文件是由其他版本生成的 一份复印件。 第1行字符:1 +\AzCopy.exe/源:“”。。。 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +CategoryInfo:NotSpecified:([2017/10/04 12:…AzCopy的版本:String)],RemoteException +FullyQualifiedErrorId:NativeCommandError


从以下位置删除内容(特别是日志文件)时已解决:


然后再次执行Powershell脚本。

从以下位置删除内容(特别是日志文件)时解决了此问题:

然后再次执行Powershell脚本。

很高兴帮助了Frederik:)谢谢。Scott。很高兴帮助了Frederik:)谢谢。Scott。
C:\Users\admin\AppData\Local\Microsoft\Azure\AzCopy