How do you remotely view who is logged into a Windows workstation or server via command line? There is a simple command to…
Read More
Here is a simple query to export: dsquery user "OU=Users,DC=contoso,DC=com" -limit 500 | dsget user -fn -ln -samid -Email -office -tel -fax -title -dept …
Read More
Looking up an object name from GUID is simple. The command lsifde.exe is a command-line tool that ships with Windows Server 2003. Here are the steps. Open a command prompt Type: ldifde…
Read More