@@ -106,7 +106,7 @@ namespace NTFSSecurity | |||||
{ | { | ||||
if (passThru) | if (passThru) | ||||
{ | { | ||||
FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(item); | |||||
WriteObject(FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(item)); | |||||
} | } | ||||
} | } | ||||
} | } | ||||
@@ -119,7 +119,7 @@ namespace NTFSSecurity | |||||
if (passThru) | if (passThru) | ||||
{ | { | ||||
FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(sd); | |||||
WriteObject(FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(sd)); | |||||
} | } | ||||
} | } | ||||
} | } | ||||
@@ -107,7 +107,7 @@ namespace NTFSSecurity | |||||
{ | { | ||||
if (passThru) | if (passThru) | ||||
{ | { | ||||
FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(item); | |||||
WriteObject(FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(item)); | |||||
} | } | ||||
} | } | ||||
} | } | ||||
@@ -120,7 +120,7 @@ namespace NTFSSecurity | |||||
if (passThru) | if (passThru) | ||||
{ | { | ||||
FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(sd); | |||||
WriteObject(FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(sd)); | |||||
} | } | ||||
} | } | ||||
} | } | ||||
@@ -106,7 +106,7 @@ namespace NTFSSecurity | |||||
{ | { | ||||
if (passThru) | if (passThru) | ||||
{ | { | ||||
FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(item); | |||||
WriteObject(FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(item)); | |||||
} | } | ||||
} | } | ||||
} | } | ||||
@@ -119,7 +119,7 @@ namespace NTFSSecurity | |||||
if (passThru) | if (passThru) | ||||
{ | { | ||||
FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(sd); | |||||
WriteObject(FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(sd)); | |||||
} | } | ||||
} | } | ||||
} | } | ||||
@@ -106,7 +106,7 @@ namespace NTFSSecurity | |||||
{ | { | ||||
if (passThru) | if (passThru) | ||||
{ | { | ||||
FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(item); | |||||
WriteObject(FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(item)); | |||||
} | } | ||||
} | } | ||||
} | } | ||||
@@ -119,7 +119,7 @@ namespace NTFSSecurity | |||||
if (passThru) | if (passThru) | ||||
{ | { | ||||
FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(sd); | |||||
WriteObject(FileSystemInheritanceInfo.GetFileSystemInheritanceInfo(sd)); | |||||
} | } | ||||
} | } | ||||
} | } | ||||