📜 ⬆️ ⬇️

[VMware vSphere] help creating PowerShell scripts

Many engineers working with VMware Virtual Infrastructure / vSphere products,
faced with the need to use scripts on PowerShell.
about the PowerCLI library itself, which allows you to manage a virtual infrastructure built on VMware products,
written quite a lot.
For me, the main sources of information on PowerCLI are the following sites:
communities.vmware.com/community/vmtn/vsphere/automationtools/windows_toolkit
blogs.vmware.com/vipowershell
www.virtu-al.net/category/powercli

Often there is a need to find out with which PowerCLI cmdlet exactly this or that action is performed.
the Onyx project can help with this - a proxy server between the vSphere Client and vCenter,
allows you to record actions performed in the vSphere Client GUI,
as a PowerCLI script.
This utility does not produce the most optimal script, but is useful in cases
when you need to quickly find a way to automate any actions using PowerCLI

A vSphere PowerCLI Blog post with video demonstration:
blogs.vmware.com/vipowershell/2009/11/project-onyx-is-here.html
')
distribution:
tinyurl.com/ygayony

Ps. A nice post with a set of links that can help start using PowerCLI:
www.virtu-al.net/2009/11/10/powercli-where-do-i-start

Source: https://habr.com/ru/post/77233/


All Articles