Showing 2 Result(s)

Out putting folder sizes to CSV with PowerShell

I wanted a way to track trends of some file shares on a server over time so I have written this powershell script to monitor them and put the data into a .csv file. This will also create the CSV file if it doesn’t exist already. My plan is to pump the CSV into PowerBI …