Skip to content

ShellGeek

  • Home
  • PowerShell
  • PowerShell Tips
  • Office 365
  • Microsoft 365
  • About Us

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

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

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

Add UPN suffix in Active Directory

by shelladmin

UserPrincipalName (UPN) in active directory is a ad user name in email format. For example, [email protected] consists of user login name (admin) and UPN suffix …

Read more

Newer posts
← Previous Page1 … Page53 Page54

Recent Posts

  • Get-MgUserManager – Find Users Manager
  • Set-MgUserManagerByRef – Assign a User’s Manager
  • Remove-MgUserManager – Remove a User’s Manager

Footer

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