Skip to content

Active Directory Tools

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

PS

How to Use Get-ChildItem Filter with Regex in PowerShell

by ADAdmin

To use a regular expression (regex) filter with the Get-ChildItem cmdlet in PowerShell, you can use the Where-Object cmdlet to filter the output based on …

Read more

How to Use Get-ChildItem with Multiple Filters in PowerShell

by ADAdmin

To use multiple filters using the Get-ChildItem cmdlet in PowerShell, you can use the following methods. Method 1: Using the -Filter parameter with multiple filters …

Read more

How to Find Large Files with Get-ChildItem in PowerShell

by ADAdmin

To find large files in PowerShell, you can use the Get-ChildItem cmdlet to retrieve all files from the specified directory and check for file size …

Read more

How to Get Hidden Files Using Get-ChildItem in PowerShell

by ADAdmin

To get hidden files using the Get-ChildItem cmdlet in PowerShell, you can use the -Force parameter or the -Hidden switch parameter. The following methods show …

Read more

How to Exclude Items Using Get-ChildItem in PowerShell

by ADAdmin

To exclude certain files or directories using the Get-ChildItem in PowerShell, you can use the -Exclude parameter. The following methods show how you can do …

Read more

How to Get File Size in MB Using Get-ChildItem in PowerShell

by ADAdmin

To get the file size in MB using the Get-ChildItem cmdlet in PowerShell, you can use the Measure-Object cmdlet, which calculates the sum of the …

Read more

How to Get Files Only Using Get-ChildItem in PowerShell

by ADAdmin

To get files only but not folders using the Get-ChildItem cmdlet, you can use the -File parameter. The following methods show how you can do …

Read more

How to Get Full Path of Files Using Get-ChildItem in PowerShell

by ADAdmin

To retrieve the full path of items (files or directories) using the Get-ChildItem in PowerShell, you can access the FullName property of each item which …

Read more

How to Get Folder Size in GB in PowerShell

by ADAdmin

To get the size of a folder in gigabytes (GB) using PowerShell, you can use the Get-ChildItem cmdlet to list the items in the folder, …

Read more

How to Use Get-ChildItem with Filter in PowerShell

by ADAdmin

The Get-ChildItem cmdlet, along with filtering parameters such as -Filter, -Include, and -Exclude provides a powerful way to search and retrieve specific files and folders …

Read more

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