英文: Wsus and powershell 问题 I would like to know if it is possible to move computers in a group from ...
如何高效测试一个 .PS1 脚本是一组函数的“模块”还是普通脚本?
英文: How to efficiently test whether a .PS1 script is a "module" of functions or a normal s...
JavaScriptConverter 用于在 JSON 中序列化/反序列化数据的 PowerShell 代码。
英文: powershell, write a JavaScriptConverter to serialize/deserialize data in JSON 问题 I have a PSCust...
如何比较两个文本文件并在PowerShell中更改数据的符号?
英文: How to compare two text files and and change the sign of the data in powershell? 问题 我有两个文本文件,分别有...
正则表达式以识别在分号之间的文本,其中包含逗号和空格:
英文: Regular expression to identify text between semi-colons that contains comma and spaces 问题 以下是您要翻...
获取 IPv4 地址
英文: Get IP v4 address 问题 使用以下命令获取IP地址,我已经使用-Match,因为有时它是Ethernet或Ethernet0、Ethernet1,我想要排除所有以127.0.0...
如何部分自动完成?
英文: How to partially autocomplete? 问题 我正在使用 PSReadLine 版本 2.2.6(与 PowerShell 7.3 一起使用),具有以下配置选项: Set...
azure automation powershell runbook to get VM details in CSV file and export that CSV file to azure blob storage, can some one help on this
英文: azure automation powershell runbook to get VM details in CSV file and export that CSV file to az...
测试使用Invoke命令的网络连接。
英文: Test-Netconneciton using Invoke command 问题 我正在尝试从笔记本电脑上调用test-Net连接命令,用于超过1000台服务器。我正在使用以下代码进行执行...
在Powershell中在GUI窗口中创建一个进度条。
英文: Create a progress bar in a GUI window in Powershell 问题 我使用下面显示在我的PowerShell脚本中显示进度条的代码。它能够工作,但进度...
61