Windows – Remove Saved / Cached Network Passwords
KB ID 0000556 Problem Windows 7 / 2008 R2 like previous versions of Windows, caches your user names and passwords entered for network shares, drives etc. That’s fine until there’s an incorrect password or username in the cache, and you want to remove it. With Windows XP you could do this by running “control userpasswords2” and deleting the offending entry. With Windows 7 we have Credential Manager to do this...
Windows – Print Spooler Keeps Stopping
KB ID 0000751 Problem This is quite a common problem, in MOST cases the problem is caused by a print driver that Windows does not like. But my printers are delivered via login script or group policy? If that is the case then you need to exempt both your user and the computer from this method of printer deployment while you are troubleshooting. Solution 1. As we cant be sure what printer/driver is causing the problem, we need to remove...
Windows Printer – Setting up an IP Network Printer
KB ID 0000624 Problem Originally I wrote this back for Windows 7, but I have now updated it for Windows 10. How to add an IP network printer. Setup a Windows Printer 1. If you don’t have a CD/DVD that came with the printer, then get onto the manufacturers website and download the correct drivers for your printer, you will need to know if you require 32 or 64 bit drivers. How to Tell if Windows is 32 or 64 bit 2. Start >...
SCCM 2007 Initial Setup and Configuration
KB ID 0000300 Problem I’ve covered installing system Center Configuration Manager 2007 SP2 on Server 2008 R2, in a previous article. Once you have it installed, you need to perform a few further actions to get your machines imported. Then get the client software onto them. Solution Assumptions SCCM has already been installed. Step 1: SCCM Set up Boundary 1. Launch the Configuration Manager Console > Expand Site Database >...
PowerShell – List All Domain Users and Their Last Logon Time
KB ID 0000752 Problem In the past I’ve looked at third party tools to do this but what if you wanted to use PowerShell? Solution Heres’ a cool solution that might interest you also Updating Domain Computer Objects with User and Machine Information 1. On your server paste the following script into Notepad; $NumDays = 0 $LogDir = “.Users-Last-Logon.csv” $currentDate = [System.DateTime]::Now $currentDateUtc...