腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(9999+)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
VS代码
PowerShell
扩展intellisense非常慢
VS代码
PowerShell
智能感知突然变得非常缓慢对我来说。有几天很好用。我已经卸载了所有的扩展,除了一个用于
PowerShell
的。 “"
powershell
.codeFormatting.ignoreOneLineBlock":”:"
powershell
.bugReporting.project":"","
powershell
.codeFolding.enable":fals
浏览 1
修改于2018-10-31
得票数 6
1
回答
使用员工角色中的Azure Cmdlet
using (
PowerShell
powerShell
=
PowerShell
.Create()) ProcessPowerShellOutput(output);
powerShell
.Add
浏览 1
提问于2014-10-29
得票数 1
回答已采纳
1
回答
在C#中,首先运行
PowerShell
脚本,然后调用()错误
powershell
= System.Management.Automation.
PowerShell
.Create())
powershell
.AddCommand("Add");
powershell
.AddArgument("-");
powershell
.AddArgument("-");
浏览 7
修改于2021-11-04
得票数 0
回答已采纳
3
回答
为什么在释放对象后需要将此变量设置为null?
有关
PowerShell
的文档中有以下有趣的注释:{} // need to set the
powershell
variableto
浏览 1
修改于2013-05-17
得票数 14
回答已采纳
2
回答
使用
PowerShell
循环访问IIS的所有WebConfiguration属性
我想尝试遍历应用程序在IIS中拥有的所有可用配置选项,这样我就可以通过
PowerShell
设置它们。我对IIS或
PowerShell
不是很熟悉,所以我会尽我最大的努力。Microsoft.IIs.
PowerShell
.Framework.ConfigurationSectionMicr
浏览 1
修改于2019-03-06
得票数 0
1
回答
Mule
PowerShell
连接器-变量$<变量名称>无法检索,因为它没有被设置
Mule Flow = HTTP -> Set有效载荷->
PowerShell
-> Logger -> End<
powershell
:execute config-ref="
PowerShell
" doc:name="
PowerShell
" scriptFile="classpath:
powershell
-script.ps1"&
浏览 0
修改于2018-07-19
得票数 4
回答已采纳
1
回答
如何使用通过.net传入的参数从
powershell
调用BCP?
我有以下c#代码:
powerShell
.Runspace = runspace;
powerShell
.AddArgument(connectionString);
powerShell</em
浏览 0
提问于2014-06-11
得票数 0
1
回答
在
Powershell
中选择NoteProperty
Microsoft.IIs.
PowerShell
.Framework.ConfigurationElementMicrosoft.IIs.
PowerShell
.Framework.ConfigurationElementMicrosoft.IIs.
PowerShell
.Framewor
浏览 11
修改于2015-05-03
得票数 0
回答已采纳
1
回答
格式-表格中没有显示
PowerShell
5中的所有属性
使用
PowerShell
V4,我可以使用Format-Table使用通配符显示几个属性,例如:Microsoft.
PowerShell
...\FileSystem::C:\
powershell
\test1.txt Microsoft.
PowerShell
.Co...Microsoft.
PowerShell
.Core\FileSystem::C:\
power
浏览 2
提问于2017-01-11
得票数 4
1
回答
在Windows平台上,
Powershell
Core是否可以使用Windows
Powershell
特定功能?
Powershell
Core中不支持Windows
Powershell
的几个功能。由于
Powershell
Core正在积极开发以支持Windows
Powershell
,因此在Window平台上,
Powershell
Core是否可以使用尚未移植到
Powershell
Core的Windows
Powershell
模块 最值得注意的是,我关心的是(通过WinRM)确保
Powershell
Core可以与COM对象和
Powershell</e
浏览 10
提问于2018-08-17
得票数 0
回答已采纳
2
回答
使用
PowerShell
和应用程序环境变量从Azure batch自定义活动中调用
PowerShell
脚本
以下所有尝试均已失败:
powershell
#1.0"
powershell
powershell
浏览 19
提问于2019-10-31
得票数 0
回答已采纳
1
回答
$global:在
PowerShell
会话中设置,但在System.Management.Automation.
PowerShell
实例中没有设置
我正在将通常在独立的
PowerShell
会话中运行的
PowerShell
脚本(StartBackup.ps1)的执行转移到C#应用程序中。在C#应用程序中,我有:{
powerShell
.AddParameter("Scope&q
浏览 1
修改于2017-08-15
得票数 1
回答已采纳
3
回答
并行化
powershell
脚本执行
我有8个
powershell
脚本。它们中很少有依赖关系。这意味着他们不能并行执行。他们应该一个接一个地被处决。
Powershell
scripts 1, 2, and 3 depend on nothing else
Powershell
script 4 depends on
Powershell
script 1
Powershell
script 5 depends on
Po
浏览 3
修改于2012-02-03
得票数 1
回答已采纳
1
回答
安装AzureRM.*模块的特定版本
----1.0.5 AzureRM.Storage Module PSGallery Microsoft Azure
PowerShell
... 1.0.5 AzureRM.Automation Module P
浏览 1
提问于2016-03-16
得票数 4
回答已采纳
1
回答
powershell
抛出PipelineStoppedException进行异步调用
using (
PowerShell
powershell
=
PowerShell
.Create())
powershell
.AddScript(script); lock (
powershell
.Runspace)
浏览 0
提问于2010-12-22
得票数 2
回答已采纳
1
回答
Visual Studio中的
Powershell
窗体
我正在为visual studio 2015企业版中的
powershell
图形用户界面而苦苦挣扎。 问题是:我想在visual studio中为
powershell
脚本构建gui。我知道如何在
Powershell
ISE中做到这一点,但是通过脚本构建表单需要花费很多时间。我不想为此下载Sapien
Powershell
Studio或
Powershell
Studio。此版本内置了
powershell
项目,即:
Powershell
模块项目和
Powershell
浏览 2
提问于2017-02-08
得票数 0
1
回答
使用
Powershell
设置Exchange邮箱ACL
我试图弄清楚如何做这类事情,但使用
PowerShell
调用(来自C#)。我们将迁移到Exchange2010,我的旧代码不想工作,因此出现了
PowerShell
。我的邮箱可以用: {
powershell
.Runspace = runspa
浏览 3
修改于2011-12-03
得票数 0
2
回答
如何在
Powershell
REPL控制台中打印xml元素及其属性的列表?
PS /home/nicholas/
powershell
> PS
浏览 5
修改于2020-12-12
得票数 0
回答已采纳
1
回答
从C#禁用邮箱cmdlet
powershell
=
PowerShell
.Create(); PSCommand command = new= command;
powershell
.Dispose();{
PowerShell
powershell
=
浏览 0
提问于2013-01-11
得票数 0
回答已采纳
1
回答
无法在Get-Disk中选择特定列。
Microsoft.
PowerShell
.Commands.Internal.Format.GroupStartData Microsoft.
PowerShell
.Commands.Internal.Format.FormatEntryDataMicrosoft.
PowerShell
.Commands.Internal.Format.FormatEntryData Microsoft.
PowerShell
.Commands.Internal.Format.FormatEntryDataMicrosoft.
Power
浏览 1
修改于2021-10-01
得票数 0
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券