PowerShell模块开发入门指南
模块基础结构
1 | # 创建模块目录结构 |
清单文件配置
1 | @{ |
函数导出实践
1 | function Get-SystemInfo { |
模块发布流程
1 | # 生成模块清单 |
PowerShell模块开发入门指南
http://blog.vichamp.com/2025/01/30/powershell-module-development/
1 | # 创建模块目录结构 |
1 | @{ |
1 | function Get-SystemInfo { |
1 | # 生成模块清单 |
PowerShell模块开发入门指南
http://blog.vichamp.com/2025/01/30/powershell-module-development/