November 6, 2020
Announcements!
The Return of the PowerShell DevOps Global Summit
(powershell.org)
The DevOps Collective INC is pleased to announce the return of the PowerShell + DevOps Global Summit
By: PowerShell.org submitted:Jun 16 2022
The DevOps Collective INC is pleased to announce the return of the PowerShell + DevOps Global Summit
in April of 2021.
By: PowerShell.org submitted:Jun 16 2022
Blogs, Articles, and Posts
Back to Basics: How to Manage Windows Services with PowerShell
(adamtheautomator.com)
Windows services is one of those topics nearly every Windows sysadmin has to work with. To manage
By: Adam Bertram submitted:Jun 16 2022
Windows services is one of those topics nearly every Windows sysadmin has to work with. To manage
Windows services you could fire up the services.msc MMC snap-in for one-off tasks but what if you need to build some kind of automation with PowerShell? Learn how to use PowerShell to get a service, use PowerShell to start a service, use PowerShell to stop a service, and use PowerShell to restart a service in this tutorial!
By: Adam Bertram submitted:Jun 16 2022
Finding Zombie Files with PowerShell
(jdhitsolutions.com)
Ok, maybe these aren't really living dead files, but rather files with a 0-byte length. It is
By: Jeff Hicks submitted:Jun 16 2022
Ok, maybe these aren't really living dead files, but rather files with a 0-byte length. It is
certainly possible that you may intentionally want a 0 length file. But perhaps they are artifacts or accidents that you'd like to clean up. Here's one approach you might take.
By: Jeff Hicks submitted:Jun 16 2022
How to Get a Computer Name with PowerShell
(adamtheautomator.com)
Do you need to find a local or remote Windows computer's name in a PowerShell script? Look no
By: Adam Bertram submitted:Jun 16 2022
Do you need to find a local or remote Windows computer's name in a PowerShell script? Look no
further. In this tutorial, you're going to learn how to use PowerShell to get a computer name in a few different and sometimes unexpected ways.
By: Adam Bertram submitted:Jun 16 2022
Monitoring with PowerShell: Monitoring Outlook offline mode and OST Sizes, and active PSTS
(cyberdrain.com)
Todays blog I'm going to be showing how to monitor if outlook has been set to offline mode by the
By: Kelvin Tegelaar submitted:Jun 16 2022
Todays blog I'm going to be showing how to monitor if outlook has been set to offline mode by the
user, and if the OST size is nearing it's maximum size, as a bonus I'm also giving you the option of alerting on active PST files. The offline mode is just a handy gizmo to notify users that they might've misclicked - It still happens to our users from time to time.
By: Kelvin Tegelaar submitted:Jun 16 2022
PowerShell and Containers
(phillipsj.net)
Did you know that Microsoft published official container images for PowerShell? Those official
By: Jamie Phillips submitted:Jun 16 2022
Did you know that Microsoft published official container images for PowerShell? Those official
images can be found here, and one cool thing to note is that there are even some ARM images. It is incredibly cool that these are provided as it makes shipping PowerShell tools simpler or hosting any PowerShell based script. I have two different use cases that I can demonstrate that make these pretty cool. The first demo is going to be using the Alpine image as the base image for building a container that hosts a Polaris based REST API, like I blogged about a few weeks ago. The second demo will be to host a PowerShell script that needs to run as a sidecar to a SQL Server container. Let's dive into these demos.
By: Jamie Phillips submitted:Jun 16 2022
Start and execute Windows Updates on multiple servers
(reddit.com)
An interesting discussion on patch management with PowerShell and if it is really the right tool for
By: u/shab3y submitted:Jun 16 2022
An interesting discussion on patch management with PowerShell and if it is really the right tool for
the job.
By: u/shab3y submitted:Jun 16 2022
You can convert a PS1 file to EXE
(twitter.com)
with iexpress which is installed by default on Windows
By: Damien Van Robaeys submitted:Jun 16 2022
with iexpress which is installed by default on Windows
By: Damien Van Robaeys submitted:Jun 16 2022
Projects, Scripts, and Modules
MS Teams Uninstall – Reinstall
(reddit.com)
Here is my script, it is uninstall MS Teams with update.exe --uninstall, Remove this folder:
By: u/jaqb7 submitted:Jun 16 2022
Here is my script, it is uninstall MS Teams with update.exe --uninstall, Remove this folder:
'C:Users\AppDataRoamingMicrosoftTeams', Clear this registry entry 'HKCU:SoftwareMicrosoftOfficeTeamsPreventInstallationFromMsi', download Teams installer to c:temp as teams.exe, execute teams.exe --silent
By: u/jaqb7 submitted:Jun 16 2022
Publish to PowerShellGallery with GitHub Actions
(robstr.dev)
My next step in automating my PowerShell module development workflow is to have my module deploy to
By: Roberth Strand submitted:Jun 16 2022
My next step in automating my PowerShell module development workflow is to have my module deploy to
PowerShellGallery when creating a GitHub release. Last time it was doing unit testing with pester, now we want our code to get out in the world.
By: Roberth Strand submitted:Jun 16 2022
Books, Media, and Learning Resources
Free PowerShell Security e-Book by Script Runner
(lp.scriptrunner.com)
This is really good material for people who are not sure about how to secure PowerShell within their
By: Script Runner submitted:Jun 16 2022
This is really good material for people who are not sure about how to secure PowerShell within their
environments. Featured topics: Control execution of scripts using execution policy, codesigning and constrained language mode. Secure PowerShell remoting with SSH und TLS. Delegate administrative tasks with JEA. Audit and analyze PowerShell activities, encrypt logs. Improve code quality following best practices.
By: Script Runner submitted:Jun 16 2022
Fun
Happy Cakeday, r/PowerShell! Today you’re 12
(reddit.com)
Let's look back at some memorable moments and interesting insights from last year.
By: Reddit submitted:Jun 16 2022
Let's look back at some memorable moments and interesting insights from last year.
By: Reddit 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.