Skip to content

Active Directory Tools

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

ADAdmin

How to Create a File in PowerShell

by ADAdmin

There are several ways to create a file in PowerShell. The following methods show you can do it with syntax. Method 1: Using New-Item This …

Read more

How to Find Files Modified Between Dates in PowerShell

by ADAdmin

To find files modified between dates in PowerShell, you can use the Get-ChildItem cmdlet to retrieve the files from a directory and filter based on …

Read more

How to Find Files Modified by User

by ADAdmin

To find files modified by the user in PowerShell, you can use the Get-ChildItem cmdlet with the Get-Acl cmdlet to retrieve the file’s Access Control …

Read more

How to Find Files Modified in the Last Hour Using PowerShell

by ADAdmin

To find files modified in the last hour using PowerShell, you can use the Get-ChildItem cmdlet along with the Where-Object cmdlet to filter the result …

Read more

How to Get a List of Files Modified After Certain Date in PowerShell

by ADAdmin

To get a list of files modified after a certain date in PowerShell, you can use the Get-ChildItem cmdlet to retrieve the list of files …

Read more

How to Set Owner of File Using PowerShell

by ADAdmin

To set or change the owner of a file using PowerShell, you can use the Set-Acl cmdlet. The following method shows how to do it …

Read more

How to Get File Owner Using PowerShell

by ADAdmin

To get file owner using PowerShell, you can use the Get-Acl or Get-Item cmdlets. These commands retrieve the Access Contol List (ACL) of a file …

Read more

How to Get File Properties in PowerShell

by ADAdmin

To get file properties in PowerShell, you can use Get-Item, Get-ChildItem, or Get-ItemProperty cmdlets to retrieve the file information. The following methods can be used …

Read more

How to Get Folder Creation Date in PowerShell

by ADAdmin

To get the folder creation date in PowerShell, you can use the Get-Item cmdlet to retrieve folder information and then access the CreationTime property. The …

Read more

How to Get File Creation Date in PowerShell

by ADAdmin

To get the file creation date in PowerShell, you can use the Get-Item cmdlet to retrieve file information and then access the CreationTime property. The …

Read more

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