Jump to content


JTPort

Established Members
  • Posts

    39
  • Joined

  • Last visited

Posts posted by JTPort

  1. As TK mentioned you need to add the NIC driver, I did a quick blog a while ago for doing it for 8.1 but obviously you'll need to update this for windows 10

     

    http://robotrambling.blogspot.co.uk/2015/03/e7450-exit-out-when-loading-winpe.html

     

    dell do a winpe driver cab for os deployment which is what I'd look at adding

     

    http://en.community.dell.com/techcenter/enterprise-client/w/wiki/11530.winpe-10-driver-pack

  2. Hi All,

     

    I have a primary which has stopped distributing to DP's. The primary has two drives, one of which holds the content lib etc which has 150Mb and another which has around 60Gb free on it. There's no 'No_SMS_on_Drive' on the drive with 60Gb of space.

     

    In the SMSDPMON.log it's giving an error of:

     

    Failed to find algorighm ID from registry. Use default algorithm.Failed to find algorighm ID from registry. Use default algorithm.

     

    The distmgr log is mentions about failing to move a file from one drive to another, and then gives an addfile failed error 0x80070002. It also mentions that its unable to take a snapshot

     

     

    Has anyone got any ideas?

     

  3. I had a similar issue with an E7450 which would refuse to pick up an IP address when booting into WinPE from SCCM. I originally built the WinPE SCCM 2012 boot image using the integrated MDT 2013. Using SCCM I injected drivers from the Dell Driver Cab (http://en.community.dell.com/techcenter/enterprise-client/w/wiki/7938.latitude-e74507450-windows-7-driver-pack/) but got the same issue.

     

    he resolution to this issue is the below:

    1) Install Windows ADK (http://www.microsoft.com/en-gb/download/details.aspx?id=39982), selecting WinPE
    2)Take the WinPE.wim file from the install directory (C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\en-us) and place in an easy to remember directory
    3)Download the drivers direct from intel (https://downloadcenter.intel.com/download/23073/Network-Adapter-Driver-for-Windows-Server-2012-R2) and run the installer.
    4)Extract the network drivers from the temporary folder that is created. You are looking for the NDIS63 and 64 folders
    5)Copy these drivers to an easy to remember location
    6)Using DISM mount WinPE and import the network drivers from the driver location
    7)Unmount the WinPE Wim image, and from there import into SCCM 2012
    8)Apply the Image to the relevant task sequence and boot

    This should then solve your problems

     

    http://robotrambling.blogspot.co.uk/2015/03/e7450-exit-out-when-loading-winpe.html

  4. Hi All,

     

    Just wondering if people manage their clustered Exchange Server updates through SCCM 2012? New to patching them, but understand that they need to be put in a stopped state before patching and then returned to the pool when complete. Would also be interested to hear how people do it through the 'new' current branch SCCM as we may look at upgrading in the near future.

     

    Thanks

  5. The query below uses a sub selected query to find all the machines with something installed, and then finds machines not in that query. I also limited it just to workstations.

     

    select SMS_R_System.Name, SMS_R_System.IPAddresses, SMS_R_System.LastLogonUserName, SMS_G_System_OPERATING_SYSTEM.Version from SMS_R_System inner join SMS_G_System_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceID = SMS_R_System.ResourceId where SMS_G_System_COMPUTER_SYSTEM.Name not in (select distinct SMS_G_System_COMPUTER_SYSTEM.Name
    from SMS_R_System
    inner join SMS_G_System_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId
    inner join SMS_G_System_ADD_REMOVE_PROGRAMS on SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID = SMS_R_System.ResourceId
    where SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName like "%Microsoft Office Professional Plus 2013%") and SMS_G_System_OPERATING_SYSTEM.ProductType = 1

     

    There is a TechNet article on another way of doing it using collections for having it installed, and then excluding those collections

     

    http://blogs.technet.com/b/jchalfant/archive/2014/05/09/collection-of-computers-missing-an-application-software-title-in-configuration-manager.aspx

  6. Have a slight problem when trying to PXE boot a UEFI system. I can get it to PXE but then get it looping saying its looking for a boot image. I've made sure the boot images are copied to the DP and are enabled to deploy from PXE DP. The server is a server 2012 R2 DP so presume that wouldn't be an issue? any ideas gratefully received.

  7. Been having some issues transferring some packages, with them coming back as failed. Have checked the component status and the below is in the despooler log

     

    Despooler failed to merge delta to the compressed package. The operating system reported error 3: The system cannot find the path specified.

    Possible cause: The destination drive is full.
    Solution: Make more space available on that drive. Despooler will attempt to merge the delta again during its next retry interval
    I've checked the destination and both have plenty of space. I then checked the SMS_Package transfer status and the errors below occured
    Package Transfer Manager failed to update the package, Version 1 on distribution point. Review PkgXferMgr.log for more information about this failure.
    Possible cause: Site server does not have sufficient rights to the source directory.
    Solution: Verify that the site server computer account has at least Read access to the directory you specify as the source directory.
    Possible cause: There is not enough disk space available on the distribution point.
    Solution: Verify that there is enough free disk space available on the distribution point.

     

    the site server has admin rights on the DP and there is free space on the drives.

     

    In the PkgXferMgr.log I get the following errors:

     

    CContentDefinition::TotalFileSizes failed; 0x80070003

    CSendFileAction::SendFiles failed; 0x80070003

    CSendFileAction::SendFiles failed; 0x80070003

    Sending failed. Failure count = 40, Restart time = 07/04/2015 15:06:20 GMT Daylight Time

     

    I've tried removing the application from the DP, and resending. I've tried reinstalling the DP. Has anyone got any ideas?

  8. Hi All,

     

    Just wondering if anyone has written a report on how to see how many of each software has been installed from the SCCM Software Catalogue? Not written many custom reports before, so still trying to get my head around tables and which ones I need for what purposes. Any help would be gratefully appreciated.

  9. In our environment all installs are done either by an IT member, or by SCCM. the majority are SCCM but we have a few speciailist packages that we cannot install via SCCM. We have some issues with software requiring admin rights to run or upgrade, however we use a product called avecto to get around this which works as a Group Policy to grant certain exes the right to run (or in other cases block exes)

  10. Hi,

     

    Really easy question to answer I'm sure. How do you pass the variables for OSDJoinAccount and OSDJoinPassword from UDI to the assocatied Task Sequence. Do they both need percentages on them when you enter them into the apply network settings, username and password boxes?

     

    Thanks

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.