Hi!
I have multiple volumes (as nearly everybody nowadays): on Windows they end up specified as C:, D: and so on. How do I list these all like on a Unix machine with "ls /mnt/" with Powershell?
|
|
Hi! I have multiple volumes (as nearly everybody nowadays): on Windows they end up specified as C:, D: and so on. How do I list these all like on a Unix machine with "ls /mnt/" with Powershell?
|
||
|
|
|
To get all of the file system drives, you can use the following command:
|
||
|
|
|
PS Function:> get-psdrive |
||
|
|
|
Firstly, on Unix you use Anyhow, there's the |
||
|
|