Automation
Automating frustrating SCCM projects and jobs.
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
Connect to your Office 365 instance.
$UserCredential = Get-Credential
Connect-MsolService -Credential $UserCredential
Show your lic...
Wed, Nov 30, 2016 at 1:54 PM
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
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
<# ==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
<# ==Synopsis== Reset AD passwords using PowerSchool export. Author: Andrew Schott Company: Joletec, Inc. Last Modifed: 2020-...
Mon, Dec 28, 2020 at 11:40 AM
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