SCCM

SCORCH runbooks not showing in SCCM or SCSM

SCORCH runbooks not showing in SCCM or SCSM

When you create a new System Center Orchestrator Runbook and you have checked it in ready to use, you may not see it in systems that will want to use it, like Configuration Manager, Microsoft Deployment Toolkit or Service Manager. This is due to authorisation cache not updating and as so, not showing the newly […]

SCCM OSD – Restart a task sequence wizard in WinPE without rebooting

SCCM OSD – Restart a task sequence wizard in WinPE without rebooting

If you have started a task sequence in Configuration Manager and you hit a problem, the last thing you want to do is to have to go through the reboot process back into Windows PE. So, if you want to just restart the task sequence without rebooting, carry out the following steps: Press F8 to […]

Errors when trying to inject offline Windows Updates into a mounted WIM

Errors when trying to inject offline Windows Updates into a mounted WIM

If you are using WIM files for Operating System Deployments (OSD) you may be injecting Windows Updates into the WIM to keep them up to date. If you are doing this, you may run into errors when processing through the updates like this: This is because the mounted WIM thinks that there are pending updates. […]

System Center Orchestrator – SQL Query to show log file data

System Center Orchestrator – SQL Query to show log file data

If you are using System Center Orchestrator (SCORCH)  Runbooks then you may have run into issues where the database is increasing in size due to the large amount of log files being created. This typically occurs when monitoring event logs on servers amongst some other runbook options in SCORCH. If you want to check how […]

Extract and Save Program and Features Icons

Extract and Save Program and Features Icons

If you are looking to extract an icon from your Programs and Features list to use in any programs, documentation or systems like Configuration Manager, then you can use this guide to do that. The icons are actually stored in the C:WindowsInstaller folder but to ensure that you get the correct one, you will need […]

Inject Windows Updates into WIM Image Files Using PowerShell

Inject Windows Updates into WIM Image Files Using PowerShell

To inject Windows Updates into custom-built images that you are using in your Configuration Manager OSD environment, you may find that keeping them up to date is a real problem. If you are happy with the image itself and do not want to make any changes to it, why should you need to rebuild and […]

SCCM SQL Query – Google Earth Installs

SCCM SQL Query – Google Earth Installs

We have recently been asked to report on Google Earth installations within our SCCM environment. So, as we were already collecting the EXE file information within our hardware inventory, we could make use of the SoftwareFile data in the SCCM SQL database. Also, having spent some time Googling a query for Google Earth, we found that […]

SCCM – Dell Client Bios & Driver Autodownload

SCCM – Dell Client Bios & Driver Autodownload

We have recently been using a new script that we came across which allows you to run a PowerShell script on your SCCM environment and it looks for all the Dell hardware models that you have and then automatically downloads all the latest drivers and BIOS’s for each machine found. This is an excellent way […]

SCCM – How to clear CCMCache content older than x days using Compliance Settings

SCCM – How to clear CCMCache content older than x days using Compliance Settings

If you are using SCCM for the deployment of software then you may find that with the smaller SSD’s that you may be using that free space is becoming an issue. This can be because the more an end user installs to their machine from your Software Catalog, the more data that is being downloaded […]

SCCM WQL Query – All Windows 10 Installs

SCCM WQL Query – All Windows 10 Installs

If you are using Configuration Manager and you want to create a collection based on all Windows 10 installations, you can use this WQL query below: select SMS_R_SYSTEM.ResourceID, SMS_R_SYSTEM.ResourceType, SMS_R_SYSTEM.Name, SMS_R_SYSTEM.SMSUniqueIdentifier, SMS_R_SYSTEM.ResourceDomainORWorkgroup, SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.OperatingSystemNameandVersion like “%Microsoft Windows NT Workstation 10%” You can change the “%Microsoft Windows NT Workstation 10%” to create collections […]

Scroll to top