October 15, 2021
Announcements!
Release v7.1.5 Release of PowerShell
(github.com)
Come get the latest PowerShell release now!
By: PowerShell Team submitted:Jun 16 2022
Come get the latest PowerShell release now!
By: PowerShell Team submitted:Jun 16 2022
Blogs, Articles, and Posts
A closer look at the parsing code of a Crescendo output handler
(devblogs.microsoft.com)
In my previous post, I showed you how to parse the output from the netstat command. The output of
By: Sean Wheeler submitted:Jun 16 2022
In my previous post, I showed you how to parse the output from the netstat command. The output of
netstat is not very complex. The goal of the post was to introduce some parsing strategies that you can use to create a full Crescendo module. In this post, I explain the details of a more complex parsing function that I created for my VssAdmin module.
By: Sean Wheeler submitted:Jun 16 2022
Finding Modified Files with PowerShell
(jdhitsolutions.com)
Here's another task that I seem to be constantly fiddling with using PowerShell. What files did I
By: Jeff Hicks submitted:Jun 16 2022
Here's another task that I seem to be constantly fiddling with using PowerShell. What files did I
work on yesterday? Or what files were modified in the last 48 hours?
By: Jeff Hicks submitted:Jun 16 2022
From Standard User to Elevated Administrator
(thelazyadministrator.com)
Run Elevated PowerShell Commands with PowerShell Studio and Impersonation
By: Brad Wyatt submitted:Jun 16 2022
Run Elevated PowerShell Commands with PowerShell Studio and Impersonation
By: Brad Wyatt submitted:Jun 16 2022
PowerShell Splatting: Make Commands Shorter Again!
(jeffbrown.tech)
PowerShell commands can have lots of parameters. It can be difficult typing all of them out with
By: Jeff Brown submitted:Jun 16 2022
PowerShell commands can have lots of parameters. It can be difficult typing all of them out with
their values or using backticks to perform line continuation. Sounds like a case for PowerShell splatting!
By: Jeff Brown submitted:Jun 16 2022
Replacing Send-MailMessage
(reddit.com)
A good discussion on Reddit about replacements for Send-MailMessage
By: r/PowerShell submitted:Jun 16 2022
A good discussion on Reddit about replacements for Send-MailMessage
By: r/PowerShell submitted:Jun 16 2022
The 10 Basic PowerShell Commands You Need to Know
(adamtheautomator.com)
Have you ever tried to write some PowerShell code and got stuck? Worry no more! One of the best ways
By: Samuel Ogunleke submitted:Jun 16 2022
Have you ever tried to write some PowerShell code and got stuck? Worry no more! One of the best ways
to get good at PowerShell is by understanding the basics. Knowing a few basic PowerShell commands can make you a pro, and you'll automate administrative tasks more efficiently.
By: Samuel Ogunleke submitted:Jun 16 2022
Using PowerShell for Docker Confidence
(tommymaynard.com)
As I get deeper into Docker I thought that there might be some people out there with an
By: Tommy Maynard submitted:Jun 16 2022
As I get deeper into Docker I thought that there might be some people out there with an
understanding of PowerShell, that could use it to feel comfortable looking at Docker closer. So, that's who this is for.
By: Tommy Maynard submitted:Jun 16 2022
Projects, Scripts, and Modules
Automating with PowerShell: A much better partner portal
(cyberdrain.com)
This is my super secret project that I have been working on for some weeks. A lot of my time outside
By: Kelvin Tegelaar submitted:Jun 16 2022
This is my super secret project that I have been working on for some weeks. A lot of my time outside
of work was sunk into this effort. Somewhere last year I made a post about a better partner portal. This was super well received and I got a lot of amazing feedback on it.
By: Kelvin Tegelaar submitted:Jun 16 2022
ConvertTo-SQLSelect
(nocolumnname.blog)
There are times when I want to mess about with data in SQL Server, data that I have obtained in
By: Shane O'Neill submitted:Jun 16 2022
There are times when I want to mess about with data in SQL Server, data that I have obtained in
PowerShell. This will require some way to get the information from PowerShell into SQL Server.
By: Shane O'Neill submitted:Jun 16 2022
Microsoft_Surface_Warranty_Status.ps1
(github.com)
Query Microsoft Surface serial numbers from SCCM DB to get warranty status from Microsoft Warranty
By: BeholdenCypress submitted:Jun 16 2022
Query Microsoft Surface serial numbers from SCCM DB to get warranty status from Microsoft Warranty
rest API
By: BeholdenCypress submitted:Jun 16 2022
Books, Media, and Learning Resources
Automating Twitter using the Twitter API with Dave Carroll – YouTube
(youtube.com)
Dave Carroll is a DevOps engineer who has created a Twitter module for PowerShell that allows him to
By: Research Triangle PowerShell Users Group submitted:Jun 16 2022
Dave Carroll is a DevOps engineer who has created a Twitter module for PowerShell that allows him to
automate his tweets from his cmd prompt.
By: Research Triangle PowerShell Users Group submitted:Jun 16 2022
Get up to speed with Plaster with James Petty
(youtube.com)
For the October 2021 meeting of the SoCal PowerShell User Group, James Petty took some time to
By: SoCal PowerShell User Group submitted:Jun 16 2022
For the October 2021 meeting of the SoCal PowerShell User Group, James Petty took some time to
explore Plaster and how it can help us standardize our PowerShell module development.
By: SoCal PowerShell User Group submitted:Jun 16 2022
Do you have a suggestion for PowerShell Weekly? Do you know something that should be included? Let me know in the comments below, or on
twitter.