Christopher Kibble's Technical Ramblings
open-menu closeme
  • Using PowerShell to Rerun an SCCM Client Advertisement

    calendar 2017-09-30 · 4 min read · ConfigMgr PowerShell  ·
    Share on: twitter facebook linkedin copy

    I wrote the following function to rerun an advertisement on a remote client computer using either the AdvertisementID or the PackageID. Like all sample code found online, please run through a test environment first, and use at your own risk! 1<# 2 …


    Read More
  • Making Registry Changes for All Users with PowerShell

    calendar 2017-09-16 · 3 min read · PowerShell  ·
    Share on: twitter facebook linkedin copy

    I recently had to throw together a quick script to modify the registry of each current user on a set of given laptops, as well as any future users. While a GPO is normally the way to go for something like this, it wasn't an option for me here. This builds a little more on my May 2017 post where I just needed to get the …


    Read More
  • Modify Access Application Options in PoSH

    calendar 2017-06-21 · 2 min read · PowerShell MSOffice  ·
    Share on: twitter facebook linkedin copy

    I put together the following script to help a small group configure Microsoft Access during login in a kiosk environment. You're welcome to steal and modify as you see fit. For all the options you can possibly set, see this MSDN page (ignore the comment that it's for Visual Basic...) 1<# 2 …


    Read More
  • Get List of User Profile Folders (PoSH)

    calendar 2017-05-02 · 2 min read · PowerShell  ·
    Share on: twitter facebook linkedin copy

    The following snippet of PowerShell will collect the list of profiles active on a system from the registry and populate an array. I remove any profile folder that does not exist, as well as any that are within the Windows folder (e.g. NetworkService, LocalSystem), but you can modify as you see fit if that doesn't meet …


    Read More
  • Remove Recent Printers from Chrome Preferences File (PoSH)

    calendar 2017-04-25 · 5 min read · Google Chrome PowerShell  ·
    Share on: twitter facebook linkedin copy

    Chrome does not remove "Recent Printers" from the print option box when a user or an administrator deletes a printer from the machine. This can cause problems when a printer is removed by policy or is updated with a new print server name, but a user continues totry and print to the old server. This script will remove …


    Read More
  • PowerShell Script to Output GPO Versions across DCs

    calendar 2015-10-02 · 2 min read · PowerShell MSOffice  ·
    Share on: twitter facebook linkedin copy

    I wrote the following PowerShell script so that I could easily watch my GPO changes replicate around the globe, letting me know when I could have someone at a specific site update policy when new policies or changes were rolled out. To use, just replace $gpoGUID = "{12345678-1234-5678-9123-ABCDEFEDCBA0}" with the GUID …


    Read More
  • Deleting Inactive AD Computers from SCCM 2012

    calendar 2014-07-28 · 2 min read · ConfigMgr PowerShell  ·
    Share on: twitter facebook linkedin copy

    I wrote the following script to find inactive computers in Active Directory and then find & delete them from SCCM. Feel free to use & abuse as you see fit, but always run through a test environment first. My version makes sure to target only Windows Operating Systems, and excludes anything with Server in the caption - …


    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

Chris Kibble

Technologist, perpetual student, teacher, continual incremental improvement.
Read More

Recent Posts

  • Setting up a WebDAV Server on IGEL OS
  • Set up IGEL with Zscaler Root Certificate Authority
  • IGEL First Time Setup
  • Finding or Recovering your WSL Data
  • Lenovo Vantage IMController Vulnerability - ConfigMgr Query
  • Lenovo Thunderbolt Firmware Version Detection
  • Import Teams Meeting Into Camtasia
  • WizTree Scan Remote System

Categories

CONFIGURATION MANAGER 20 SYSTEMS ADMINISTRATION 13 TROUBLESHOOTING 11 PKI 10 POWERSHELL 9 CONFERENCES 5 APPLICATION PACKAGING 4 IGEL 3 MSOFFICE 3 ACTIVE DIRECTORY 2 DOMAINS AND HOSTING 2 MCAFEE ENDPOINT ENCRYPTION 2 YNAB 2 EXCEL 1
All Categories
ACTIVE DIRECTORY2 APPLICATION PACKAGING4 CONFERENCES5 CONFIGURATION MANAGER20 DOMAINS AND HOSTING2 EXCEL1 GEEKING OUT1 GOOGLE1 GOOGLE CHROME1 IGEL3 IPHONE1 JAVA1 MCAFEE ENDPOINT ENCRYPTION2 MICROSOFT DOCS1 MSDOCS1 MSOFFICE3 NINITE1 PKI10 POWERPOINT1 POWERSHELL9 SYSTEMS ADMINISTRATION13 TROUBLESHOOTING11 WINDOWS 101 YNAB2
[A~Z][0~9]

Series

STANDING UP A CERTIFICATE AUTHORITY 9 VIDEOS 5 STANDING UP A GOOGLE CERTIFICATE AUTHORITY 2 SPEAKING ENGAGEMENTS 1

Tags

CONFIGMGR 20 POWERSHELL 17 MSOFFICE 12 CA 9 PKI 9 SQL 9 EXCEL 7 MMS 7 GOOGLE 4 AUTOIT 3 CHROME 3 IGEL 3 WINDOWS 10 3 DOMAINS 2
All Tags
ACROBAT1 ANKER1 AUTOIT3 BATCH1 CA9 CAMTASIA1 CHROME3 CITRIX1 CONFIGMGR20 DOMAINS2 EDGE1 EXCEL7 FIRMWARE2 FLASH1 GITHUB2 GOOGLE4 IGEL3 IMH1 INDEX1 IPHONE2 JAVA1 LENOVO2 MMS7 MOPHIE1 MSDOCS1 MSIEXEC1 MSOFFICE12 NAS1 NESSUS1 NINITE1 NOTEPAD++1 PKI9 POWERPOINT1 POWERSHELL17 SAFEBOOT2 SCCM1 SKYPE1 SONOS1 SQL9 SYNOLOGY1 TRAVEL1 VAMT1 VBA2 VISIO1 VMWARE1 WINDIRSTAT1 WINDOWS 103 WIZTREE1 WSL1 YNAB2 ZSCALER1
[A~Z][0~9]
Chris Kibble

Copyright 2006-  CHRIS KIBBLE. All Rights Reserved

to-top