PowerShell script to give me a full disk report and name the report based on user input

Problem:

I have been using a gui based tool for years to report on my backup disk media, outputting several key items of information.  I wanted to do all of this in PowerShell and automate it all.

Continue reading “PowerShell script to give me a full disk report and name the report based on user input”

PowerShell script to copy items to a folder and then move to another folder based on input

Problem:

This is to solve a manual process whereby I copied files from a local disk to a network share.  Then moved the files within the local disk to a backup folder.  I wanted the script to prompt the user for the destination drive.

Continue reading “PowerShell script to copy items to a folder and then move to another folder based on input”