Jan 072013
 
ps

http://technet.microsoft.com/en-us/library/hh848796.aspx

Due to how busy I constantly am, a majority, if not all, of my scripting is still done in VBS code. Its simply easier to just whip together a VBS script using PrimalScript than learning the proper way to write and execute the powershell script. With SCCM2012 and MDT2012 supporting PS scripts out-of-the-box, there is NO excuse not to move in this direction for all of my scripts. This page will serve as my foundation until I get used to looking up commands in ISE.

-BG

Share
Dec 312012
 
Toughbook Logo

— 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, and we could be in the neighborhood of 20-30 required installs. These “bundles” were produced to greatly simplify all of these mandatory installs.

Bundles Pros:

  1. ONE install step per Model/Mark (19A – Mk5)
  2. Logs all activity to single file (C:\Windows\Temp\Pana….log)
  3. Works with all Imaging Suites (SCCM, MDT2010/2012, LANDesk, KACE, Altiris, etc.)
  4. Supported and Produced by Panasonic.
  5. Installs and Drivers are NOT Re-Packaged or Re-Engineered.

Cons:

  1. Does not include Storage or LAN drivers, these must be downloaded from Intel (http://downloadcenter.intel.com/)
  2. Added into Imaging Suites, yet managed on File level (.ZIP file names in SRC\ folders dictate what and when they are installed)

See the following .PDF for assistance in downloading and utilizing the bundles.

Updated URL – 5/1/2013
https://panaconsulting.egnyte.com/publicController.do?folderName=20130501&fileName=02ce201186d84d71

Feedback is encouraged! (Comment here or email my team at imaging@us.panasonic.com)

Temp3

2013Jan08-RunningBundleInSCCM2012

 

 

-BG

Share
Dec 302012
 
7zip Logo

The process of creating a a Self-Extracting EXE in 7-Zip is far from simple. There are multiple downloads, setting files, 30 or so different parameters. There is also no built-in support for replacing the icons used for the EXE.

I created a pack, that includes a quick readme and .BAT file, which dramatically simplifies the process. Enjoy..

https://panaconsulting.box.com/s/6jrzytz6ykf7sgh9bo65

..Download, extract and reference incl. readme for more info.

-BG

Share