Windows – Get a List of all Installed Programs (and Updates)
KB ID 0000619 Problem I needed to get a list of installed programs from a server I was having problems with, so I could compare the results with another server. Note: This will work on Windows client OS’s as well. Solution 1. On the machine in question launch a command window. 2. To display all the installed programs execute the following two commands; WMIC product get name,version 3. To export all the installed programs to a...
Finding Out the Last Time Domain Users have Logged in
KB ID 0000682 Problem Active directory keeps a log of the last time a domain user has authenticated to the domain (from server 2000 onwards) , the drawback with 2000 is that this value didn’t replicate so you had to query each domain controller and cobble the results together. After 2003 this value was replicated (after convergence,) to all domain controllers. Solution Update Here’s a much better way of showing who logged...
Exchange – Enable ‘Out Of Office’ For Another User
KB ID 0000843 Problem Got in the office to find a colleague was going to be on long term sick this morning, the boss asked, “Can we turn on his out of office?”. I could have simply changed the users password and logged into OWA and done it, but executing some PowerShell would be more elegant. Note: You must be in one of the following groups to carry out this procedure, Organizational Management, Recipient Management, or...
Cisco ASA – Configuring for NTP
KB ID 0000608 Problem With NTP, there will be two things you want to do, 1) Allow a device behind the ASA to take its time from a public NTP server, and 2) Set the ASA to take its system time from a public NTP sever (for accurate date stanps on the logs, and for time critical things like Kerberos authentication.) Solution Allow internal host(s) to get system time though the firewall. 1. Connect to the ASA, go to “enable...