Skip to content

Active Directory Tools

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

PS

How to Get Date Without Time In PowerShell

by ADAdmin

To get a date without Time in PowerShell, you can use the Get-Date cmdlet with the custom format string. There are multiple ways, you can …

Read more

How to Get Month Name in PowerShell

by ADAdmin

PowerShell offers multiple ways to get the month name (eg.. April). The following methods show how you can do it. Method 1: Get the month …

Read more

How to Handle Spaces in Path Using PowerShell

by ADAdmin

When dealing with file paths that contain spaces in PowerShell, it’s essential to ensure proper handling to avoid errors. There are various ways to handle …

Read more

How to Create a Folder with Date in Name Using PowerShell

by ADAdmin

To create a folder with a date in its name using PowerShell, you can use the Get-Date cmdlet to retrieve the date, format it appropriately, …

Read more

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

Older posts
Newer posts
← Previous Page1 … Page9 Page10 Page11 … 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