How to write progress bars with PowerShell

preview_player
Показать описание
This video takes you step by step through how to create progress bars for your PowerShell scripts or functions.

My socials:

windows powershell powershell tutorial powershell scripting powershell for beginners powershell core
Рекомендации по теме
Комментарии
Автор

Awesome video! I'm trying to learn PowerShell for my job to automate some mundane tasks in our IT department, this will make it look like I know what I'm doing xD Cheers!!

TheRealJohnMadden
Автор

Thanks, trying to write progress for backing up the reg for reg changes. This helps a lot!

GoingMod
Автор

Awesome job!! I added the child progress bar to one of my loops and it worked like a charm!

jonathanlapar
Автор

This was so helpful. I am trying to use this in a script now. Also thanks for the Git link.

jonathanwitherspoon
Автор

looking for a way to also have the progress display in the taskbar and it seems that it's not trivial...

realNAKAMI
Автор

How to see progress for big file copy for the below line
Copy-item c:\test1 -Destination c:\test2 -Recurse

blackholechennai