Skip to content

ShellGeek

  • Home
  • PowerShell
  • PowerShell Tips
  • About Us
  • Contact

Get-ChildItem

PowerShell File Attributes – Get File Attributes

by shelladmin

To get file attributes in PowerShell, you can use Get-ChildItem or Get-Item cmdlets. It returns the file attributes or properties available on the specified files. …

Read more

PowerShell Get-ChildItem – Get Full Path of Files in Directory

by shelladmin

Use the Get-ChildItem cmdlet in PowerShell to get the full path of the file in the current directory. Get-ChildItem returns one or more items from …

Read more

PowerShell – Get the Last Modified File in the Directory

by shelladmin

To get the last modified file in the directory using PowerShell, use the Get-ChildItem cmdlet to get the items from the directory and use the …

Read more

PowerShell – Create Directory If Not Exists

by shelladmin

While doing folder based operation in PowerShell script file, it’s very common practice to check if directory exists and create directory if not exists. If …

Read more

PowerShell – Check If File Exists

by shelladmin

While doing file based operation in script file, its very common practice one should follow to check if file exists on specified location or not. …

Read more

Recent Posts

  • Read File Line by Line in PowerShell
  • PowerShell – Rename part of FileName
  • PowerShell – Refresh Environment Variables

Footer

  • Home
  • About Us
  • Contact
  • Privacy Policy
  • Terms and Conditions
Copyright © 2022 ShellGeek All rights reserved