powershell 在PowerShell中快速查看模块源代码

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 在PowerShell中快速查看模块源代码相关的知识,希望对你有一定的参考价值。

cd (Get-Module PSDesiredStateConfiguration -ListAvailable).ModuleBase
psEdit .\PSDesiredStateConfiguration.psm1

#now lets search the source code for what we are looking for and get line numbers
Select-String -Path .\PSDesiredStateConfiguration.psm1 -Pattern EncryptedToPlaintextNotAllowed

以上是关于powershell 在PowerShell中快速查看模块源代码的主要内容,如果未能解决你的问题,请参考以下文章

powershell自动提示、快速跳转、代理设置

在powershell中快速比较两个大的csv(行和列)

win7怎样运行powershell脚本

PowerShell 快速入门

PowerShell 快速入门

PowerShell 快速入门