Skip to content

ShellGeek

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

Get-ChildItem

PowerShell Get IIS Certificate

by shelladmin

The Get-ChildItem cmdlet in PowerShell is used to get certificates from the cert location store. To get IIS certificates and IIS site binding SSL certificates, …

Read more

Get Certificate Serial Number in PowerShell

by shelladmin

The certificate has a SerialNumber property that is used to get the certificate serial number in PowerShell. It returns the string type value. Use the …

Read more

PowerShell Export Certificate with Private Key

by shelladmin

Pfx (Personal Information Exchange) file is a certificate in PKCS#12 format. It is password protected file that contains private keys and public keys. In PowerShell …

Read more

PowerShell Export Certificate to PEM

by shelladmin

PEM (Privacy Enhanced Mail) is a Base64 encoded file that contains encoded certificate information. In PowerShell to export the certificate to the PEM file, use …

Read more

Find Certificate by Thumbprint in PowerShell

by shelladmin

The certificate has a Thumbprint property which is used as a unique identifier. Using the Get-ChildItem cmdlet in PowerShell in combination with the Where-Object cmdlet …

Read more

Get Certificate Thumbprint in PowerShell

by shelladmin

A certificate thumbprint is a unique identifier of the certificate or hash, identifying a specific digital certificate. Using the Get-ChildItem cmdlet with the certificate store …

Read more

Get Certificate Expiration Date in PowerShell

by shelladmin

Use the Get-ChildIem cmdlet to get the certificate expiration date in PowerShell.It uses the Path parameter to accept the certification store location path to retrieve …

Read more

PowerShell ls – List files and Directories

by shelladmin

ls command in Linux is used to list files and directories. In PowerShell, the ls command can be used to get the list of files …

Read more

PowerShell list files sort by date

by shelladmin

Use the Get-ChildItem or ls command in PowerShell to get a list of files from directories and sort them by file attributes like creationtime or …

Read more

PowerShell Get File Metadata

by shelladmin

The Get-ChildItem command in PowerShell is used to get one more item in the specified location. When we specify the file path, Get-ChildItem gets the …

Read more

Older posts
Page1 Page2 Next →

Recent Posts

  • PowerShell – Get AD Group Members and list of Users
  • Convert Timestamp to Date in PowerShell
  • PowerShell Compare Files Modified Date and Creation Dates

Footer

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