Skip to content

ShellGeek

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

How to Create OU in Active Directory

by shelladmin

Organizational Unit (OU) is a container object in an Active Directory Domain Services (AD DS) contains group of objects such as user accounts, service accounts …

Read more

PowerShell Script to Restart Print Spooler Service

by shelladmin

Sometimes, we have a problem with printer spooler where documents are getting stuck in the printer queue or printer spooler service is not running. To …

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

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 … Page44 Page45 Page46 Next →

Recent Posts

  • Outlook Logging – Enable Logging for Troubleshooting
  • PowerShell Stop-Process – How to Kill Process If Running
  • Get-AdUser – Find and Export Active Directory Users

Footer

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