System Center Configuration Manager PKI Setup

sccm logo

If you are looking at setting up your System Center Configuration Manager (SCCM) with PKI, then there is an excellent step by step guide that you can follow from SCCMGuy. The link to this guide is below: https://sccmguy.com/2013/11/26/pki-certificates-for-configuration-manager-2012-r2-part-1-of-4-web-server-certificate/ We have used this in the past our various labs and it details well what you need to … Read more

Windows and Office Activation Proxy Whitelist Websites

Microsoft Blue Logo

We recently came across an issue where our Configuration Manager Operating System Deployments (OSD) were failing at the activating Windows step. Having spent far too much time looking into why it was doing this, we eventually found out that it was our proxy servers that were blocking access it the Microsoft activation servers.

SCCM OSD – “A required device isn’t connected or cannot be accessed”

sccm logo 600x400

We today ran into an issue where our SCCM OSD PXE boot was not working. It was coming up with a very confusing message stating: “A required device isn’t connected or cannot be accessed” This led us to start looking at the hard drive and the drivers, however, the solution was completely different. The problem … Read more

Shoretel Communicator Download Client and MSI Installer

shoretel msi installers

To get the Shoretel Communicator download for the client software you can easily retrieve it from your Shoretel HQ server and you then have the ability to use the installer in various different installation methods. EXE Format You should go to the following URL in an internet browser on a machine that is connected to … Read more

Previous Versions of Java Clients and Silent Installation Guide

Previous Versions of Java Clients and Silent Installation Guide

A lot of people ask us about getting older versions of Java Clients. So we have now launched a Java client micro-site with all the previous versions that we have available and all upcoming versions. You can download the Offline Installers and MSI files from our Java website using the link below: Download Instructions When … Read more

Restart SCCM OSD Task Sequence within Windows PE

System Center Configuration Manager SCCM

If you want to restart SCCM OSD Task Sequence from within Windows PE without having to reboot the machine and start the PXE boot sequence again, you can quickly press F8 to bring up a command prompt and enter the following command: x:smsbini386TsmBootstrap.exe /env:WinPE /configpath:x:smsdata This will then restart the task sequence process for you … Read more

SCCM Collection based on Active Directory Organisation Unit (OU) Membership

sccm logo 600x400

You may want to create a Configuration Manager Collection based upon an Active Directory Organisation Unit. To do this you can use the following WQL code and then simply amend the last part to be the Organisation Unit that you want to base the Collection on: SELECT SMS_R_USER.ResourceID, SMS_R_USER.ResourceType, SMS_R_USER.Name, SMS_R_USER.UniqueUserName, SMS_R_USER.WindowsNTDomain FROM SMS_R_User WHERE … Read more