Get-ADUser -Filter "EmployeeID -eq '12345'" -Properties * Here is a trick most Windows 11 admins miss.
Windows 11 has quietly become a powerful administrative workstation. While the average user is searching for "Weather" or "Spotify," you can be running LDAP queries from the same search bar. Let’s walk through how to unlock the superpower on your Windows 11 machine. The Problem: The Native "People" Search isn't Enough If you type a username into the Windows 11 taskbar search, you will likely see "People" results from your local contacts or Outlook. That’s useless for an admin.
Get-ADUser -Filter "Name -like '*Smith*'" -Properties Title,Department,Manager
Pin the dsa.msc shortcut to your Taskbar. Then, Win + (Number) opens ADUC instantly. From there, right-click the domain root and select "Find." It’s still the fastest visual search method for complex queries. Are you still RDPing into your DCs? Let me know your Windows 11 admin workflow in the comments below!
Search-ADAccount -LockedOut | Select Name, SamAccountName
Get-ADUser -Filter "EmployeeID -eq '12345'" -Properties * Here is a trick most Windows 11 admins miss.
Windows 11 has quietly become a powerful administrative workstation. While the average user is searching for "Weather" or "Spotify," you can be running LDAP queries from the same search bar. Let’s walk through how to unlock the superpower on your Windows 11 machine. The Problem: The Native "People" Search isn't Enough If you type a username into the Windows 11 taskbar search, you will likely see "People" results from your local contacts or Outlook. That’s useless for an admin.
Get-ADUser -Filter "Name -like '*Smith*'" -Properties Title,Department,Manager
Pin the dsa.msc shortcut to your Taskbar. Then, Win + (Number) opens ADUC instantly. From there, right-click the domain root and select "Find." It’s still the fastest visual search method for complex queries. Are you still RDPing into your DCs? Let me know your Windows 11 admin workflow in the comments below!
Search-ADAccount -LockedOut | Select Name, SamAccountName