Joe Caverly Aug 2,058 83 2021-01-02 #1 Please modify @FILESIZE to return the size of an NTFS File Stream. Reference Post Joe
vefatica May 13,190 180 2021-01-02 #2 In the meantime ... I have Code: 2020-02-16 11:35 1,446 timecheck.btm 853 nist.txt:$DATA 204 nonnist.txt:$DATA I can do this at a Powershell prompt. Code: V:\> (get-item .\timecheck.btm:nist.txt).length 853 But I don't know how to get that info using PSHELL or @PSHELL.
In the meantime ... I have Code: 2020-02-16 11:35 1,446 timecheck.btm 853 nist.txt:$DATA 204 nonnist.txt:$DATA I can do this at a Powershell prompt. Code: V:\> (get-item .\timecheck.btm:nist.txt).length 853 But I don't know how to get that info using PSHELL or @PSHELL.