One of the most powerful features of Windows PowerShell™ is that it lets you navigate through many different data stores by using the same familiar techniques that you use to navigate in the file system.

In addition to the familiar file system drives, such as C: and D:, Windows PowerShell includes drives that represent the HKEY_LOCAL_MACHINE (HKLM:) and HKEY_CURRENT_USER (HKCU:) registry hives, the digital signature certificate store on your computer (Cert:), and the functions in the current session (Function:), among others. These are known as Windows PowerShell drives.

Windows PowerShell™ comes with several useful drives which are supported by Windows PowerShell providers. To see a list of Windows PowerShell drives, type:

get-psdrive

This section contains the following topics:




Table Of Contents