June 19, 2020
Blogs, Articles, and Posts
Building a PowerShell Inventory
(jdhitsolutions.com)
A few weeks ago, a new Iron Scripter PowerShell scripting challenge was issued. For this challenge
By: Jeff Hicks submitted:Jun 16 2022
A few weeks ago, a new Iron Scripter PowerShell scripting challenge was issued. For this challenge
we were asked to write some PowerShell code that we could use to inventory our PowerShell script library. Here's how I approached the problem, which by no means is the only way.
By: Jeff Hicks submitted:Jun 16 2022
My Windows Terminal Color Schemes
(thomasmaurer.ch)
The Windows Terminal became generally available at the Microsoft Build 2020 virtual conference a
By: Thomas Maurer submitted:Jun 16 2022
The Windows Terminal became generally available at the Microsoft Build 2020 virtual conference a
couple of weeks ago. I already blogged about how you can customize your Windows Terminal settings and shared my settings.json file. Many people asked me about the different Windows Terminal Color Schemes I use. So I thought a blog post would be a good way of sharing my Windows Terminal Schemes.
By: Thomas Maurer submitted:Jun 16 2022
Need to remove formatting, etc from clipboard contents to paste into something that doesn’t have a text only paste?
(twitter.com)
Create a desktop shortcut thus, problem solved
By: Guy Leech submitted:Jun 16 2022
Create a desktop shortcut thus, problem solved
By: Guy Leech submitted:Jun 16 2022
Resolving PowerShell Module Assembly Dependency Conflicts
(devblogs.microsoft.com)
When writing a PowerShell module, especially a binary module (i.e. one written in a language like C#
By: Michael Taylor submitted:Jun 16 2022
When writing a PowerShell module, especially a binary module (i.e. one written in a language like C#
and loaded into PowerShell as an assembly/DLL), it's natural to take dependencies on other packages or libraries to provide functionality.
By: Michael Taylor submitted:Jun 16 2022
Projects, Scripts, and Modules
Getting started with AutomatedLab
(sysmansquad.com)
Have you ever wanted to build a lab environment, but didn't know where to get started? AutomatedLab
By: Adam Cook submitted:Jun 16 2022
Have you ever wanted to build a lab environment, but didn't know where to get started? AutomatedLab
offers you an easy way to do it. Adam explains how to get started here.
By: Adam Cook submitted:Jun 16 2022
PSAppDeployToolkit-Plus
(magitekai.com)
PSAppDeployToolkit-Plus is an extension to the wonderful open-source project, PSAppDeployToolkit.
By: u/cybermoloch submitted:Jun 16 2022
PSAppDeployToolkit-Plus is an extension to the wonderful open-source project, PSAppDeployToolkit.
The goal is to utilize the toolkit in a more consistent and easier to uddate manner
By: u/cybermoloch submitted:Jun 16 2022
PSProfiler 1.0.1.0
(powershellgallery.com)
A great tool that will measure the execution time of each line of your script.
By: Mathias Jessen submitted:Jun 16 2022
A great tool that will measure the execution time of each line of your script.
By: Mathias Jessen submitted:Jun 16 2022
Fun
Was testing REGEX, when suddenly…
(reddit.com)
It happens to the best of us
By: u/SupremeDictatorPaul submitted:Jun 16 2022
It happens to the best of us
By: u/SupremeDictatorPaul 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.