Skip to content

Active Directory Tools

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

ADAdmin

How to Change Directory in CMD

by ADAdmin

You can use the following syntax in Command Prompt (CMD) to change the current directory: This particular example will change the current directory to the …

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

Using PowerShell Where-Object with -NotLike

by ADAdmin

You can use the Where-Object cmdlet along with the -NotLike operator to filter elements based on a pattern that should not match. The -notlike operator …

Read more

Filtering Objects with Where-Object Using Contains in PowerShell

by ADAdmin

In PowerShell, you can use the Where-Object cmdlet with the -contains operator to filter a collection based on whether a property contains a certain value. …

Read more

Using PowerShell Where-Object Cmdlet with List

by ADAdmin

In PowerShell, the Where-Object cmdlet can be used to filter elements in the list or array based on specific conditions. The following methods show how …

Read more

PowerShell Where-Object with Examples

by ADAdmin

The Where-Object cmdlet is a built-in PowerShell command that selects objects based on specified criteria. It allows you to include or exclude objects from a …

Read more

Older posts
Newer posts
← Previous Page1 … Page3 Page4 Page5 … Page24 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