Automation/Scripting


How To Automate Tasks in Azure SQL Database

Knowing how to automate tasks in the cloud will make you a more productive DBA. Here are the key concepts to understand about cloud scripting and a rundown of the best tools for automating code in Azure.

How To Automate PowerShell Script Creation

PowerShell scripting doesn't have to haphazard. Here's how to tell PowerShell to build a script from the commands that you have already entered at the command line.

Microsoft Releases PowerShell Crescendo Preview To Facilitate Native Command Wraps

Microsoft this week announced a preview of PowerShell Crescendo, a new module for PowerShell that aims to wrap so-called "native" utility applications via the familiar verb-noun syntax used in PowerShell cmdlets.

PowerShell 7.1 Now Commercially Released

Microsoft this week announced the release of PowerShell 7.1, which was described as a "major update" to the scripting language.

How To Fix a (Seemingly) Corrupt PowerShell Script

A simple four-line script unexpectedly returned a host of errors for Brien. The issue turned out to be deceptively simple.

How To Debug a PowerShell Script

Here are three pointers for finding and fixing any bugs in your PowerShell script, no matter how long it is.

How To Execute Parallel Script Blocks in PowerShell

One of the best new features in PowerShell 7 is the ability to perform parallel execution of script blocks, which can drastically reduce the amount of time it takes to process ForEach-Object loops.

How To Create Cross-Platform PowerShell Scripts

To avoid errors, it's important to write PowerShell scripts that prevent code from running on an unintended platform. Luckily, this is easier to do than it sounds.

Microsoft Resumes Monthly Optional Cumulative Updates for Windows Systems

Microsoft this week announced a few sundry news bits for IT pros maintaining Windows and Microsoft 365 environments.

Community Hub Now Available in Microsoft Endpoint Configuration Manager

Microsoft this week announced the arrival of a new Community Hub feature in Microsoft Endpoint Configuration Manager.

How To Create Pipeline Chain Operators in PowerShell 7

Represented by the pipe symbol (found on the backslash key on most keyboards), the PowerShell pipeline allows one command's output to be treated as input for another command.

How PowerShell 7 Makes Better Sense of Error Messages

Earlier versions of PowerShell only had one way to display errors, and it wasn't always the most helpful. Microsoft's support of the Get-Error cmdlet in PowerShell 7 makes error messages much more useful.

Gears

Getting Started with Dbatools for SQL Server

An open source project gives DBAs the ability to channel PowerShell for automating and scaling complex SQL Server tasks, starting with the most basic: database backups.

How To Use PowerShell To Fix Hyper-V Virtual Disk Chains

Problem: Mounting a Hyper-V virtual hard disk outside of the VM breaks the VM. Solution: PowerShell.

How To Track Down Hyper-V VM Errors

Occasionally, Hyper-V's error alerts raise more questions than answers. Here's how to clear up these mystery errors.

Subscribe on YouTube