Skip to content

Active Directory Tools

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

ADAdmin

How to Delete Files Older than in PowerShell

by ADAdmin

To delete files older than a certain number of days in PowerShell, you can use the Get-ChildItem cmdlet to retrieve a list of files, filter …

Read more

How to List Files By Date in PowerShell

by ADAdmin

To list files by date in PowerShell, you can use the Get-ChildItem cmdlet and sort the output based on the LastWriteTime property. The following method …

Read more

How to List Files in Directory Using PowerShell

by ADAdmin

To list files in a directory using PowerShell, you can use the Get-ChildItem cmdlet. The Get-ChildItem command retrieves the items from the specified directory. You …

Read more

How to Delete All Files in a Folder in PowerShell

by ADAdmin

To delete all files in a folder in PowerShell, you can use the Get-ChildItem and Remove-Item cmdlets. The following methods show how to remove all …

Read more

How to Delete Multiple File Extensions Using PowerShell

by ADAdmin

To delete multiple file extensions in a directory using PowerShell, use the Get-ChildItem and Remove-Item cmdlets. The following method can be used to delete multiple …

Read more

How to Delete All Files with Extension in PowerShell

by ADAdmin

To delete all files with a specific extension in PowerShell, you can use the Get-ChildItem and Remove-Item cmdlets. The following method can be used to …

Read more

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

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