SCCM SUP Products Server 2022 Hotpatch

SCCM SUP Products Server 2022 Hotpatch

Following on in our series on SCCM SUP Product definitions, today we are looking at the Server 2022 Hotpatch Product. You can view the other product definition posts we have posted using the button below: Definition and Purpose What It Covers The Server 2022 Hotpatch category includes updates that can be applied to Windows Server … Read more

SCCM SUP OOBE ZDP (Out-of-Box Experience Zero Day Patch)

SCCM SUP OOBE ZDP

If you are using SCCM to update your Microsoft devices, then you may have noticed the large amount of Products that are available under the Software Update Point (SUP) configuration. I’ve struggled to find good explanations for each of the products so my plan is to find out as much information as I can for … Read more

VMWare vSphere HA Failover Error

VMWare vSphere HA Failover Error

VMware vSphere HA (High Availability) is a feature that provides automated failover capabilities for virtual machines running on VMware vSphere hosts. When a host failure occurs, HA will detect it and restart the affected virtual machines on another available host in the cluster. If you are experiencing a failover error with VMware vSphere HA, there … Read more

Export Powershell to CSV

Export Powershell to CSV

To export PowerShell to CSV file, you can use the Export-Csv cmdlet. Here’s an example: This command gets a list of all running processes, selects the process name, ID, and CPU usage, and sorts the list by CPU usage in descending order. This command exports the data to a CSV file named “processes.csv” in the … Read more

SCCM Collection Query for Devices with specific software installed and version or below

SCCM Collection Query for Devices with specific software installed and version or below

If you need to identify machines with specific software installed on a device but would also like to know whether they have a certain version of the stated software or below, then you can use the below query. This can help with software upgrades to identify machines that have not yet been upgraded. SCCM Collection … Read more

Add or Remove Multiple Application Deployments in SCCM using Powershell

How to add or remove multiple sccm application deployments

Problem Scenario When using SCCM, you may find that you want to either add or remove application deployments based on what administrative categories each application has assigned. As an example, we had a number of applications for the Marketing department that were only distributed to a Marketing collection we had set up with only Marketing … Read more