Skip to content

ShellGeek

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

Get-AdDomainController – Get Domain Controller Info

by shelladmin

Get-AdDomainController active directory cmdlet gets one or more active directory domain controllers based on specified domain controller identifier or search criteria, discoverable services criteria. You …

Read more

PowerShell – Delete File If Exists

by shelladmin

PowerShell has Remove-Item cmdlet used to delete one or more items. These items can be files, folders, variables, registry keys, functions, and aliases. Using PowerShell …

Read more

Find Disabled Users in OU Using PowerShell

by shelladmin

Use the Get-AdUser cmdlet in PowerShell to get the disabled users in the active directory. It has an Enabled property to check if the aduser …

Read more

PowerShell – Replace text in a String [Examples]

by shelladmin

Very often in our day-to-day IT admin task, we may need to perform string operations on data to find a specific string, replace text in …

Read more

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

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

Older posts
Newer posts
← Previous Page1 … Page37 Page38 Page39 Next →

Recent Posts

  • Run Batch File in PowerShell
  • PowerShell – Enable-PSRemoting for Remote Commands
  • Install Software with PowerShell Script Remotely

Footer

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