Skip to content

Active Directory Tools

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

ADAdmin

How to Import CSV with ForEach Loop in PowerShell

by ADAdmin

You can use the Foreach loop to iterate over the objects in an array after importing a CSV file with the Import-CSV cmdlet in PowerShell. …

Read more

How to Import CSV into an Array in PowerShell

by ADAdmin

To import a CSV file into an array using PowerShell, you can use the Import-CSV cmdlet. This command reads the CSV file and creates an …

Read more

How to Export Csv with No Header in PowerShell

by ADAdmin

To export csv with no header, you can use the ConvertTo-Csv cmdlet in PowerShell to export data to a CSV file with -NoTypeInformation and then …

Read more

How to Add New Line in PowerShell

by ADAdmin

In PowerShell, you can use the Write-Host cmdlet, the echo command, or the Write-Output cmdlet to add a new line. The following methods show how …

Read more

How to Delete Empty Folders in PowerShell

by ADAdmin

To delete empty folders in PowerShell, you can use the Get-ChildItem cmdlet to retrieve the empty folders and then use the Remove-Item cmdlet to remove …

Read more

How to List Files Modified Using Get-ChildItem in PowerShell

by ADAdmin

To get the list of files by modified date in PowerShell, use the Get-ChildItem cmdlet to retrieve all files and pipe them to the Where-Object …

Read more

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

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