{"id":30,"title":"Get-FSPermissions","content":"<div   dir=\"ltr\"> <code>Get-FSPermissions<\/code> projesi, dosya sistemi izinlerini kolayca almay\u0131 ve analiz etmeyi sa\u011flayan bir PowerShell beti\u011fidir. Bu ara\u00e7 sayesinde belirli dosya ve klas\u00f6rlerin eri\u015fim kontrol listelerini (ACL'ler) ve g\u00fcvenlik tan\u0131mlay\u0131c\u0131lar\u0131n\u0131 h\u0131zl\u0131 bir \u015fekilde g\u00f6r\u00fcnt\u00fcleyebilirsiniz. Sistem y\u00f6neticileri ve g\u00fcvenlik uzmanlar\u0131 i\u00e7in dosya sistemi izinlerini denetleme ve sorun giderme s\u00fcre\u00e7lerini basitle\u015ftirmeyi hedefler. &nbsp; <h3>\u00d6zellikler<\/h3> &nbsp; <ul> <li><b>Detayl\u0131 \u0130zin Raporlamas\u0131:<\/b> Belirli bir dosya veya klas\u00f6rdeki kullan\u0131c\u0131 ve grup izinlerini ayr\u0131nt\u0131l\u0131 olarak listeler.<\/li> <li><b>Kullan\u0131m Kolayl\u0131\u011f\u0131:<\/b> PowerShell ortam\u0131nda basit komutlarla \u00e7al\u0131\u015facak \u015fekilde tasarlanm\u0131\u015ft\u0131r.<\/li> <li><b>Yol Tabanl\u0131 Sorgulama:<\/b> Belirli bir dizin veya dosya yolu i\u00e7in izin bilgilerini alabilir.<\/li> <li><b>Esnek \u00c7\u0131kt\u0131:<\/b> \u0130zin bilgilerini okunabilir bir formatta sunar, iste\u011fe ba\u011fl\u0131 olarak farkl\u0131 formatlarda (\u00f6rne\u011fin CSV, JSON) d\u0131\u015fa aktar\u0131labilir (e\u011fer betikte bu \u00f6zellik varsa veya gelecekte eklenecekse).<\/li> <\/ul> &nbsp; <h3>Kurulum<\/h3> &nbsp; Bu proje bir PowerShell beti\u011fi oldu\u011fundan, \u00f6zel bir kurulum ad\u0131m\u0131 gerektirmez. <ol start=\"1\"> <li><b>Depoyu Klonlay\u0131n:<\/b> <div > <div > <span >Bash<\/span> <div ><\/div> <\/div> <div > <div > <pre ><code  role=\"text\" data-test->git <span >clone<\/span> https:\/\/github.com\/onder7\/Get-FSPermissions.git <\/code><\/pre> <\/div> <\/div> <\/div> veya projenin ZIP dosyas\u0131n\u0131 indirip istedi\u011finiz bir dizine \u00e7\u0131kar\u0131n.<\/li> <li><b>Beti\u011fi \u00c7al\u0131\u015ft\u0131r\u0131n:<\/b> PowerShell konsolunuzdan betik dosyas\u0131na (<code>Get-FSPermissions.ps1<\/code> gibi) gidin ve \u00e7al\u0131\u015ft\u0131r\u0131n.<\/li> <\/ol> &nbsp; <h3>Nas\u0131l Kullan\u0131l\u0131r?<\/h3> &nbsp; Beti\u011fi bir PowerShell konsolunda \u00e7al\u0131\u015ft\u0131rarak dosya veya klas\u00f6r izinlerini g\u00f6r\u00fcnt\u00fcleyebilirsiniz. <b>\u00d6rnek Kullan\u0131m:<\/b> Belirli bir klas\u00f6r\u00fcn izinlerini almak i\u00e7in: <div > <div > <span >PowerShell<\/span> <div ><\/div> <\/div> <div > <div > <pre ><code  role=\"text\" data-test->.\/<span >Get-FSPermissions<\/span>.ps1 <span >-Path<\/span> <span >\"C:\\MyImportantFolder\"<\/span> <\/code><\/pre> <\/div> <\/div> <\/div> Belirli bir dosyan\u0131n izinlerini almak i\u00e7in: <div > <div > <span >PowerShell<\/span> <div ><\/div> <\/div> <div > <div > <pre ><code  role=\"text\" data-test->.\/<span >Get-FSPermissions<\/span>.ps1 <span >-Path<\/span> <span >\"C:\\MyImportantFolder\\document.txt\"<\/span> <\/code><\/pre> <\/div> <\/div> <\/div> <i>(Not: Yukar\u0131daki komutlar varsay\u0131msald\u0131r ve beti\u011finize \u00f6zg\u00fc parametre adlar\u0131na g\u00f6re ayarlanmal\u0131d\u0131r.)<\/i> &nbsp; &nbsp; &nbsp; <h2>English<\/h2> The <code>Get-FSPermissions<\/code> project is a PowerShell script designed to easily retrieve and analyze file system permissions. With this tool, you can quickly view the Access Control Lists (ACLs) and security descriptors of specific files and folders. It aims to simplify the process of auditing and troubleshooting file system permissions for system administrators and security professionals. &nbsp; <h3>Features<\/h3> &nbsp; <ul> <li><b>Detailed Permission Reporting:<\/b> Lists user and group permissions in detail for a given file or folder.<\/li> <li><b>Ease of Use:<\/b> Designed to work with simple commands within the PowerShell environment.<\/li> <li><b>Path-Based Querying:<\/b> Can retrieve permission information for a specific directory or file path.<\/li> <li><b>Flexible Output:<\/b> Presents permission information in a readable format, optionally exportable to different formats (e.g., CSV, JSON) if this feature is present in the script or planned for future development.<\/li> <\/ul> &nbsp; <h3>Installation<\/h3> &nbsp; As this is a PowerShell script, it does not require a special installation process. <ol start=\"1\"> <li><b>Clone the Repository:<\/b> <div > <div > <span >Bash<\/span> <div ><\/div> <\/div> <div > <div > <pre ><code  role=\"text\" data-test->git <span >clone<\/span> https:\/\/github.com\/onder7\/Get-FSPermissions.git <\/code><\/pre> <\/div> <\/div> <\/div> Alternatively, download the project as a ZIP file and extract it to your desired directory.<\/li> <li><b>Run the Script:<\/b> Navigate to the script file (e.g., <code>Get-FSPermissions.ps1<\/code>) from your PowerShell console and execute it.<\/li> <\/ol> &nbsp; <h3>How to Use<\/h3> &nbsp; You can view file or folder permissions by running the script in a PowerShell console. <b>Example Usage:<\/b> To get permissions for a specific folder: <div > <div > <span >PowerShell<\/span> <div ><\/div> <\/div> <div > <div > <pre ><code  role=\"text\" data-test->.\/<span >Get-FSPermissions<\/span>.ps1 <span >-Path<\/span> <span >\"C:\\MyImportantFolder\"<\/span> <\/code><\/pre> <\/div> <\/div> <\/div> To get permissions for a specific file: <div > <div > <span >PowerShell<\/span> <div ><\/div> <\/div> <div > <div > <pre ><code  role=\"text\" data-test->.\/<span >Get-FSPermissions<\/span>.ps1 <span >-Path<\/span> <span >\"C:\\MyImportantFolder\\document.txt\"<\/span> <\/code><\/pre> <\/div> <\/div> <\/div> <i>(Note: The commands above are hypothetical and should be adjusted according to the specific parameter names in your script.)<\/i> &nbsp; <hr \/> <\/div>","excerpt":"Get-FSPermissions projesi, dosya sistemi izinlerini kolayca almay\u0131 ve analiz etmeyi sa\u011flayan bir PowerShell beti\u011fidir. Bu ara\u00e7 sayesinde belirli...","created_at":"2025-07-16 10:12:07","updated_at":"2026-09-06 07:58:44","category_id":6,"view_count":633,"reading_time":3,"status":"published","editor_choice":0,"is_editor_choice":0,"published_at":"2025-07-16 10:12:07","featured_image":"resimyok.jpg","slug":"get-fspermissions","category_name":"Sistem","category_slug":"sistem","category_color":"#3b82f6"}