Okay, maybe I'm missing something, but how would I download the Win7 driver CAB 
for an E6400?

Here is the XML block that I found for the E6400, but I don't see any easy 
field that I can use to grab it with.

Shouldn't there just be a field for "Model"?

We have a known set of models that we've purchased from Dell.  I'd like to 
build up a script using this that would go out, pull down the latest XML and 
then grab the latest driver CABs for the models that I specify.

The code snippet I have so far is:
$catalogXMLDoc.DriverPackManifest.DriverPackage| ? { ($_.type -eq "win") -and 
($_.SupportedOperatingSystems.OperatingSystem.majorVersion -eq 6 ) -and 
($_.SupportedOperatingSystems.OperatingSystem.minorVersion -eq 1 ) }

But that gets me all the models supported with Win7.  Have a model field would 
help, something like "-and ($_.Model -eq "Latitude E6400" ) "  or maybe "-and 
($_.ModelNumber -eq "E6400" ) " .

I'm probably missing something, so bear with me.


<DriverPackage format="cab" hashMD5="B8A0A38CFDD7D80B9144630B7075328C" 
size="500116516" dateTime="2014-04-01T16:01:20" vendorVersion="1.0" 
dellVersion="A05" path="FOLDER02045492M/1/E6400-WIN7-A05-J30K5.CAB" 
releaseID="J30K5" delta="" type="win">
    <Name>
      <Display lang="en"><![CDATA[ E6400-win7-A05-J30K5.CAB ]]></Display>
    </Name>
    <Description>
      <Display lang="en"><![CDATA[With the Dell Client Systems Deployment CAB, 
an I/T Administrator can perform the following tasks:
1) Use Microsoft Windows OS-based PnP enumeration capabilities to install 
drivers for applicable devices
2) Create a system-level optimized deployment sequence
3) Setup an appropriate boot control sequence.
4) Optimize the deployment of targeted system-specific driver 
packages.]]></Display>
    </Description>
    <SupportedOperatingSystems>
      <OperatingSystem osCode="W7P32" osVendor="Microsoft" osArch="x86" 
majorVersion="6" minorVersion="1" spMajorVersion="0" spMinorVersion="0">
        <Display lang="en"><![CDATA[ Microsoft - Windows 7 32-bit - 
Professional ]]></Display>
        <SupportedLanguages>
          <Language lang="en">English</Language>
        </SupportedLanguages>
      </OperatingSystem>
      <OperatingSystem osCode="W7Pr6" osVendor="Microsoft" osArch="x64" 
majorVersion="6" minorVersion="1" spMajorVersion="0" spMinorVersion="0">
        <Display lang="en"><![CDATA[ Microsoft - Windows 7 64-bit - 
Professional ]]></Display>
        <SupportedLanguages>
          <Language lang="en">English</Language>
        </SupportedLanguages>
      </OperatingSystem>
    </SupportedOperatingSystems>
    <SupportedSystems>
      <Brand key="LAT" prefix="4">
        <Display lang="en"><![CDATA[ Latitude ]]></Display>
        <Model systemID="0233">
          <Display lang="en"><![CDATA[ E6400 ]]></Display>
        </Model>
      </Brand>
      <Brand key="LAT" prefix="4">
        <Display lang="en"><![CDATA[ Latitude ]]></Display>
        <Model systemID="0233">
          <Display lang="en"><![CDATA[ E6400 ATG ]]></Display>
        </Model>
      </Brand>
      <Brand key="LAT" prefix="4">
        <Display lang="en"><![CDATA[ Latitude ]]></Display>
        <Model systemID="0233">
          <Display lang="en"><![CDATA[ XFR E6400 ]]></Display>
        </Model>
      </Brand>
    </SupportedSystems>
    <ImportantInfo 
URL="http://support.dell.com/support/downloads/format.aspx?releaseid=J30K5";>
      <Display lang="en"><![CDATA[Please visit the Dell Tech Center at 
http://www.delltechcenter.com/page/Microsoft+System+Center, and search for Dell 
System Deployment CABs for additional help on using these cabs for OS 
Deployment. ]]></Display>
    </ImportantInfo>
  </DriverPackage>



From: [email protected] [mailto:[email protected]] On 
Behalf Of [email protected]
Sent: Wednesday, April 16, 2014 1:29 PM
To: [email protected]; [email protected]
Subject: [MDT-OSD] RE: New Dell Driver Pack Catalog available today!

There is no change to the Driver CABs themselves, so you can continue to use 
them as you currently do.  We are just making the metadata available (in 
catalog form) for customers who want to automate their OSD driver management.  
A future release of our SCCM integration pack will leverage this catalog to 
simplify driver management, but until then you are free to script up your own 
solution.

Thanks,

Warren

From: [email protected] [mailto:[email protected]] On 
Behalf Of Davis, Michael
Sent: Wednesday, April 16, 2014 12:06 PM
To: [email protected]; [email protected]
Subject: [MDT-OSD] RE: New Dell Driver Pack Catalog available today!

So this appears to be a paradigm shift from how we've loaded Dell driver packs 
in the past. There's lot of PoSH snippets on the page you linked, but any 
screenshots/instructions for how to integrate this into an SCCM OSD TS?

From: [email protected]<mailto:[email protected]> 
[mailto:[email protected]] On Behalf Of 
[email protected]<mailto:[email protected]>
Sent: Wednesday, April 16, 2014 11:51 AM
To: [email protected]<mailto:[email protected]>; 
[email protected]<mailto:[email protected]>
Subject: [MDT-OSD] New Dell Driver Pack Catalog available today!

You asked for it, here it is!  Automate your Dell Driver CABs with the new 
Driver Pack Catalog released today.

Details and script samples can be found at the following link.  As always, I 
look forward to your feedback here or you can email me directly.

http://en.community.dell.com/techcenter/b/techcenter/archive/2014/04/16/driver-pack-catalog-now-available.aspx

Thanks,

Warren Byle
Dell | Business Client Systems Management
Product Manager
office +1 512 724 2626
[email protected]<mailto:[email protected]>

Join the conversation
Dell TechCenter<http://www.delltechcenter.com/>
Twitter: WarrenByle<http://twitter.com/WarrenByle>

**********************************************************
Electronic Mail is not secure, may not be read every day, and should not be 
used for urgent or sensitive issues 

Reply via email to