PowerShell is extended by different providers that allow access to different data stores. The most ubiquitous one, however, is the filesystem provider. We use it automatically in many scripts and while working interactively on the command line.
This recipe introduces PowerShell providers and shows you what the filesystem provider can and can't do.