Skip to content

Active Directory Tools

  • Home
  • PowerShell Tutorials
  • Active Directory
  • CMD
  • About Us
  • Contact

PS

PowerShell Array of Arrays: A Complete Guide

by ADAdmin

In PowerShell, an array is a fundamental data structure used to store a collection of items. But what if you need to store a collection …

Read more

How to List Installed Modules in PowerShell

by ADAdmin

With the Get-InstalledModule cmdlet, we can effortlessly list installed modules, check their versions, and gather additional details like their repository and description. In this article, …

Read more

How to Use the Find-Script Cmdlet in PowerShell

by ADAdmin

The Find-Script cmdlet in PowerShell is designed to locate the scripts in the registered repositories, such as PSGallary. It allows users to search for available …

Read more

How to Use the Find-Command Cmdlet in Powershell

by ADAdmin

The Find-Command cmdlet in PowerShell is a powerful tool that helps locate cmdlets, aliases, functions, and workflows across registered repositories. The Find-Command cmdlet returns a …

Read more

How to Install and Update PowerShellGet Module

by ADAdmin

The PowerShellGet is a module that provides commands for finding, installing, updating, and publishing PowerShell tools like Modules, Scripts, and DSC resources. PowerShell 5.1 includes …

Read more

How to Use Where-Object with Regex in PowerShell

by ADAdmin

You can use the Where-Object cmdlet alongside regex patterns for filtering objects in PowerShell. The following method shows how you can do it with syntax. …

Read more

PowerShell – Find Item in List

by ADAdmin

You can use the Where-Object cmdlet in PowerShell to find an item in a list. The following method shows how you can do it with …

Read more

Using Where-Object with Not Null In PowerShell

by ADAdmin

In PowerShell, you can use the Where-Object cmdlet with not null condition to filter out objects having a null value in the specific property. The …

Read more

Filtering Objects with Where-Object -And in PowerShell

by ADAdmin

In PowerShell, you can use the Where-Object cmdlet with a logical operator -and to combine multiple conditions. The following methods show how you can do …

Read more

Filtering Objects with Where-Object -Or in PowerShell

by ADAdmin

In PowerShell, you can use the Where-Object cmdlet with a logical operator -or to combine multiple conditions. The following methods show how you can do …

Read more

Older posts
Page1 Page2 … Page21 Next →

Recent Posts

  • PowerShell Array of Arrays: A Complete Guide
  • How to List Installed Modules in PowerShell
  • How to Use the Find-Script Cmdlet in PowerShell
  • How to Use the Find-Command Cmdlet in Powershell
  • How to Install and Update PowerShellGet Module

Footer Bar

  • PS
  • Windows Commands
  • Privacy Policy
  • Terms of Condition
Copyright © 2025 ActiveDirectoryTools All rights reserved