Skip to content

Active Directory Tools

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

PS

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

Using Select-Object to Get Nested Property in PowerShell

by ADAdmin

In PowerShell, you can use the Select-Object cmdlet along with calculated properties to select the nested properties. The calculated properties are useful when you want …

Read more

Using Select-Object to Get Multiple Properties in PowerShell

by ADAdmin

You can use the Select-Object cmdlet in PowerShell to select multiple properties from an object. The following methods show how you can do it with …

Read more

Using Select-Object to Get Only Value in PowerShell

by ADAdmin

To get only the property values without any additional object information, you can use the -ExpandProperty parameter with the Select-Object cmdlet. The following methods show …

Read more

How to Escape $ in String in PowerShell

by ADAdmin

In PowerShell, there are several ways to escape the dollar sign ($) in a string, including using the backtick character (`) or enclosing the string …

Read more

How to Escape Double Quotes in String in PowerShell

by ADAdmin

In PowerShell, handling double quotes in a string can be necessary when the string will be used in the context where double quotes need to …

Read more

How to Escape Single Quotes in PowerShell

by ADAdmin

You can escape a single quote (‘) in a string or variable by using the two single quotes in PowerShell. The following methods show how …

Read more

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