Skip to content

Commit

Permalink
Update NTFSSecurity.format.ps1xml
Browse files Browse the repository at this point in the history
On line 149, "ApplyTo" seems to have been replaced by a carriage return.
  • Loading branch information
AspenForester authored Jul 12, 2019
1 parent 577a1a8 commit 6471854
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions NTFSSecurity/NTFSSecurity.format.ps1xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@
</TableColumnItem>
<TableColumnItem>
<ScriptBlock>
[Security2.FileSystemSecurity2]::ConvertTo
($_.InheritanceFlags, $_.PropagationFlags)
[Security2.FileSystemSecurity2]::ConvertToApplyTo($_.InheritanceFlags, $_.PropagationFlags)
</ScriptBlock>
</TableColumnItem>
<TableColumnItem>
Expand Down Expand Up @@ -498,4 +497,4 @@
</View>

</ViewDefinitions>
</Configuration>
</Configuration>

0 comments on commit 6471854

Please sign in to comment.