Welcome to the Jocha blog!

Windows Backup Mail Report Script

Background Jocha work with a lot of startup companies and small-business owners, which is great in so many ways. While it gives us the possibility to design and set everything up from scratch, with all the best practices, it usually means working with a smaller budget...

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?

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…

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.

Windows 8 can’t find WSUS updates

A customer of mine recently started deploying Windows 8 in their environment. MDT was set up and the deployment was working fine, but after deployment the Windows 8 machines wouldn’t connect to the WSUS server.

When trying to connect to the WSUS-server through the Control Panel I got an error message.

SCCM 2012 Back-end scripting

SCCM 2012 Back-end scripting

Here is the back end script that does all of the work. I’ve made some comments on the script in efforts to keep this post less wordy and more scripty.
Again if you have any specific questions please let me know.

MDT 2012 Update 1 released!

MDT 2012 Update 1 released!

Microsoft Deployment Toolkit (MDT) 2012 Update 1 was released yesterday.
Some of the key changes in MDT 2012 Update 1 are added support for Windows 8 and Windows Server 2012…

Setting ComputerName during OS deployment

Setting ComputerName during OS deployment

Deployment solution based on SCCM 2012 intregrated with MDT 2012. The idea was to set up a User Driven Installation (UDI) so the IT department would have to do as little as possible during the installation process.
Part of this solution was to manage the clients names, we decided to use the serial number as an identifier…

User Device Affinity with MDT 2012 UDI

User Device Affinity with MDT 2012 UDI

As part of MDT 2012 UDI there is a new wizard page for setting User Device Affinity as part of the task sequence as well as a designer page for configuring the UDA page. The User Device Affinity wizard page is…

Installation failed 0x800702E4

Installation failed 0x800702E4

When installing an application on a newly deployed computer we received the 0x800702E4 error from Software Center.

After some troubleshooting we concluded that the application was configured…

UDI WelcomePage is blank

UDI WelcomePage is blank

After editing the UDIWizard_Config.xml file and updating my Distribution points the UDI wizard would no longer let me through.

I edited the welcome text to something a bit more personal than the standard version, however there seems to be a limitation in UDI…