Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
IN THIS CHAPTER, YOU WILL LEARN TO:
This chapter covers three important tools to add your own style to PowerShell: aliases, functions, and the pipe (|) operator.
Aliases provide a way to shorten long cmdlets, saving you typing. More importantly, aliases allow you to use your former command prompt knowledge and put it to use inside a PowerShell session.
Functions let you take PowerShell to an entirely new level. They extend the concept of aliases and can take advantage of the power of the .NET Framework.