Skip to content

Active Directory Tools

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

ADAdmin

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

How to Escape Backslash in PowerShell

by ADAdmin

The backslash ( ‘\’) is an escape character in PowerShell. There are several ways to escape backslashes in PowerShell. Method 1: Use single quotes to …

Read more

How to Extract Substring Before Specific Character in PowerShell

by ADAdmin

In PowerShell, you can extract the substring before a specific character using the SubString() method or the -split operator. The following methods show how you …

Read more

Check If String Exists in List of Strings in PowerShell

by ADAdmin

To check if a string exists in the list of strings in PowerShell, you can use the -in operator or the Contains() method or -contains …

Read more

Find If Element in Array Using PowerShell

by ADAdmin

You can find the input value or element in an array in PowerShell by using the Contains() method or -contains operator. The following methods show …

Read more

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