SCCM
13 posts · all posts
-
SCCM Script – Uninstall McAfee
Here is a short but effective script to be run out of SCCM to completely uninstall McAfee from a device. Obviously EPO will do the same thing but usually you have to wait for th…
-
SCCM Script – Force Remove Flash
Well, Flash is finally dead and you probably want to get it off all your systems. Here is a script that you can use to uninstall flash and remove all leftover folders. See my po…
-
SCCM Script – Choco Checker (check for and install chocolatey)
This is a pretty straight forward script that I end up using in a lot of other scripts. Firstly, it checks for Chocolatey with the “choco” command. If Chocolatey is not installe…
-
Add Sites to Java security exceptions list with Powershell
Java security exceptions are a pain. Its a setting that needs to be set for each users. You should add sites to this list sparingly but chances are that if you have any internal…
-
Create a SCCM Device Collection by IP or Subnet
This post will show you how to create a SCCM Device Collection by IP or Subnet. This is useful for applying scripts or policies to devices that are in a particular subnet. For c…
-
Create an SCCM Collection based on software installed
It is useful to create SCCM collections for workstations or servers having a certain piece of software installed. This can help visualize just how many systems have the software…
-
Create a SCCM Device Collection
In this post I will show you how to create a SCCM device collection. Device collections are used in pretty much every other module inside SCCM. With collections you can deploy s…
-
SCCM Script – Disable Windows Firewall
This is a simple script to disable windows firewall for all profiles (Private, Domain, Public). This is useful for a bunch of different reasons that I wont get into but here is …
-
SCCM Script – Disable Weak TLS and SSL
This SCCM script will make sure TLS 1.2 is enabled and disables TLS 1.0, TLS 1.1, SSL 2.0 and SSL 3.0. To create approve and add SCCM Scripts see this post. It will create and s…
-
SCCM Script – Create and Run SCCM Script
This is more of a reference post for my other posts with ACTUAL SCCM scripts in it. This on will show you how to create and run a SCCM script.
-
SCCM Script – Visual C++ Redistributable updater
While windows update will update the VCRedist packages you have installed it will not remove the old versions. Here is a script that can be used from the SCCM scripts section. T…
-
SCCM Script – Force Windows update from SCCM or Microsoft
Sometimes I have a server or workstation that for whatever reason I need to update outside of its scheduled maintenance window. Instead of having to RDP in and update manually I…
-
Powershell Install SCCM Client
There have been times where I have run into issues where the SCCM client doesn’t install on a new server or I am trying to finish a server setup quickly and I don’t want to wait…












