Scripting Success A Deep Dive into Tiny PowerShell Projects - Doug Finke

preview_player
Показать описание

Unlock the potential of PowerShell with this hands-on demonstration. Watch as Doug takes you through the nitty-gritty of setting up, scripting, and testing tiny PowerShell projects with finesse and precision.

In This Video:
- GitHub to Local: Step-by-step project cloning for local development with VS Code.
- PowerShell Testing: Strategies for creating and running multiple solutions with robust testing routines.
- Live Scripting: Doug writes and refactors PowerShell code live, demonstrating best practices and common pitfalls.
- Test-Driven Development: A look into PowerShell test frameworks and efficient testing methods.

Perfect For:
- PowerShell enthusiasts looking to sharpen their skills.
- Developers keen on script efficiency and best practices.
- Beginners in automation and scripting seeking practical guidance.

Don't Miss Out:
Subscribe for more deep dives with Doug and hit the bell icon to stay updated on the latest in PowerShell scripting and automation. Drop your questions and thoughts in the comments, and join the conversation!

Like, Share, and Subscribe: Your support means more expert content and scripting insights from Doug!
Рекомендации по теме
Комментарии
Автор

Importexcel is probably my most useful module ever.

uSlackr
Автор

Wow, Doug,

Absolutely fantastic job on 'Scripting Success: A Deep Dive into Tiny PowerShell Projects'. I've learned so much from it. I've become so enthusiastic about checking out the Tiny PowerShell Projects and trying to create them myself. Can Pester be integrated with AI to achieve more intelligent testing? It's highly recommended! 😊👍

robbrinkkemper
Автор

Hi Doug!

Thank you for your video!


I run into the following problem :( :
When I try to run the .\AllTest.ps1 it gives me the following error:
"Invoke-Pester .\test.ps1 -Output Detailed
|
Parameter cannot be processed because the parameter name 'Output' is ambiguous. Possible matches include: -OutputXml -OutputFile -OutputFormat"
I tried to change the Invoke-Pester command in the AllTest.ps1 file with the suggested parameter matches but I can't get it to work.

Do you know how I can get it working?

chaz
join shbcf.ru