CSV file

Winsage
January 14, 2026
The Collections tool in Microsoft Edge is being retired, and users will soon be unable to add new items to it. They are advised to export their saved content or transfer pages to Favorites before the feature is removed. Transferring to Favorites will result in the loss of additional content like images and notes, while exporting will preserve content in a CSV file but will not keep it within the browser. Collections has not gained significant traction among users, leading to its phased-out status. Additionally, the Edge Sidebar app list is also being retired, raising concerns about the future of the entire Sidebar feature as Microsoft aims to simplify Edge and promote Copilot.
Winsage
June 25, 2025
The process of gathering historical data for a Windows storage dashboard involves two steps: creating a PowerShell script to collect and save the data, and configuring the Windows Task Scheduler to run this script at set intervals. The script collects data on file system drives using the Get-PSDrive cmdlet, creating a custom PowerShell object with columns for Timestamp, Drive, UsedGB, FreeGB, and TotalGB, which is then exported to a CSV file. The script specifies the CSV file path, appends new data without overwriting existing data, and excludes type information from the header. The generated CSV file includes a header row and records for each drive with their respective usage statistics.
Search