Skip to content

Active Directory Tools

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

PS

How to Set Registry Value with PowerShell

by ADAdmin

To set registry value with PowerShell, you can do it using the New-ItemProperty cmdlet or the Set-ItemProperty cmdlet. You can use the following methods to …

Read more

How to Get Registry Value in PowerShell

by ADAdmin

PowerShell provides a built-in cmdlet Get-ItemProperty to get the properties of the specified items, including the registry values. The following methods can be used to …

Read more

How to Delete Registry Value in PowerShell

by ADAdmin

PowerShell provides a built-in cmdlet Remove-ItemProperty to delete a registry value. The following method can be used to remove a registry value in PowerShell. Method …

Read more

How to Delete Registry Key in PowerShell

by ADAdmin

To delete a registry key in PowerShell, we can use the Remove-Item cmdlet along with the -Path parameter. The Remove-Item command removes the registry key …

Read more

How to Check If Registry Key Exists in PowerShell

by ADAdmin

The Test-Path cmdlet in PowerShell is used to check if the registry key exists at the specified path. The following method can be used to …

Read more

How to Create Registry Key in PowerShell

by ADAdmin

PowerShell provides a built-in cmdlet New-Item to create a registry key and a New-ItemProperty cmdlet to add a registry key value. The following methods can …

Read more

How to Rename File with Date in PowerShell

by ADAdmin

PowerShell built-in cmdlet Rename-Item in combination with the Get-Date cmdlet to rename a file with a date. The following methods can be utilized rename a …

Read more

How to Rename Files in PowerShell Using Rename-Item

by ADAdmin

PowerShell has a built-in cmdlet Rename-Item that allows you to rename files, directories, or other items in a file system or registry. You can use …

Read more

How to Remove Duplicates from Array in PowerShell

by ADAdmin

PowerShell offers various methods to remove duplicates from an array. Method 1: Use the Select-Object -Unique to remove duplicate items from an array This example …

Read more

How to Get Length of an Array in PowerShell

by ADAdmin

To get the length of an array in PowerShell, you can use the Length property or its Count alias. It returns the number of items …

Read more

Older posts
Newer posts
← Previous Page1 … Page13 Page14 Page15 … 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