Skip to content

ShellGeek

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

Active Directory

Get-ADPrincipalGroupMembership – Active Directory

by shelladmin

PowerShell Get-ADPrincipalGroupMembership cmdlet in active directory gets active directory groups that have users, computers, service accounts, and the group as a member. Get-AdPrincipalGroupMembership active directory …

Read more

Get-Adcomputer- Find Operating System

by shelladmin

The command to find the operating system name, and version of the computer in the Active directory is Get-AdComputer. This command has an OperatingSystem property …

Read more

Get-AdGroupMember – Export AD Group Members to CSV

by shelladmin

Get-AdGroupMember PowerShell cmdlet gets AD group members, members can be users, computers, or groups. Administrator often needs to export active directory group members to CSV …

Read more

Get-AdComputer PasswordLastSet – Find Stale Computers

by shelladmin

PasswordLastSet attribute stores information about the password last set for the computer. In the active directory, you can check the last password set date in the …

Read more

Find What Domain Controller Am I Using?

by shelladmin

Use the windows command echo %logonserver% in cmd and $env:logonserver in the PowerShell, terminal to find the domain controller you are connected to. These commands …

Read more

Check Password Policy in the Active Directory

by shelladmin

Use the Get-ADDefaultDomainPasswordPolicy cmdlet in PowerShell to check password policy in the Active Directory. This command gets details like MaxPasswordAge, MinPasswordAge, Password length, etc… Use …

Read more

What Active Directory Groups Am I In?

by shelladmin

Use commands whoami /groups and gpresult /r to find out what active directory groups am i in. ADUC snap-in tool provides user groups membership it …

Read more

Command to Open Active Directory Users and Computers

by shelladmin

Use the dsa.msc command to open Active Directory Users and Computers graphical user interface. You can use the command dsa in the PowerShell terminal. Active …

Read more

PowerShell – Get list of AD Groups for User

by shelladmin

Use the PowerShell Get-ADUser cmdlet to get aduser object and use Memberof to get a list of ad groups to user belongs to. Let’s consider …

Read more

Active Directory – What Is It? How Does It Work?

by shelladmin

Active Directory (AD) is a directory service responsible for organizing and managing network resources such as user accounts, computers, printers, and other devices connected to …

Read more

Older posts
Page1 Page2 … Page9 Next →

Recent Posts

  • Get BitLocker Status using PowerShell
  • Get BitLocker Recovery Key Using PowerShell
  • PowerShell Get Activation Key for Windows

Footer

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