I am going to take you through the process of deploying the latest Java Runtime Environment installation using SCCM and making that available to your users. Firstly we need to download the latest offline version of Java (currently Version 8 Update 25) and extract the MSI file - http://java.com/en/download/manual.jsp. Launch the Executable file you just … Continue reading Deploy Java Runtime Environment Application using SCCM 2012
Tag: powershell
Powershell: Create SCCM 2012 Collections Based on Active Directory Security Group
This script will significantly decrease the length of time taken to create device collections in SCCM. I created this script for a college where I deployed SCCM 2012, it allowed the college to mass create the device collections required for their environment. First of all we will need to import the SCCM Powershell Module as … Continue reading Powershell: Create SCCM 2012 Collections Based on Active Directory Security Group
Powershell: Active Directory – Set Change Password at Logon for all Users
When faced with a situation where you have an OU full of users who need to be forced to change password at logon your first option may instinctively be the GUI - Active Directory Users and Computer. This may seem a lot easier than powershell as you only need to highlight all the users, select … Continue reading Powershell: Active Directory – Set Change Password at Logon for all Users