使用 powerCLI 脚本编写脚本
是否可以使用 powerCLI 脚本进行脚本编写,以使用记事本自动创建 VM?或者任何 powerCLI 开发工具?
如何从头开始学习 PowerCLI 脚本以自动化 VM 创建?
Is it possible to do scripting using powerCLI scripts to automate VM creation using notepad? or any powerCLI developing tool?
How to go about studying PowerCLI scripting from scratch to automate VM creation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
大约两个月前,我开始学习powershell,因为需要使用PowerCLI:)。 PowerCLI 是编写 vmware vSphere Automation 脚本的最佳选择。
当您启动 PowerCLI 命令行工具时,您可以像在 powershell 中一样工作。此外,您可以使用所有包含的 cmdlet(超过 200 个)进行 vmware vSphere 自动化。
使用 PowerCLI 编写脚本与使用 Powershell 编写脚本完全相同。试试吧!
要开始使用:
注意
你不会在 stackoverflow 上找到很多关于 PowerCLI 的回答者(我认为,无论如何,除非我和其他人)。 @JPBlanc 创建了一个关于它的新标签这一事实就是一个证明。如果您确实需要脚本问题方面的支持,请直接访问 vmware 社区,您可以在那里找到所有内容。
关于记事本的注意事项
请勿使用记事本。使用 Powershell ISE 或 VIM 或 Notepad++ 等工具。
More or less two months ago, I started learning powershell because the needing of using PowerCLI :). PowerCLI is the best choice for scripting vmware vsphere automation.
When you start PowerCLI command line tool you can work there exactly as you were inside the powershell. Furthermore, you can use all the included cmdlets (more than 200) for vmware vsphere automation.
Scripting with PowerCLI is exactly the same as scripting with Powershell. Try it!
To get started:
NOTE
You won't find here at stackoverflow a lot of answerers about PowerCLI (I think and, anyway, unless me and someone other). The fact that @JPBlanc as created a new tag about it is a proof. If you really want support in your scripting questions go directly to the vmware community, you will find everything there.
NOTE ABOUT NOTEPAD
DO NOT USE NOTEPAD. Use something like Powershell ISE or VIM or Notepad++.
@JPBlanc 我使用 PowerGUI 脚本编辑器,它工作得很好。确保将其添加到您的 sendto 文件夹中,以便您可以将突出显示的脚本直接放入编辑器中。
@JPBlanc I use PowerGUI Script Editor and it works great. Make sure to add it to your sendto folder so you can just drop highlighted scripts right into the editor.