I want to get the file size of millions of files. I have the file path of those files stored in a table in SQL server.
Can I use a power Shell function that gets file size given file path by cross applying the table in the SQL Server?
I want to get the file size of millions of files. I have the file path of those files stored in a table in SQL server.
Can I use a power Shell function that gets file size given file path by cross applying the table in the SQL Server?