Skip to content

ShellGeek

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

PowerShell Get-ChildItem

PowerShell – Get File Creation Date

by shelladmin

Very often System administrator has to work with file and folder operations to get file creation date timestamp, and filename to extract all information in …

Read more

PowerShell Get-ChildItem (gci,dir) Guide [With Examples]

by shelladmin

PowerShell Get-ChildItem cmdlet gets the items and child items in or more specified location. PowerShell Get-ChildItem (GCI) is similar to the dir command in the …

Read more

PowerShell List Files in Directory

by shelladmin

In one of my recent tasks, I had to deal with files and folder-based operations on a local system. File or folder-based operation is a …

Read more

PowerShell – Count Files in Folder using Get-ChildItem

by shelladmin

The Get-ChildItem in the PowerShell cmdlet get items and child items in one or more specified location specified by the Path parameter. To get count …

Read more

PowerShell Print Environment Variables

by shelladmin

What is an environment variable in Windows? How to print environment variables in PowerShell? Environment variables store information about the operating system environment information and …

Read more

PowerShell Find Large Size Files

by shelladmin

Use the Get-ChildItem cmdlet in PowerShell to get items in one or more specific locations and the file size attributes to find the large size …

Read more

PowerShell Find file (Search for Files using Get-ChildItem)

by shelladmin

The Get-ChildItem cmdlet in PowerShell is used to get items in one or more specified locations. Using Get-ChildItem, you can find files. You can easily …

Read more

Search String in File or Grep in PowerShell

by shelladmin

PowerShell Grep equivalent cmdlet is Select-String which uses regular expressions to search string in files. Select-String cmdlet in Powershell works similar to grep in UNIX …

Read more

PowerShell Get Certificate Details with Examples

by shelladmin

In PowerShell, use the Get-ChildItem cmdlet to get certificate details, list all certificates in the personal store or remote computer, get installed certificates, and display …

Read more

PowerShell Get File Extension

by shelladmin

File extension or filename extension is a suffix to the computer file that comes after the period eg.. (.ps1,.txt,.exe). In PowerShell to get a file …

Read more

Older posts
Page1 Page2 Next →

Recent Posts

  • Outlook Logging – Enable Logging for Troubleshooting
  • PowerShell Stop-Process – How to Kill Process If Running
  • Get-AdUser – Find and Export Active Directory Users

Footer

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