Skip to content

ShellGeek

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

shelladmin

How to Unzip a file to a folder using PowerShell?

by shelladmin

Overview Using Expand-Archive to unzip files Using .Net class System.IO.Compression.ZipFile to extract compressed file contents to a folder PowerShell script PowerShell Microsoft.PowerShell.Archive module contains two …

Read more

Windows- Cat Equivalent Command in PowerShell and cmd

by shelladmin

What is cat command and how to use cat in Windows or windows cat equivalent? cat command ( short for concatenate) is one of the …

Read more

Get-ADUser using userprincipalname(upn) in PowerShell

by shelladmin

In our day-to-day task, we may come across scenarios to get active directory users belong to some specific OU or search ad users with UPN …

Read more

Get-ADUser attributes from CSV list of users in PowerShell

by shelladmin

In this blog post, I will discuss with you about how to get ad users properties from csv file. We will be using PowerShell Get-AdUser …

Read more

Using PowerShell to Get Computer Name and Domain

by shelladmin

PowerShell provides a quick way to get computer name and other information like the domain name of the local computer. In this blog post, I …

Read more

PowerShell Get-ADUser Examples

by shelladmin

PowerShell Get-ADUser cmdlet available in ActiveDirectory module more frequently used by Admin on their day to day task to get one or more active directory …

Read more

How to Get Current Directory Full Path in PowerShell?

by shelladmin

Do you want to get current directory of running script in PowerShell? In this blog post, I have discussed using PowerShell to get current directory …

Read more

How to Get Free Disk Space in PowerShell?

by shelladmin

Many times IT admin has the requirement to know about free disk space on your local computer or free disk space percentage or free disk …

Read more

Find Get-AdUser Password Expiration Date

by shelladmin

Its very important as an administrators to get-aduser password expiration date and notify users about password expiration date to prevent account being locked out. In …

Read more

PowerShell – mkdir to create directory

by shelladmin

As a system administrator, we know a few of the popular commands of command line like md, mkdir, rmdir, etc.. to work with folders in …

Read more

Post navigation
Older posts
Newer posts
← Previous Page1 … Page19 Page20 Page21 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