Skip to content

ShellGeek

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

PowerShell

Get-ADUser Email Address Using PowerShell

by shelladmin

ActiveDirectory module for Windows PowerShell contains a group of cmdlets to manage your Active Directory domains, Configuration sets, manage active directory users like get-aduser email …

Read more

Export Ad User to CSV in PowerShell

by shelladmin

Active directory user has many attributes associated with it to describe ad user. As an administrator, often we export ad users to CSV file to …

Read more

Get-AdUser Employee ID in PowerShell

by shelladmin

As Administrators, often we need to get user employee id or employee number from the active directory or get aduser samaccountname from employee id to …

Read more

Add-Content in PowerShell

by shelladmin

While working with files in PowerShell, we have to append text to file using PowerShell like add text to end of file, append a string …

Read more

Get-ADComputer-Find Computer Details in OU with Examples

by shelladmin

Get-AdComputer cmdlet in PowerShell is used to find one or more computers in the Active Directory or find computers in OU (Organization Unit). Using the …

Read more

PowerShell Unlock AD Account (Active Directory)

by shelladmin

The Unlock-AdAccount in Active Directory unlocks the ad account. To unlock ad account, use the Identity parameter which specifies an account using the distinguished name, …

Read more

Get-ADPrincipalGroupMembership – Active Directory

by shelladmin

PowerShell Get-ADPrincipalGroupMembership cmdlet in active directory gets active directory groups that have user, computer, service account, group member of. Get-AdPrincipalGroupMembership active directory cmdlet requires a …

Read more

PowerShell – Get AD Group Members and list of Users

by shelladmin

PowerShell Get-AdGroupMember is used to get members from the active directory. You can get ad group members by specifying the active directory group name. Identity …

Read more

Get-AdUser – Get Active Directory Users using PowerShell

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

Get a List of Users from OU using PowerShell

by shelladmin

The list of users from the organization unit can be retrieved using Get-AdUser with the SearchBase parameter to search for users in specific OU and …

Read more

Post navigation
Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page14 Next →

Recent Posts

  • Dsquery User – Find users in the Active Directory
  • Dsquery to Find Inactive Users in Active Directory
  • Dsquery to Find Disabled User Accounts

Footer

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