Trevor Sullivan
Announcements!
Voice your support for an AWS Lambda container base image for PowerShell
(github.com)
I recently discovered that AWS Lambda launched support for container images, and supported every
By: Trevor Sullivan submitted:Jun 16 2022
I recently discovered that AWS Lambda launched support for container images, and supported every
major language except for PowerShell. If you're interested in publishing AWS Lambda functions, by using a PowerShell container image, add your voice to this GitHub issue report. One of the AWS developers has responded and expressed interest in prioritizing, but we need to show interest / demand for this feature.
By: Trevor Sullivan submitted:Jun 16 2022
Blogs, Articles, and Posts
What is your favorite PowerShell module?
(twitter.com)
I learned about a few new ones reading through the replies.
By: Trevor Sullivan submitted:Jun 16 2022
I learned about a few new ones reading through the replies.
By: Trevor Sullivan submitted:Jun 16 2022
Why I use Visual Studio Code to write PowerShell
(trevorsullivan.net)
Since 2009, PowerShell users have been rewarded with an improvement over Notepad, for authoring
By: Trevor Sullivan submitted:Jun 15 2022
Since 2009, PowerShell users have been rewarded with an improvement over Notepad, for authoring
PowerShell scripts and modules. That tool is called the PowerShell Integrated Scripting Editor (ISE), which was originally included out-of-box with Windows 7 and PowerShell version 2.0. Over the years, PowerShell developers have used tools like Quest PowerGUI and Visual Studio with the PowerShell Tools Extension to write, test, and debug their PowerShell code. In fact, not all that long ago, I wrote about moving from PowerGUI over to Visual Studio for your PowerShell development work. Since then, the momentum in the software field has gotten more and more agile, requiring developers to invest more and more time learning, and less time focusing on their business logic.
By: Trevor Sullivan submitted:Jun 15 2022
Projects, Scripts, and Modules
Open Source YouTube PowerShell Module
(github.com)
A PowerShell module to manage YouTube content.
By: Trevor Sullivan submitted:Jun 16 2022
A PowerShell module to manage YouTube content.
By: Trevor Sullivan submitted:Jun 16 2022
Books, Media, and Learning Resources
Debugging PowerShell Modules with Pester Unit Tests in Visual Studio Code
(youtube.com)
If you are the author of a PowerShell module, you can use the built-in debugging tools in Microsoft
By: Trevor Sullivan submitted:Jun 16 2022
If you are the author of a PowerShell module, you can use the built-in debugging tools in Microsoft
Visual Studio Code to debug your script modules. In this video, we'll build a simple PowerShell script module, and then use the Pester unit testing module to write some failing tests. Then, we'll set a breakpoint in our module and break into the debugger when we execute the Pester unit tests. Once execution is paused, we'll step through the module code line by line, to discover where things are going wrong. We'll then fix the module code, and ensure that our Pester unit tests are passing.
By: Trevor Sullivan submitted:Jun 16 2022
Free 1-hour PowerShell training
(reddit.com)
on Windows 10 Notifications, for one week!
By: Trevor Sullivan submitted:Jun 16 2022
on Windows 10 Notifications, for one week!
By: Trevor Sullivan submitted:Jun 16 2022
Run Different PowerShell Versions Side-By-Side with Docker (YouTube)
(youtube.com)
You can run different versions of PowerShell side-by-side, on the same system, using Docker
By: Trevor Sullivan submitted:Jun 16 2022
You can run different versions of PowerShell side-by-side, on the same system, using Docker
containers! Let's take a look at how this works.
By: Trevor Sullivan submitted:Jun 16 2022
Run Tasks on Timers in PowerShell (YouTube)
(youtube.com)
You can use PowerShell to run tasks on periodic timers. For example, let's say that you want to
By: Trevor Sullivan submitted:Jun 16 2022
You can use PowerShell to run tasks on periodic timers. For example, let's say that you want to
clean up a folder with old log files on an hourly basis. Instead of using your operating system's task scheduler (ie. systemd on Linux, MacOS, or Windows Task Scheduler), you can use PowerShell to create a Timer.
By: Trevor Sullivan submitted:Jun 16 2022
Setting up Visual Studio Code for PowerShell Development (YouTube)
(youtube.com)
If you're an aspiring PowerShell developer, we'll explore the process of getting set up with Visual
By: Trevor Sullivan submitted:Jun 16 2022
If you're an aspiring PowerShell developer, we'll explore the process of getting set up with Visual
Studio Code for PowerShell development work. It doesn't matter if you're using Linux, Mac, or Windows, you can be productive as a PowerShell developer on any development platform!
By: Trevor Sullivan submitted:Jun 16 2022