Automation

Automating frustrating SCCM projects and jobs.

Create Device Collections from OUs
Use a powershell script on your SCCM server to easily import your Device Collections based on OUs and then they will stay in "sync" based on yo...
Thu, Nov 3, 2016 at 11:19 AM
Bulk update the Office 365 Licenses from one SKU type to a new SKU type
Connect to your Office 365 instance. $UserCredential = Get-Credential Connect-MsolService -Credential $UserCredential Show your lic...
Wed, Nov 30, 2016 at 1:54 PM
AutoExtract RAR files
Save as unpack.bat  @echo off REM Assumes (x64 7zip on x64 OS or x86 7zip on x86 OS ) and (default 7zip installation path) REM Unpack all RAR files i...
Mon, Dec 5, 2016 at 9:28 AM
Multiple DPs - Manually Specific ones you want.
By default SCCM will keep a list of all Distribution Points in the registry, this can be problematic in a large environment where clients do not have connec...
Thu, Sep 21, 2017 at 9:01 PM
Automated Student Accounts via SIS Export
<#     ==Synopsis==     This script takes a mass export of students and creates accounts in both Google (via GAM) and Active Directory (via powershell)...
Tue, Feb 20, 2018 at 3:44 PM
Reset-ADPasswords from PowerSchool Export
<#     ==Synopsis==     Reset AD passwords using PowerSchool export.     Author: Andrew Schott     Company: Joletec, Inc.     Last Modifed: 2020-...
Mon, Dec 28, 2020 at 11:40 AM
Google GAM - Group Membership by Google OU (.bat)
goto GAMcommands     Run GAM to replace group membership in the HS and MS student email groups.     Group Owners and Managers are not affected.      ...
Mon, Oct 3, 2022 at 12:17 PM