Skip to content

ShellGeek

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

Active Directory

Get-AdUser – Find and Export Active Directory Users

by shelladmin

The Get-AdUser cmdlet in PowerShell is used to get one or more active directory users. An Active Directory Get-AdUser retrieves a default set of user …

Read more

PowerShell – List Active Directory Groups and Description

by shelladmin

As a System administrator, you have to very often query about the PowerShell active directory to list active directory groups and their description to search …

Read more

PowerShell – Get AdUser Last Logon

by shelladmin

The Get-AdUser cmdlet in PowerShell is used to retrieve information about Active Directory Users. The Get-AdUser command has a LastLogon attribute which stores the date …

Read more

Get-ADComputer Last Logon using PowerShell

by shelladmin

The Get-AdComputer cmdlet in PowerShell is used to retrieve information about Active Directory computers. The Get-AdComputer command has a LastLogon attribute, which stores the date …

Read more

Get-AdUser Password Expiration Date with PowerShell

by shelladmin

The Get-ADUser cmdlet retrieves one or more active directory user information. The Get-AdUser command has msDS-UserPasswordExpiryTimeComputed attribute that contains the ad user password expiration date. …

Read more

Get-AdUser Properties List

by shelladmin

Use the Get-AdUser cmdlet in PowerShell to get all the properties of an active directory user. To get all of the properties for an Ad …

Read more

Get-ADOrganizationalUnit in Active Directory – PowerShell

by shelladmin

PowerShell Get-ADOrganizationalUnit cmdlet gets one or more active directory Organizational Units (OU). Get-ADOrganizationalUnit Filter parameter gets multiple OU based on search criteria. In this article, …

Read more

Add Computer to Group using Add-ADGroupMember

by shelladmin

Add-AdGroupMember cmdlet adds one or more users, computers, groups, or service accounts in active directory groups. You can use Add-AdGroupMember to add a computer to …

Read more

Add Users to AD Groups with Add-AdGroupMember

by shelladmin

In an Active Directory, it’s very important to add user accounts to the active directory and manage groups effectively. Add-AdGroupMember cmdlet in PowerShell adds users …

Read more

Get AdUser Pipe to Add AdGroupMember

by shelladmin

To get aduser pipe to add into the active directory group as a member, you will need to get aduser using the Get-AdUser and pipe …

Read more

Older posts
Page1 Page2 … Page9 Next →

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