In Case You Missed It

ICYMI: PowerShell Week of 12-March-2021

Robin Dadswell
2 min read
Share:

Topics include logging, converting PowerShell scripts to executables, PSJobs with VMWare and more…

Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux.

Documenting with PowerShell: Documenting admin actions

by Kelvin Tegelaar on 8th March

Have a look at Kelvin’s method to monitor the Admin Audit Log within M365!

How to create Logging for your PowerShell Scripts

by Patrick Gruenauer on 8th March

Patrick will show us how to implement a custom function that captures the errors and writes errors in an error log file.

Parallel Execution with PSJobs and PowerCLI: Deploying New VMs

by Fer Corrales on 9th March

Fer Corrales walks us through how to execute commands simultaneously using PSJobs module and deploy multiple virtual machines

The De Facto Guide for Converting a PS1 to EXE (7 Ways)

by Arman Castillote on 9th March

In this tutorial, you will learn how to use PS1 to EXE generators, and you will also get to compare them so you can decide which one best suits your preference.

_How to Use PowerShell to Get Free Disk Space [Tutorial]_

by Adam Bertram on 10th March

If you’re using PowerShell to get free disk space on a Windows computer, you’ve come to the right place. In this tutorial, you will learn how to use PowerShell to get free disk space and monitor disk usage.

Tweet of the Week

#PowerShell 7.0.6 and 7.1.3 are out!

Youtube: Build an event viewer component for Universal Dashboard

Adam Driscoll shows How to build an event viewer component for Universal Dashboard.

Related Articles

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

Sep 3, 2021

ICYMI: PowerShell Week of 03-September-2021

Topics include O365, SQL, Code Formatting and more… Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux Automating with PowerShell: Setting up application consent by Kelvin Tegelaar on 29th August In this post you will learn two things about 0365 application consent: how to setup the OAuth consent workflow and how to monitor for application requests. Easy way to connect to FTPS and SFTP using PowerShell by Przemyslaw Klys on 29th August