PowerShell for Admins

ICYMI: PowerShell Week of 27-September-2019

Robin Dadswell
2 min read
Share:

Topics include emojis, orchestration, 365 storage, ternary operators, bash and more.

Special thanks to Robin Dadswell, Mark Roloff, Prasoon Karunan V, and Kevin Laux.

VM orchestration using PowerShell Core and Azure Functions

by Olivier Miossec on 23rd September

Imagine a situation where you need to download data from external sources and you need to make complex calculations and aggregations on it. You don’t know in advance the amount of data you will have and the schedule of flow during the day, more calculations and aggregations process are mono-thread. Find out how to setup this using PowerShell!

Clear Office 365 Storage Size with Versioning

by Ricardo Calejo on 24th September

One of the things most people don’t know when creating a Group or a Team with an associated SharePoint Site, or even a new sitecollection, is that out of the box, its document libraries (or similar) have versioning enabled and supporting a maximum of 500 versions. This a cool feature, but can impact your Office365 storage quota and severely decrease its size.

Getting Familiar with the Ternary Operator in PowerShell 7

by Josh King on 25th September

What the heck is a “ternary” and what’s it doing in my PowerShell?!

Integrate Linux Commands into Windows with PowerShell and the Windows Subsystem for Linux

by Mike Battista on 26th September

A common question Windows developers have is “why doesn’t Windows have ‘INSERT FAVORITE LINUX COMMAND HERE’ yet?”. Whether longing for a powerful pager like less or wanting to use familiar commands like grep or sed, Windows developers desire easy access to these commands as part of their core workflow.

Generate an overview of all Microsoft Flows with PowerShell

by Maarten Peeters on 26th September

Users can easily create flows in SharePoint and in their OneDrive so as a company you want to monitor and manage this behaviour. With PowerShell you can generate a list all flows that have been created and who created it. This way you can keep track on who’s building flows, which triggers and actions are users using and the current state of the flow.

Reddit /r/PowerShell - Most Popular Weekly Post

.Net Core 3.0 is now released and with it new container images. By popular demand Microsoft is now including PowerShell Core as part of the .Net Core 3.0 SDK container image.

Tweet of the Week

PowerShell and Emojis… say no more!

Youtube: PowerShell Module Development

Asish Raj Discusses the ins and outs of PowerShell Modules on his PowerShell basics series.

Related Articles

Sep 15, 2023

PowerShell Escape Room

PowerShell Escape Room by Michiel Hamers by Michiel Hamers https://about.me/michielhamers/ Why on earth you want to create an Escape Room with PowerShell as backend? I’ve always been a fan of escape rooms, so I decided to create my own for my kids. I wanted to make it something that would be challenging and fun for them, but also educational. I decided to use PowerShell as the backend for the escape room, as I’m a PowerShell developer and I thought it would be a great way to learn more about the language.

Sep 15, 2023

Microsoft Graph PowerShell Module: Getting Started Guide

Microsoft Graph PowerShell Module: Getting Started Guide by Jeff Brown Microsoft is retiring the Azure AD Graph API sometime after June 30, 2023 (announcement). This retirement includes the Azure AD PowerShell module. In its place, Microsoft has released the Microsoft Graph PowerShell module. The Microsoft Graph PowerShell module is the next-generation way of managing Microsoft cloud services using PowerShell. If you have used MSOnline or Azure AD PowerShell in the past, you’ll need to read on to learn about this new module.

Oct 8, 2021

ICYMI: PowerShell Week of 08-October-2021

Topics include VMWare, Windows 11, Web Reports and more… Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux How to gather your vCenter inventory data with this VMware PowerShell script by Scott Matteson on 7th October Inventory reports are a common request when administering a VMware vCenter environment. Learn how this VMware PowerShell script can make such requests quick and easy Building a Web Report in PowerShell, use the -Force Luke by Chris Noring on 8th October