Fix AutoCAD Installation Failure – Error 1606: Could Not Access Network Location

AutoCAD Installation Failures

If you’re encountering the Error 1606: Could not access network location while attempting to install AutoCAD, especially when deploying it via SCCM (System Center Configuration Manager), you’re not alone. This issue often arises due to misconfigured user profile settings, particularly in environments with split partitions. Here’s how to resolve the problem. Understanding the Issue This … Read more

SCCM capture of Windows 8 fails during Sysprep stage – Fatal error occurred while trying to sysprep the machine

sccm logo 600x400

I’ve recently been trying to create a custom built Windows 8 image for future deployment using SCCM 2012 SP1. I built a clean Windows 8 base image and then installed all the programs that I wanted on the image and then run Windows Update. I made some changes to the Metro front screen and updated, … Read more

Windows Language Pack Codes

Microsoft Blue Logo

I’ve been working for Windows language pack lately, particularly in the OSD part of SCCM. So part of that is knowing what the language pack codes are for various languages. The Windows language pack codes are very useful for dictating which language packs get installed during the deployment phase of your task sequence. 2024 Update … Read more

User State Migration Tool (USMT) during OSD Task Sequence SCCM 2012 SP1

microsoft black logo

I’ve been using ConfigMgr for many years now and I’ve used OSD in every version I’ve been involved with, however, for some reason, I’ve never used USMT before. In most cases this is simply because I didn’t need to use it as my only need was for bare metal deployments but, our environment is changing … Read more

SCCM – SQL Query for newly discovered devices in last 24 hours

SCCM - SQL Query for newly discovered devices in last 24 hours

This query for SCCM will tell you the devices that have been discovered by Configuration Manager in the last 24 hours. This query can be amended to change the amount of days you wish to look back at for newly discovered devices by changing the last digit in the code. SQL Query More Queries Our … Read more

Renew a Self Signed Certificate on an Exchange Server 2007

Exchange 2013 1

If you are using an Exchange system and have self signed certificates, every year you will have to renew the certificate. An expired certificate may cause problems such as connectivity to web services, SMTP transport and Outlook prompting certificate security warnings which is extremely annoying for users and also can cause problems with Out of Office settings. To do this is very … Read more