Active Directory Users and Computers and Attributes..
Lot of IT folks had access read-only Active Directory access but they want to know when particular id was use for login and who owns it ?
Simple way to see that information and get output in txt file.
Yeah Yeah its a Powershell command.
Get-ADUser username -Properties * | Select * > output file path.
Lot of IT folks had access read-only Active Directory access but they want to know when particular id was use for login and who owns it ?
Simple way to see that information and get output in txt file.
Yeah Yeah its a Powershell command.
Get-ADUser username -Properties * | Select * > output file path.
Comments
Post a Comment