Ultimate Windows Update fix

The reason I manage hundreds of workstations working on various Windows versions. As we know, Windows (and other Microsoft’s software) is updated monthly. While usually the process is just working fine, sometimes it simply doesn’t want to work. And yes, probably Google is your best friend here… but really, who has time to search for the solution, and apply it, manually, if there is more than 1 computer? Use the script I used technet, different posts and own knowledge of fixing that kind of issues....

29 October 2017 · 2 min · 374 words · Kamil

Powershell – resolve full names to usernames from CSV file

It’s unbelievable how long it took me to figure out this simple Powershell script, but yet it does the trick :). Often you receive a request to do a certain action with a bunch of accounts, and (obviously) the list provided contains the full names rather usernames. Pain to do it manually, but yet we can utilise Powershell here. What you need: CSV file, with only one column, and the header of the column must be called “Name”, if you prefer to use something different, simply amend Name in line 6 to reflect your header....

21 October 2017 · 1 min · 181 words · Kamil

Need for energy – my short story of running

This a quick story how sysadmin started running. I hope it will inspire you to do something with your body, mind and people around you. Yes, because once you’ll start feeling better, others around you will start feeling better as well. Just a little over 6 months ago… That was November – rainy, windy and cold November. I was exhausted after months of pushing forward the work load. Our team was going through fundamental changes, and the last months towards November were nerve wracking, and there was no light at the end of the tunnel....

12 June 2017 · 5 min · 965 words · Kamil

Add any drivers to Windows – on example of GPU drivers

Today we are going to inject drivers into the Windows image with the help of built-in tools in Windows. What do you need? Just a few things: Any hardware to which you’d like drivers to be added to Reference computer with the hardware attached to it Drivers Windows image which is going to be deployed I think there’s not much to explain, so let’s analyse the actual process. What we are going to do?...

29 May 2017 · 8 min · 1594 words · Kamil

Do you check email every 2 minutes? Start batching your tasks

Bump. A new email has just arrived. Have to check it. Now. I might reply to it earlier, but need to read it now. Seriously, why? While being on top of every single thing might sound super productive, it’s not. Being busy doesn’t mean that you’re productive. Being busy means you’re busy, got nothing to do with effectiveness. This is the reason why you’d like to play it smart, and to organise your job into batches....

16 May 2017 · 4 min · 820 words · Kamil