Intermediate

LATEST

Using PowerShell to Find Disabled or Inactive User Accounts in Active Directory

In this PowerShell Problem Solver, Jeff Hicks shows us a way to find disabled or inactive user accounts in Active Directory with the help of the Search-ADAccount cmdlet.

View Article

PowerShell Problem Solver: Importing CSV Files Revisited

Jeff Hicks revisits a previous article on importing a CSV file in PowerShell and offers some additional improvements, including use of the Import-CSV and Get-Content cmdlets.

View Article

My PowerShell Troubleshooting Toolkit Expanded

Jeff Hicks returns to his PowerShell troubleshooting toolkit in this insightful how-to article.

View Article

PowerShell Problem Solver: Delete Empty Folders with PowerShell

Jeff Hicks shows us how to easily delete empty folders with PowerShell in this step-by-step tutorial.

View Article

Using the PowerShell Send-MailMessage cmdlet

Learn different ways in which you can email messages directly from PowerShell with the Send-MailMessage cmdlet in this how-to article.

View Article

Hashing it Out in PowerShell: Using Get-FileHash

Jeff Hicks shows us how to use the Get-FileHash PowerShell cmdlet to easily obtain the hash value for a given file.

View Article

PowerShell Problem Solver: Exporting Active Directory Groups to CSV

In this PowerShell Problem Solver, Jeff Hicks shows us how to export Active Directory groups to a CSV file in Windows PowerShell.

View Article

Revisiting the PowerShell Uptime Clock

Jeff Hicks revisits the Get-MyUptime Windows PowerShell cmdlet and adds some finishing touches to his script.

View Article

Create a PowerShell Function to Display System Uptime

Need to keep track of system uptime for SLA purposes? Jeff Hicks walks us through creating an uptime clock using PowerShell in this helpful how-to.

View Article

Formatted Grouping in PowerShell

Jeff Hicks shows us three different solutions for formatting grouped output in PowerShell, including tips for working with Format-List and Format-Table cmdlets.

View Article
Go to page