($Folder in $FolderPath) { · $Acl = Get-Acl -Path $Folder.FullName · ForEach ($Access in $Acl.Access) { · $Properties = [ordered]@{'Folder Name'$ ...
確定! 回上一頁