Skip to content

ShellGeek

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

PowerShell Get-ADUser Examples

by shelladmin

The PowerShell Get-ADUser cmdlet available in the ActiveDirectory module is more frequently used by Admin on their day-to-day task to get one or more active …

Read more

Find Get-AdUser Password Expiration Date

by shelladmin

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

Read more

Get AdUser Display Name using PowerShell

by shelladmin

The Get-AdUser cmdlet in PowerShell retrieves the active directory user objects. It has DisplayName property that retrieves the aduser display name in Active Directory. DisplayName …

Read more

Get-AdUser SamAccountName in Active Directory

by shelladmin

Get-AdUser SamAccountName attribute is a user logon name in the previous version of the Windows system. SamAccountName logon name has a maximum 20-character length limit …

Read more

Get AdUser with Change Password At Next Logon using PowerShell

by shelladmin

The Get-AdUser cmdlet in PowerShell uses the PasswordLast or PwdLastSet attributes to get aduser accounts with a change password at next logon set in the …

Read more

Get-AdUser PwdLastSet – Get Aduser last password change

by shelladmin

PwdLastSet attribute stores information about the last password change. In the active directory, you can check the last password change in Active Directory for the …

Read more

Find Ad Object By GUID in PowerShell

by shelladmin

Use the Get-AdObject cmdlet in PowerShell to find ad object by GUID. It has ObjectGuid property that contains an active directory object GUID. Refer to …

Read more

lastlogon vs lastLogonTimestamp vs lastLogondate

by shelladmin

The main difference between lastlogon and lastLogonTimeStamp is that lastlogon is updated on the Domain Controller after the user interactive logon while lastLogonTimeStamp is replicated …

Read more

PowerShell Convert String to GUID

by shelladmin

To convert string to guid in PowerShell, it uses the Parse() method of the [System.Guid] class that takes string guid as input parameter and returns …

Read more

PowerShell Convert Guid to String

by shelladmin

PowerShell .Net framework provides Guid class that represents a GUID and ToString() method to convert guide to string in PowerShell. It returns the string representation …

Read more

Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page36 Next →

Recent Posts

  • PowerShell – Get AD Group Members and list of Users
  • Convert Timestamp to Date in PowerShell
  • PowerShell Compare Files Modified Date and Creation Dates

Footer

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