8 lines
280 B
PowerShell
8 lines
280 B
PowerShell
Get-PSDrive -PSProvider FileSystemName -Scope local -ErrorAction SilentlyContinue | select root
|
|
#", "Registry" oder "Certificate".
|
|
|
|
#-Scope <string>
|
|
|
|
foreach "(Get-PSDrive -PSProvider FileSystemName -Scope local -ErrorAction SilentlyContinue | select root)" {
|
|
Echo
|
|
} |