小编lok*_*ard的帖子

获取控制台模式时出现 Win32 内部错误“句柄无效”0x6

我目前在 Web 应用程序中的 azure 命令行有一些问题。我收到以下错误:

[10/28/2015 20:22:33 > 37539e: ERR ] New-Item : The Win32 internal error "The handle is invalid" 0x6 occurred while 
[10/28/2015 20:22:33 > 37539e: ERR ] getting the console mode. Contact Microsoft Customer Support Services.
Run Code Online (Sandbox Code Playgroud)

这发生在 New-Item 和 Remove-Item 上。它发生在 Kudo Powershell 控制台并在 WebJob 中使用 Powershell-Scripts。

而不是New-Item file我已经成功地使用了echo 3 >> file. 这没有问题。我发现的唯一一件事是使用时出现问题Invoke-WebRequst,它将使用

$ProgressPreference="SilentlyContinue"
Run Code Online (Sandbox Code Playgroud)

不幸的是,这没有帮助。

有人经历过类似的事情吗?

提前致谢。

powershell azure

9
推荐指数
2
解决办法
4526
查看次数

标签 统计

azure ×1

powershell ×1