Skip to content

Active Directory Tools

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

PS

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

How to Get File Modified Date Using PowerShell

by ADAdmin

To get a file modified date using PowerShell, you can use the Get-Item or Get-ChildItem cmdlets to retrieve file information and then access the LastWriteTime …

Read more

How to Get the Last Modified File in Directory Using PowerShell

by ADAdmin

To get the last modified file in the directory using PowerShell, you can use the Get-ChildItem cmdlet to retrieve all files from the specified directory …

Read more

How to Export Directory Listing to CSV Using PowerShell

by ADAdmin

To export the directory listing to csv file using PowerShell, you can use the Get-ChildItem cmdlet with the -Directory switch to list the directory and …

Read more

How to List Directories in PowerShell

by ADAdmin

To list directories within a directory using PowerShell, you can use the Get-ChildItem cmdlet with the -Directory parameter. You can use the following method to …

Read more

How to List Contents of Directory in PowerShell

by ADAdmin

To list the contents of a directory using PowerShell, you can use the Get-ChildItem cmdlet. This command lists both files and directories within a directory …

Read more

How to List Files in Directory to Text File in PowerShell

by ADAdmin

To list files in a directory and save them to a text file in PowerShell, you can use the Get-ChildItem cmdlet to retrieve the files …

Read more

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