Hello all, somewhat stuck and I hope you can help.
I want to be able to check if the Length property of items contains either "(" or ")", checked with either Get-ChildItem or Get-Item.
For example, in the below the "()" are there.
Get-Item "Y:\Apps\sslscan-win-2.0.10\sslscan.exe"
Directory: Y:\Apps\sslscan-win-2.0.10
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a---- 27/04/2021 16:39 (3440142) sslscan.exe
When i specifically check the Length it drops them. Is it possible to keep them?
(Get-Item "Y:\Apps\sslscan-win-2.0.10\sslscan.exe").Length
3440142