您可以在单 PowerShell 会话中编写将 PowerCLI cmdlet 和 Mirage PowerCLI cmdlet 组合在一起的脚本。
过程
- 安装 PowerCLI
- 将 Mirage_PowerCLI.zip 文件解压缩到 PowerCLI 模块目录。
默认目录路径为
C:\Program Files (x86)\VMware\Infrastructure\vSphere PowerCLI\Modules,文件夹为
VMware.Mirage.Cmds。
- 访问 Microsoft PowerShell 并导入必要的模块。
Import-Module VMware.Mirage.Cmds 命令可导入
Mirage PowerShell 模块。
Import-Module VMware.VimAutomation.Core 命令可导入 vSphere PowerShell 模块。