Category Archives: SCCM

New Panasonic Toughbook Imaging Bundles Available For Download NOW (Updated)

By | December 31, 2012
Share

UPDATE 2018/03/09: Use this link http://panasonicdeployment.com UPDATE 2016/10/10: Use this link https://drive.google.com/open?id=0B_636cnOwn0jelIwcTFSdXBYaVE to download the latest OCBs. — Fixed Bundles URL (May 1, 2013) In some Panasonic Toughbook models upwards of 15 utilities are required to be installed to function properly. Add in some optional components, such as Wireless WAN Connectivity, GPS, and a Barcode Reader,… Read More »

Hide Command Window Every 3 Seconds AutoIt Program.

By | December 30, 2012
Share

Ran into a need to produce a lite program to hide command windows while I ran other scripts.  So I produced the following: HideCmdWindowEvery3Sec.exe: https://panaconsulting.box.com/s/b6cd69dyakpa3a1vi2xe As named, It runs in the background and minimizes any command prompt windows that appear on-screen. Here is an example batch file utilizing the program: start “” “%~dp0HideCmdWindowEvery3Sec.exe” start /w… Read More »

Change Computer Icon title to include Computer Name and Username in Windows 7 [Updated 05-14-2012]

By | February 25, 2012
Share

Updated 2012-May-14: Found subinacl did not work on Windows 7 x64. Found superior working tool (SetACL.exe) from the following site: http://sourceforge.net/projects/setacl/files/.  I confirmed it worked and updated the script accordingly. This sample script utilizes a Microsoft tool “subinacl.exe”. This can be downloaded and extracted using 7-zip or equivalent (http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=23510). It uses this tool to take ownership of a… Read More »

How to apply Local Group Policy settings silently using the ImportRegPol.exe and Apply_LGPO_Delta.exe utilities.

By | January 18, 2012
Share

In many Organizations, the AD support team is separated from the team in charge of Imaging.  The AD team naturally is protective with their setup and fight any GPO setting that would result in more responsibility to their staff.  So that leaves us in some occasions having to turn to Local Group Policy to apply the settings we want.… Read More »

“SMS Collection Evaluator failed to process Collection Settings changes” error in SCCM 2007

By | December 29, 2011
Share

Received the “SMS Collection Evaluator failed to process Collection Settings changes” error in SCCM on the “SMS_COLLECTION_EVALUATOR” Component. The fix was simple and simply overlooked during the SCCM installation: 1. Open the ADSI editor. 2. Browse to the “System Management” container. Should be listed under the “System” container. 3. Right-Click on the “System Management” container… Read More »