Skip to content

ShellGeek

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

PowerShell Get-ChildItem

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

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 – List Files in Directory

by shelladmin

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

Read more

PowerShell – Count Files in Folder using Get-ChildItem

by shelladmin

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

Read more

PowerShell – Print Environment Variables

by shelladmin

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

Read more

PowerShell-Find Large Size Files

by shelladmin

Most of the time as a System administrator, we have to monitor file size on specified location to find large size files and take necessary …

Read more

How to Get Certificates using PowerShell

by shelladmin

Recently, I got an assignment to get all installed certificates on a windows computer and also get certificate information from a remote computer. If you …

Read more

PowerShell – How to Get File Creation Date

by shelladmin

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

Read more

Get Permissions on folders and subfolders using PowerShell

by shelladmin

PowerShell Get-ACL available in Microsoft.PowerShell.Security module gets permissions on folders and subfolders. Windows OS stores information related to file, folder, and subfolders permission in Access …

Read more

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

by shelladmin

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 find …

Read more

Post navigation
Older posts
Page1 Page2 Next →

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