Overview
FileSystem is a builtin PSProvider in Powershell.
FileSystem can have one or more PSDrive depending on the system.
In windows, drives can be C:
, D:
and so on. In linux they can be some mount points.
This section introduces how to manipulate file system objects with item-related cmdlet.