In Case You Missed It

ICYMI: PowerShell Week of 26-February-2021

Robin Dadswell
2 min read
Share:

Topics include DNS, VMWare, Exchange and more…

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

Getting Detailed Task Information With PowerCLI (Function)

by Fer Corrales on 22nd February

The Get-Task default output is quite limited compared to the information displayed by the vCenter or ESXi Task Panel. In this post you will find out how to get more information from PowerCLI.

How to Flush DNS in Windows 10

by Anthony Metcalf on 22nd February

In this article, you’re going to learn how to clear a DNS cache as a troubleshooting method in Windows 10 using the built-in ipconfig command and with PowerShell’s Clear-DnsClientCache cmdlet.

Monitoring with PowerShell: Monitoring listening applications

by Kelvin Tegelaar on 23rd February

Monitor listening ports in Windows to ensure that the expected application is using it.

How to Move Exchange Mailboxes with PowerShell

by Faris Malaeb on 23rd February

Known as a Local Move Request, you can move user, archive, arbitration, discovery, and other types of mailboxes. In this tutorial, you will learn how to start and manage local move requests using Windows Powershell!

PowerShell for Visual Studio Code Updates – February 2021

by Sydney Smith on 23rd February

See both what is new and what is to come in this blog from Microsoft on the PowerShell extension for VS Code.

Reddit /r/PowerShell - Most Popular Weekly Post

Learn to make a simple GUI with the PSScriptMenuGui Module.

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