In Case You Missed It

ICYMI: PowerShell Week of 18-September-2020

Robin Dadswell
2 min read
Share:

Topics include Nested AD groups, Logging, documentation and more.

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

Finding nested Active Directory groups faster with PowerShell

by Mike Kanakos on 15th September
Mike would like to show us how to find nested groups in large Active Directory groups.

PowerShell Logging: Recording and Auditing all the Things

by Bill Kindle on 15th September
In this article, you’ll learn about the options available for PowerShell logging and auditing.

Documenting with PowerShell: Hyper-v and physical server settings

by Kelvin Tegelaar on 16th September
Kelvin wrote a PowerShell to document the physical and Hyper-V servers and show them as cards in HTML view.

SecretManagement Preview 3

by Sydney Smith on 16th September
A big update to SecretManagement is out including the new SecretStore vault extension.

This is a reference between PowerShell and Python language syntax.

Tweet of the Week

Did you know that content from @mikefrobbins’ PowerShell 101 book is up on @docsmsft; Such a valuable resource for learning #PowerShell, available directly alongside all the rest of the docs!

Youtube: Module Monday: Z

Z is a port of a popular bash shell script for navigating your file system quickly. It uses a frequency algorithm to determine the correct path to go to.

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