腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(9999+)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
emacs
powershell
与
powershell
模式
我想在我的emacs中使用
PowerShell
,我对我的选择很感兴趣。尝试M-x package-install RET
powershell
TAB显示了两个选项:
powershell
和
powershell
-mode。这些包裹比较如何?他们和
powershell
.el相比怎么样? 我在使用Windows 7的Emacs 24.3上。
浏览 2
修改于2017-05-23
得票数 9
回答已采纳
2
回答
Powershell
与
PowerShell
核的
PowerShell
差异
在
Powershell
中,以下代码生成网站证书的输出:$req.GetResponse在
Powershell
Core中,它在$req.Servicepoint.certificate中返回空/空。
浏览 0
提问于2019-09-20
得票数 2
2
回答
Powershell
:如何捕获
powershell
输出
我有一组
powershell
脚本,它们可以从命令提示符调用。当前脚本返回成功或失败代码。尽管此方法记录错误消息,但以下是问题所在 它只是记录错误消息,而不是在我从
powershell
现在没有来自
powershell
的输出消息。我不想隐藏控制台的输出&希
浏览 10
修改于2012-07-06
得票数 3
回答已采纳
1
回答
PowerShell
Regex与".“
PowerShell
我想用
PowerShell
替换循环中某些字符串的一部分testvm029.vmxxx 我想要取代.vmxxx的一切。
浏览 0
修改于2018-06-18
得票数 1
回答已采纳
1
回答
Powershell
核心到
powershell
Security.Principal.WindowsBuiltinRole]::Administrator)Start-Process
powershell
.exe
浏览 3
修改于2020-01-13
得票数 0
1
回答
Powershell
调用
Powershell
脚本
&
powershell
.\other.ps1和& .\other.ps1之间的行为有何不同? 编辑:特别是,如果other.ps1中有错误,它们有什么不同
浏览 3
修改于2012-07-09
得票数 6
回答已采纳
6
回答
Powershell
定义
Powershell
对象
这是
Powershell
中所有对象的正确默认格式吗?
浏览 0
提问于2012-03-27
得票数 3
1
回答
帝国
PowerShell
如何与
Powershell
进行交互?
帝国
PowerShell
州的创建者如下: 运行
PowerShell
的任何组件不需要可执行文件吗?
浏览 2
修改于2016-01-19
得票数 0
回答已采纳
2
回答
在
Powershell
“静默”中运行
Powershell
脚本
我的设置: 其他
Powershell
脚本中的信息不会显示给用户。执行第二个
Powershell
脚本后,将
浏览 2
修改于2015-08-27
得票数 0
回答已采纳
1
回答
Powershell
核心和
Powershell
模块
我需要创建一个可以在
Powershell
7中运行并使用
Powershell
5中的commandlets的模块。如何仅在某些平台上加载函数?
浏览 4
修改于2020-03-26
得票数 0
3
回答
Powershell
,
Powershell
SnapIn,AppCmd.exe
我刚刚开始学习
Powershell
的一些教程,因为我想编写脚本来创建网站/虚拟dir/appPool
Powershell
SnapIn
浏览 10
提问于2012-08-19
得票数 0
回答已采纳
1
回答
Powershell
-在
Powershell
ISE中,在
Powershell
中运行多行脚本
我有一个在
Powershell
ISE中运行的脚本,但该脚本中有一部分必须在常规
Powershell
中运行。需要在
Powershell
中运行的脚本有多行。ScheduledTaskUsername domain\user -ScheduledTaskPassword $PW -Verbose; Start-Process
powershell
浏览 21
提问于2020-01-16
得票数 0
回答已采纳
2
回答
PowerShell
ISE:如何运行新的
PowerShell
版本
如何让
PowerShell
ISE与
PowerShell
6.0配合使用。目前,它的版本是4.0。这台服务器安装了
PowerShell
4.0,我通过以下链接安装了带有
powershell
6.1.0-
PowerShell
-x64.msi的
PowerShell
6.0:文件现在位于C:\Programfiles \
powershell
6中。
浏览 25
修改于2019-08-29
得票数 17
1
回答
面向旧版本
PowerShell
的
PowerShell
IntelliSense
较新版本的
PowerShell
ISE (以及PowerGUI等第三方
PowerShell
脚本环境)提供了非常好的IntelliSense支持。然而,我经常写一些我想在只安装了旧版本
PowerShell
(特别是Windows Server2008 R2上的
PowerShell
2.0 )的服务器上运行的脚本。我无法升级服务器上的
PowerShell
安装,并且
PowerShell
2.0 ISE没有IntelliSense。 提供仅限于
PowerShell
2.0兼容代
浏览 1
修改于2015-02-27
得票数 4
1
回答
PowerShell
ISE和
PowerShell
.Exiting活动
我正在使用
PowerShell
.Exiting引擎事件来保存我的命令历史记录,并在关闭
PowerShell
会话时执行其他一些清理工作,在我的配置文件中注册它,如下所示:{ ...当我在控制台窗口中使用
PowerShell
时,它工作得很好,但是当我在ISE中运行
PowerShell
时,似乎
PowerS
浏览 1
修改于2019-02-18
得票数 1
回答已采纳
6
回答
Powershell
:在
PowerShell
中重新加载路径
如果我有一个正在运行的
PowerShell
ISE实例,并且我安装了一些修改PATH的东西,或者我在
PowerShell
之外以任何方式修改了它,那么我需要重新启动
PowerShell
才能看到更新后的PATH有没有一种方法可以在不重新启动的情况下从
PowerShell
中重新加载路径?
浏览 0
修改于2021-08-05
得票数 195
回答已采纳
1
回答
捕获没有
powershell
对象的
PowerShell
输出
在我的c#应用程序中有一些按钮,当用户单击这个按钮时,应用程序运行一个
powershell
脚本。 command = "$job = [Diagnostics.Process]::Start(\"
powershell</em
浏览 1
提问于2018-05-26
得票数 1
1
回答
作为错误运行
Powershell
:无法运行-
powershell
我有一个.ps1脚本,用于以不同的用户身份打开
powershell
的新实例:直到今天,它仍然正常工作,但现在它返回了以下错误:2: The system cannot find the f
浏览 13
提问于2022-03-17
得票数 0
1
回答
用
Powershell
命令编码
powershell
我有下面的
powershell
命令$tmp[0..75], ':tech
浏览 5
提问于2017-05-06
得票数 1
回答已采纳
1
回答
Powershell
再次执行脚本,当“使用
powershell
运行”时不关闭
powershell
窗口。
我有一个脚本
powershell
,我用“使用
powershell
执行”运行它。我的脚本启动,做它的事情,关闭窗户。我可以让我的脚本不关闭窗口和重复脚本而不关闭
powershell
窗口吗?我创建了一个带有"
PowerShell
-NoExit“C:\Temp\Scripts\wclonex.ps1的
powershell
脚本。 谢谢你的回答。
浏览 21
提问于2022-02-10
得票数 -2
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券