Free PowerCLI Editor

What is the best editor to use with PowerCLI?  I'm looking to compare tools such as Microsoft PowerShell ISE who can create and run scripts and perhaps do more to make the script easier.  Suggestions?

It is not the editor who deals with integration, simply load the snap-ins PowerCLI in an editor to start using PowerCLI cmdlets.

This can be done like this

Add-PSSnapin Vmware *.

Who will take care of all the software components pluggable PowerCLI.

You can also place this line in one of the profiles, in this way, the snap-ins are loaded each time you start a session, independent of the editor you are using.

Some editors even allow you to specify what snap-ins it should load when you start the editor.

Tags: VMware

Similar Questions

Maybe you are looking for