SCCM

WMI Query for Internet Explorer Installations with Version

WMI Query for Internet Explorer Installations with Version

If you need a WMI query for Group Policy or for Configuration Manager for machines that have Internet Explorer installed and even a version filter, then you can use the following: SELECT * FROM CIM_Datafile WHERE Name = “C:Program FilesInternet Exploreriexplore.exe” AND Version LIKE “11.%” You can then change the “11.%” part to the version […]

Shoretel Communicator Download Client and MSI Installer

Shoretel Communicator Download Client and MSI Installer

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 […]

Housekeeping for SCCM Application Catalog Requests

Housekeeping for SCCM Application Catalog Requests

If you are looking at doing some housekeeping on your Application Catalog within SCCM for user requests then you will find that there is not a Microsoft supported why of doing this. This has been causing us problem recently having approved software for a user and then the users going onto different machines and installing […]

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 […]

Skype 7.7 Released – MSI Download Link & Silent Install Instructions

Skype 7.7 Released – MSI Download Link & Silent Install Instructions

Skype version 7.7 has now been released and if you would like to either add this to your Configuration Manager Software Catalog or even have it available through WDS or Group Policy, then you will want to download the MSI file for it. Skype do provide a direct download link for its Skype software and […]

Silverlight Silent Installation and Uninstall

Silverlight Silent Installation and Uninstall

If you have a requirement to have Silverlight installed as a silent install, like for deployment through System Center Configuration Manager, then you can use the following guide to allow you to do this. First of all, you will need to download the full installer which you can get from the download link below: Download […]

Restart SCCM OSD Task Sequence within Windows PE

Restart SCCM OSD Task Sequence within Windows PE

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 […]

How to identify a missing NIC driver during SCCM OSD

How to identify a missing NIC driver during SCCM OSD

If you have a new model of computer and you have PXE booted it and you do not get a network connection or IP address, then this is because the network card driver for that model is not available either within Windows PE or the boot image you have used to PXE boot the machine. […]

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

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

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 […]

Show Distribution Point in use during Task Sequence

Show Distribution Point in use during Task Sequence

We recently came across issues where our Configuration Manager Operating System Deployments (OSD) where running extremely slowly and we could not figure out why. After some investigation, we found out that one of our remote Distribution Points (DP) was not working correctly and that rebuilds on one of the sites where actually pulling the image […]

Orchestrator Not Showing Newly Created Folders or Runbooks

Orchestrator Not Showing Newly Created Folders or Runbooks

This is a re-post of a guide that we posted about two years ago, but this happened to us again thisweek so thought it would be good to share again… We ran into an issue where our newly created folders and runbooks in Orchestrator were not showing up in our SCCM (MDT) Execute Runbooks task […]

Scroll to top