Anlage des Repos
This commit is contained in:
8
test/123.ps1
Normal file
8
test/123.ps1
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user