Welcome to the Jocha blog!

SCCM Client – Manual install and uninstall

You can deploy the SCCM client several ways, the most common being through SCCM, manual install via the ccmsetup.exe. This article describes how to install and uninstall the client manually.

Azure Backup Mail Report Script

Jocha previously released a very popular mail report-script for Windows Backup. A downside with the new Azure backup-agent is that it did not offer mail reports… until today!

Get Active Directory pictures in Windows 10

We have been working on migrating a customer from Windows 7 over to Windows 10. Our goal is to have Windows 8 and 10 clients pull the pictures from Active Directory to the users local profiles.

Installing HP branded Windows on a Virtual server

My customer has bought a Hewlett-Packard server with a Windows Server 2012 ROK (Reseller Option Kit) license.
However this customer had some issues with the installation of the license on the Hyper-V guest server. Since the Windows server does not recognize the ‘hardware’ as a Proliant server, licensing will not succeed.

However there is a simple solution…

Windows Backup Mail Report Script

Updated version available: This article covers v4.1 of the script (2016). A fully rewritten v5.0 is now available, compatible with Windows Server 2025 and using the SendGrid REST API instead of the deprecated Send-MailMessage.Read the updated article: Windows Server...
Resetting or clearing NOD32 client password

Resetting or clearing NOD32 client password

I was faced with an issue regarding NOD32 today. A couple of clients had an old (undocumented) configuration of their antivirus.
As it turned out the clients had “Protected setup” which means you cannot access the settings, or un/reinstall the program without a specific password. It also happened to not be set up to talk to the appropriate “Remote Administrations-server”.

Event 122: Drivers from Windows Update blocked

Event 122: Drivers from Windows Update blocked

Today was Patch Day for one of my customers. They have a standalone Windows Server 2012 R2 file server.
I reviewed the pending updates and started the download. However the downloads got stuck…

Perfmon: How to record server performance

Perfmon: How to record server performance

A customer of mine was experiencing performance drops on their HR-server. They asked me to get to the bottom of it.

As always when working with Windows servers and performance I headed over to Perfmon…

Display all saved WiFi Passwords

Display all saved WiFi Passwords

We’ve all been there, wireless passwords tend get lost.

There are several tools to retrieve the missing information, but I strongly believe that the less stuff you download from the web, the safer you are. So why not use the built in functions instead?

Printing Error 018-547 on Xerox WorkCentre

Printing Error 018-547 on Xerox WorkCentre

We were faced with and issue regarding a Xerox WorkCentre 7345 printer.
The printer had different scanning profiles set up. One of them were configured to scan a document, convert it to a PDF-file and upload it to a folder on the File-server.

Out of nowhere it ceased to work. I started by logging into the web-interface of the printer.
In the Job History it had registered a Status-message;

Fix <PRE> code going outside <DIV>

Fix <PRE> code going outside <DIV>

People who have been following this site for a while know that we recently released an entirely new theme and look.
As I was going through old posts to answer comments I noticed some posts with PRE code-wraps extended outside the main DIV:s…

Installing .NET Framework on Windows 8 and 2012

Installing .NET Framework on Windows 8 and 2012

I have been struggling a bit with adding .NET Framework 3.5 on a few systems (and reference image for MDT). The posts on MSDN and TechNet are good, but not always crystal clear.

Here is how I solved the issues we were experiencing…