Skip to content

ShellGeek

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

shelladmin

Pass Multiple Parameters to Function in PowerShell

by shelladmin

Function, in general, contains code to perform certain tasks and return a value. Functions are mostly used to reuse the functionality. In PowerShell function contains …

Read more

PowerShell – Running scripts is disabled on this system [Fix]

by shelladmin

While running PowerShell script, if you get running scripts is disabled on this system, reason is PowerShell execution policy is set up by default as …

Read more

Check AD Schema Version using PowerShell command

by shelladmin

In this article, I will show you how to check AD Schema version using PowerShell command. You will required administrator permission to get active directory …

Read more

Query Active Directory Users Info Using PowerShell

by shelladmin

Many times administrators want to quickly query active directory users’ account and account properties. PowerShell provides an Active Directory module to manage objects in Active …

Read more

Set-ADGroup – Modify Active Directory Group Attributes in PowerShell

by shelladmin

In this post, I’ll show you how to use Set-ADGroup to modify Active Directory group attributes using PowerShell script. To use Set-ADGroup cmdlet requires ActiveDirectory add-on module …

Read more

PowerShell Download File from URL

by shelladmin

Overview Step by Step guide on PowerShell download file from url PowerShell script to download file from url PowerShell script to download zip file from …

Read more

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

Post navigation
Older posts
Newer posts
← Previous Page1 … Page17 Page18 Page19 Next →

Recent Posts

  • Dsquery User – Find users in the Active Directory
  • Dsquery to Find Inactive Users in Active Directory
  • Dsquery to Find Disabled User Accounts

Footer

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