8
0

Anlage des Repos

This commit is contained in:
2024-01-24 16:42:38 +01:00
commit 38d6a271c4
1785 changed files with 3051496 additions and 0 deletions

8
test/123.ps1 Normal file
View 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
}