#sccm script
5 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 – 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…
-
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 – 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…




