Anlage des Repos
This commit is contained in:
6
test/Get-ACList.ps1
Normal file
6
test/Get-ACList.ps1
Normal 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
|
||||
Reference in New Issue
Block a user