alphaleonis / AlphaFS

AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes.
http://alphafs.alphaleonis.com/
MIT License
558 stars 99 forks source link

AlphaFS.dll - Minimum PowerShell Version Required #505

Closed avi081265 closed 5 years ago

avi081265 commented 5 years ago

We have different type of server and in process of creating file server inventory report (files and folders information).

Some of the file server are Windows Server 2008 with PowerShell 2.0 installed, will AlphaFS.dll support for PS ver 2.0?

Please confirm

Avian

alphaleonis commented 5 years ago

AlphaFS in its current version (2.2.x) should work in PowerShell 2.0 as well. But PowerShell 2.0 has been deprecated by Microsoft, and future versions of AlphaFS will likely not support PowerShell 2.0 (without .NET Framework 4.5 and CLR4 runtime).

avi081265 commented 5 years ago

Will this support Get-LongChildItem?