Detect and remove application from dependent task sequences with PowerShell

I believe most of us use install application steps during operating system deployment, unless you are using fully dynamic scripts to install applications. We often do changes in our task sequence, we made a copy of the original task sequence, made it as backup, then start modify the new ones. In some point, we updated […]

Continue Reading

Use PowerShell detect if Lenovo laptop is attached docks

Big thanks for Joe Parker (@joe_lenovo) gave us PnP ID of Lenovo ThinkPad Pro/Ultra docks. ThinkPad Pro dock 40A1: USB\VID_17EF&PID_1012ThinkPad Ultra 40A2: USB\VID_17EF&PID_1010 This a simple PowerShell script for detect if Lenovo laptops are attached to dock station, includes mechanical Lenovo ThinkPad docks and Lenovo USB 3.0 Pro/Ultra docks.  Or:

Continue Reading

Custom Windows 10 OS Build Number WMI Classes and reporting into SCCM

Updated: Since SCCM 1802, inventory is included Windows 10 build version numbers. So this post is outdated now. Additional Note: Since I posted this, I got an excellent feedback from Mike Terrill @miketerrill , he asked me why not just use the registry property provider to inventory the UBR registry. I guess I must admit […]

Continue Reading

SCCM Content Settings Tool 2.1 (PersistCache, BranchCache, FallbacktoDP, DownloadOnSlownetwork)

Fixed: 23.10.2016, Change “PeerCache” to “BranchCache”, thanks for Phil! (I remembered why did I put peercache in the beginning, when using Application SDMPackageXML, it use a keyword “peercache” to define BranchCache settings. 😀 ) Updated: 23.10.2016, Added Package (Advertised), so please download the tool again. I thought was easy to make this tool when I […]

Continue Reading