Migrating Local Profiles to Domain Profiles
KB ID 0001235 Problem Moving a machine onto a Windows domain, is a simple task, I’ve done this for a lot of clients. The main complaint (post migration,) is that something is missing. This is because your-account-name on your PC or laptop, and your-account-name in the domain are TWO DIFFERENT ACCOUNTS, (even if they have the same name). Microsoft have produced some tools help you, but I challenge you to start reading the USMT...
Windows Server – Disk Performance Missing From Task Manager?
KB ID 0001203 Problem If your machine is struggling, a good place to look first is the performance tab on ‘Task Manager’ Here you can see CPU and Memory Stats and how our network cards are performing, but wheres the disk stats? Solution Before you can see them you need to enable them, open a PowerShell, (or an administrative command window). and run the following command; diskperf -y Now re-open task manager and go to...
Windows Firewall – Enable ‘Ping’ / ICMP Echo Reply
KB ID 0001134 Problem By default all modern distributions of Windows come with their client firewall enabled. Which is a good thing, most corporate networks simply disable it using the rationale that they have a corporate firewall and security software etc. Again thats fine, but what if you want to leave it on, and still be able to ping that host to see if its alive. Solution The firewall exception is already written for you, you...
Microsoft Autoroute Install Errors (Windows 8)
KB ID 0000686 Problem I only use Autoroute once a month, (when I put my mileage in at work!). So this month I had a head slap when it was one of the bits of software I had forgotten to install on my freshly rebuilt laptop. So I fired up the setup for Autoroute 2007 and it failed. So I moaned and was furnished with a shiny new copy of Autoroute 2011. But when I tried to install it, this happened. Microsoft Autoroute 2011 Setup One of...
Windows – ‘Telnet’ is not recognized as an internal or external command
KB ID 0000455 Problem Telnet client from Windows, and have it as an “Optional Extra”. For most people that’s fine, but for anyone who programs network devices, or needs to test that ports are open, or test mail flow by telnet to port 25, that’s a pain. Solution Enabling Telnet – Windows 10 1. From PowerShell execute the following command; dism /online /Enable-Feature /FeatureName:TelnetClient Enabling...
Windows – Adding Unallocated Drive Space “From the left”
Adding Unallocated Drive Space KB ID 0000678 Problem On my Windows Dual boot machine I wanted to give some more drive space to the first Windows installation. After shrinking the second Windows volume, I found out that I could not extend the first Windows partition to take up the free space. If the unallocated space was on the right of my partition it would have been fine. Solution: Adding Unallocated Drive Space This is a problem...
Windows – Run Commands and Command Line Shortcuts
KB ID 0000828 Problem One of the advantages of launching applications form the ‘Run box’ is, no matter where Microsoft move things to in the graphical interface, they rarely change the commands. So when Windows 8 came out and there was much gnashing of teeth, I just ran the same old commands I used to run, and wondered what all the fuss was about! Solution Below is by no means a complete list, but is a collection of stuff...
Windows Server 2012 and Windows 8 – Activation Error 0xC004F074
KB ID 0000766 Problem I jumped on a clients remote desktop services server today and saw; However when I went to activate; Windows couldn’t be activated Error Code: 0xC004F074 Error Description:the Software Licensing Service reported that the product could not be activated. No Key Management Service (KMS) could be contacted. Please see the Application Event Log for additional information. Solution Out of the box this version of...
Windows Server 2012 ‘Direct Access with Windows 8’
KB ID 0000842 Problem In the following procedure I’m using Window Server 2012, and Windows 8 Enterprise, I am NOT configuring for Windows 7 so I don’t need to worry about PKI and certificates. (Other than the one the direct access server uses for https identification). I’m not adding in any Application or Infrastructure servers, this is just a basic run through on setting up Direct Access to get you up and running....
WDS Deploying Windows Part 3: Carry Out an Unattended Deployment
KB ID 0000738 Problem In part two we built our reference machine and took an image of it using WDS. Now to automate the deployments we need to create some unattended answer files, these will answer all the questions that the Windows 8 machines will ask while they are building. We will take those files and import them into the WDS server we configured in part one. Finally to make sure everything is working we will deploy Windows 8....