Skip to content

Active Directory Tools

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

ADAdmin

How to Find Empty Folders in PowerShell

by ADAdmin

To find empty folders in PowerShell, you can use the Get-ChildItem cmdlet to recursively search through the directories and filter the results based on whether …

Read more

How to Get File Version in PowerShell

by ADAdmin

To get the file version in PowerShell, you can use the Get-Item cmdlet to get the FileInfo object and then use its VersionInfo property. The …

Read more

How to Get MD5 Hash in PowerShell

by ADAdmin

In PowerShell, you can compute the MD5 hash value of a string or file using the Get-FileHash cmdlet. The Get-FileHash command uses the Algorithm parameter …

Read more

How to Get File Hash in PowerShell

by ADAdmin

To get file hash in PowerShell, you can use the Get-FileHash cmdlet. This command provides different hash algorithms such as SHA1, SHA256, SHA384 and MD5. …

Read more

How to Get File Extension Using PowerShell

by ADAdmin

There are several ways in PowerShell to get file extensions. The following methods show how you can do it. Method 1: Using the Split-Path and …

Read more

How to Get FileName without Extension in PowerShell

by ADAdmin

To get the filename without the extension from a full file path in PowerShell, you can use the Split-Path command to extract the filename and …

Read more

How to Get FileName from Path in PowerShell

by ADAdmin

To get a filename from a full file path in PowerShell, you can use the Split-Path cmdlet with the -Leaf parameter. The following method shows …

Read more

How to Check if File is Empty in PowerShell

by ADAdmin

There are several ways to check if a file is empty in PowerShell. The following methods show how to do it with syntax. Method 1: …

Read more

How to Create a File with Variable Name in PowerShell

by ADAdmin

To create a file with a variable name in PowerShell, you can use the variable to store the desired name and then pass it to …

Read more

How to Create a File with Date in Name Using PowerShell

by ADAdmin

To create a file with the current date in its name in PowerShell, you can use the New-Item cmdlet to create a file if it …

Read more

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