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

VMWare ESXi ESXCLI Commands to Update Host DNS Servers

Create a bold high‑impact 16 9 featured image with a dark command‑line‑driven virtualisation theme. Use deep black or charcoal as the base with sharp accent colours like bright yellow whi

Problem You have a requirement to update host DNS servers IP addresses on a VMWare ESXi host. However, because Adobe Flash Player is no longer available and the option is not in the newer HTML5 version, you have to make the changes using an SSH connection to your VMWare host. Resolution Connect to your VMWare … Read more