Automation/Scripting


Mobile Management and Multifactor Authentication Added to Azure AD PowerShell Preview

Microsoft on Wednesday announced new features for its Azure Active Directory PowerShell module.

Exploring the PowerShell Gallery

Grabbing and organizing cmdlets has been made much easier in PowerShell V5.

Zipping Items Using the PowerShell V5 Cmdlets

You can either do it long way or the easy way.

Matching and Using Regex Groups with PowerShell

Even though it has somewhat of a checkered reputation, being able to wield it will save you a ton of time.

Tracking Changes to a Folder Using PowerShell

Using the FileSystemWatcher class will aid in documenting even the slightest changes.

How To Design a PowerShell Module

Modules help to make your code easier to move from one place to another.

Delegate SCCM's Remote Tools Without the Console

Quickly let someone else remotely take the reins with this handy tip.

Enhance Your PowerShell Experience Using PSReadLine

This console editing feature has quite a few handy uses.

PowerShell 5.0 Arrives with Windows Management Framework Preview

Microsoft's latest PowerShell came bundled with a "production preview" of its Windows Management Framework (WMF) 5.0 solution on Monday.

Comparing Common Actions in Batch, VBscript and PowerShell

If you haven't dipped your toes in the PowerShell water yet, here's a good primer to get started.

Provide Safe Scripting by Adding WhatIf Support

Be sure something won't break with your code with this handy parameter.

Keeping You Honest in PowerShell with Set-StrictMode

Sometimes we need a nanny to make sure our scripts are on the up and up.

Multithread Your PowerShell Commands Using Runspaces with PoshRSJob

Get more done with this handy module.

Treat Your Scripts Like Cattle

Standardization will ensure that your code works today, tomorrow and down the road.

Taking Control of Strings in PowerShell

Here's how to format and use strings in your code.

Most   Popular