Skip to content

ShellGeek

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

dsquery

Dsquery User Email Address Examples

by shelladmin

Dsquery user command finds the user in the active directory that matches the specified search criteria. Active Directory user has mail attribute which stores email-address …

Read more

Dsquery to Find Inactive Users in Active Directory

by shelladmin

Use the dsquery user command with an inactive parameter to find inactive user accounts in the active directory. dsquery user command has an inactive parameter …

Read more

Dsquery to Find Disabled User Accounts

by shelladmin

Using the dsquery user and dsget user command, we can find disabled user accounts in the active directory. dsquery user command has a disabled parameter …

Read more

Dsquery to find user group membership

by shelladmin

Using the dsquery and dsget command, we can find user group membership or get all AD groups user is a memberof. Active Directory groups contain …

Read more

Dsquery Find User by Attribute in Active Directory

by shelladmin

User object in the active directory has many attributes associated with it like cn, displayname, ou, name, distinguishedname, samaccountname and so many… Using the dsquery …

Read more

Dsquery – Get User All Attributes

by shelladmin

Use the dsquery command with the attr * parameter to get user all attributes. -attr {<AttributeList> | *} parameter is used to retrieve multiple attributes …

Read more

Dsquery – User Last Password Change

by shelladmin

Using the dsquery command and pwdLastSet attribute for the user, we can get user last password change in an Active Directory. pwdLastSet attribute stores the …

Read more

Dsquery all users in group

by shelladmin

An active directory group is a collection of active directory objects. It contains users, computer accounts, and other groups. The Dsquery group command is used …

Read more

Dsquery – List all Users

by shelladmin

Dsquery command-line tool is used to query active directory using the specified search criteria and finds objects of the specific object type. Using the dsquery, …

Read more

Using Dsquery to Get User Display Name

by shelladmin

A User Display name in an Active Directory is a combination of users’ first name and last name but it can be set to any …

Read more

Post navigation
Older posts
Page1 Page2 Next →

Recent Posts

  • Read File Line by Line in PowerShell
  • PowerShell – Rename part of FileName
  • PowerShell – Refresh Environment Variables

Footer

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