Book Image

Learning PowerCLI for VMware VSphere

By : Robert van den Nieuwendijk
Book Image

Learning PowerCLI for VMware VSphere

By: Robert van den Nieuwendijk

Overview of this book

Table of Contents (17 chapters)
Learning PowerCLI
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, you learned how to use PowerShell objects, their properties, and methods. You saw variable and subexpression expansion in strings and here-strings. You learned about the PowerShell pipeline and parameter binding using the ByValue or ByPropertyName parameter binding types. You learned how to use the PowerShell object cmdlets: Select-Object, Where-Object, ForEach-Object, Sort-Object, Measure-Object, Group-Object, Compare-Object, Tee-Object, and New-Object. We looked at different methods to create new objects. Finally, you saw an example of how to use COM objects.

In the next chapter, you will learn how to manage VMware vSphere hosts with PowerCLI.