hi all,
I'm new to PowerShell and also new here, this is my first question! :-)
I'm learning PowerShell and my first project is to make a script that will remove some files on computers to free some disk space.
I know how to ask for the pc name to connect to, how to connect to it, browse files and folders and do the deletion, those are all good. What I can't find yet is how to display the progress to the technician that will use my script.
I would like to display a status window that I will update with the current folder and the files that are being deleted.
Can someone please give me a hint as to what I need to start me up in the correct direction?
Thank you!