Showing archive results for 2017

Oct 3, 2017
Post comments count0
Post likes count0

Use Docker to automate testing of PowerShell Core scripts

Doctor Scripto

  Summary: Learn the basics about Docker, and see how to use it for PowerShell Core script testing on different operating systems. I'm Dan Ward, a Boston-based .NET software engineer who is just plum crazy about PowerShell and automation. Earlier this year, I uploaded my first GitHub project—a PowerShell whitespace cleaner that also replaces...

Scripting Guy!guest bloggerPowerShell
Aug 31, 2017
Post comments count0
Post likes count0

PowerTip: Remove calendar events from a mailbox

Doctor Scripto

Summary: Remove calendar events within an Exchange Online mailbox.     Is there an easy way to remove calendar events from within an Exchange Online mailbox?         Yes there is. There is a newly deployed cmdlet to Office 365 tenants: Remove-CalendarEvents. This cmdlet is currently only available in Exchange Online, but it does allow administrato...

PowerTipguest bloggerOffice 365
Aug 11, 2017
Post comments count0
Post likes count0

Weekend Scripter: Exchange add-in module

Doctor Scripto

Summary: Mike O'Neill, Microsoft Senior Premier Field Engineer, created an Exchange add-in module. This is a PowerShell module for Exchange engineers. The module takes into account both on-premises and hybrid deployed Exchange environments. It is a combination of several other scripts that are either on the internet, or are action items you might...

guest bloggerWeekend ScripterExchange
Jul 26, 2017
Post comments count0
Post likes count0

Hey, Scripting Guy! update

Doctor Scripto

Ed Wilson retired, but we are continuing his legacy of friendly tutorials on solving common problems. We will also help IT professionals expand their skill set beyond what might be their comfort zone. Examples of this include incorporating continuous integration/continuous deployment (CI/CD) tools into core infrastructure management, and hybrid clo...

Scripting Guy!Windows PowerShell
Feb 13, 2017
Post comments count1
Post likes count2

Debugging PowerShell script in Visual Studio Code – Part 2

Doctor Scripto

Welcome to Part 2 of the series about how to debug PowerShell in Visual Studio Code. In Part 1, we looked at the debugging features of Visual Studio Code with the PowerShell extension installed.  Now we will examine the various ways that you can start to debug PowerShell script with Visual Studio Code. Single file debugging With the 1.9 release of ...

guest bloggerVisual Studio CodeKeith HIll