Инструменты пользователя

Инструменты сайта


os:win:ntfs

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слеваПредыдущая версия
Следующая версия
Предыдущая версия
os:win:ntfs [15.09.2019 10:56] viacheslavos:win:ntfs [30.07.2024 19:21] (текущий) – внешнее изменение 127.0.0.1
Строка 1: Строка 1:
 +==== AGDLP ====
 +https://en.wikipedia.org/wiki/AGDLP
 +
 +User and computer **a**ccounts are members of **g**lobal groups that represent business roles, which are members of **d**omain **l**ocal groups that describe resource **p**ermissions or user rights assignments.
 +
 +{{youtube>zHHzjjqVhTc?large}}
 +
 +==== NTFSSecurity ====
 +Managing file and folder permissions in Windows PowerShell ... is far from being comfortable. You can download the module from the Script Center Repository: [[https://gallery.technet.microsoft.com/scriptcenter/1abd77a5-9c0b-4a2b-acef-90dbb2b84e85|File System Security PowerShell Module]].\\
 +https://devblogs.microsoft.com/scripting/weekend-scripter-use-powershell-to-get-add-and-remove-ntfs-permissions/
 +
 +"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."\\
 +https://github.com/raandree/NTFSSecurity
 +
 +<code powershell>
 +Install-Module -Name NTFSSecurity -Scope CurrentUser -SkipPublisherCheck
 +</code>
 +
 +
 +
 +
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki