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

6
test/Get-ACList.ps1 Normal file
View File

@@ -0,0 +1,6 @@
$acl = Get-Acl -Path D:\Skiptentwicklung
$acl.Access | ForEach-Object { $_.identityReference.value |
Where-Object { $_ -eq '$env:USERNAME' } } | format-list
Write-Host $acl