Skip to main content

NTFSSecurity

Module for managing file and folder security on NTFS volumes.

Managing permissions with PowerShell is only a bit easier than in VBS or the command line as there are no cmdlets for most day-to-day tasks like getting a permission report or adding permission to an item. PowerShell only offers Get-Acl and Set-Acl but everything in between getting and setting the ACL is missing. This module closes the gap.



Comments

Popular posts from this blog

Universal Dashboard

Cross-platform module for developing websites and REST APIs. Build dynamic websites to display data in controls like charts, tables and grids as dashboards for your whole organization. Take it a step further and build fully customizable web interfaces around your existing PowerShell logic. No need to learn JavaScript, HTML or CSS. Build websites just like you would build desktop apps. Author: Adam Driscoll https://www.powershellgallery.com/packages/UniversalDashboard/1.6.1 https://github.com/ironmansoftware/universal-dashboard https://ironmansoftware.com/universal-dashboard

ImportExcel

PowerShell module to import/export Excel spreadsheets, without Excel. Author: Doug Finke https://www.powershellgallery.com/packages/ImportExcel https://github.com/dfinke/ImportExcel https://www.youtube.com/watch?v=U3Ne_yX4tYo&list=PL5uoqS92stXioZw-u-ze_NtvSo0k0K0kq

PSWindowsUpdate

This module contain functions to manage Windows Update Client. Author: MichalGajda https://www.powershellgallery.com/packages/PSWindowsUpdate