<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Get NTFS Access Permissions using NTFSSecurity Module	</title>
	<atom:link href="https://thesysadminchannel.com/get-ntfs-access-permissions-using-ntfssecurity-module/feed/" rel="self" type="application/rss+xml" />
	<link>https://thesysadminchannel.com/get-ntfs-access-permissions-using-ntfssecurity-module/</link>
	<description>Documenting My Life as a System Administrator</description>
	<lastBuildDate>Fri, 21 Apr 2023 02:15:01 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Justin		</title>
		<link>https://thesysadminchannel.com/get-ntfs-access-permissions-using-ntfssecurity-module/#comment-10672</link>

		<dc:creator><![CDATA[Justin]]></dc:creator>
		<pubDate>Fri, 21 Apr 2023 02:15:01 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=674#comment-10672</guid>

					<description><![CDATA[Trying to figure out a script that will create an AD group then possibly create a folder on fileshare and set the permissions on an ACL.]]></description>
			<content:encoded><![CDATA[<p>Trying to figure out a script that will create an AD group then possibly create a folder on fileshare and set the permissions on an ACL.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sebastian L		</title>
		<link>https://thesysadminchannel.com/get-ntfs-access-permissions-using-ntfssecurity-module/#comment-6495</link>

		<dc:creator><![CDATA[Sebastian L]]></dc:creator>
		<pubDate>Wed, 07 Dec 2022 14:46:25 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=674#comment-6495</guid>

					<description><![CDATA[How to add ACL for USER2 like has USER1 recursive.
Get-ChildItem c:\TEMP  -recurse -Force &#124; where-object {($_.PsIsContainer)} &#124; Get-NTFSAccess –ExcludeInherited -Account AD\USER1
and what next?
I need to add user to in this paths]]></description>
			<content:encoded><![CDATA[<p>How to add ACL for USER2 like has USER1 recursive.<br />
Get-ChildItem c:\TEMP  -recurse -Force | where-object {($_.PsIsContainer)} | Get-NTFSAccess –ExcludeInherited -Account AD\USER1<br />
and what next?<br />
I need to add user to in this paths</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
