Native VHD Boot deployments from SCCM 2012 R2

Hi,
Is anyone able to confirm if SCCM 2012 R2 supports deploying a customized Windows 7 Enterprise WIM to VHD for native boot deployments. ?
MDT 2013 seems to have support for this via the Deploy to VHD Client Task Sequence, however I have not found a direct method of achieving this from
the SCCM console and Operating system Task Sequences.
Thanks
Matt.

I'm actually having a crack at doing this (deploying Native-VHD Windows Installs) using SCCM's OSD without MDT 2013 Task Sequences.
I made a diskpart script which almost worked, it created the VHD, but OSD still whacked everything in the Physical NTFS volume and didn't see the VHD as drive c.The Apply Operating System step though - unzipped the OS into the wrong disk. I'll test again
with PE command prompt F8 to check to see if the diskpart script isn't the problem (it completes without error).
That's probably my fault for not adding an manual call of BCDboot at the end of the task sequence. Has anyone successfully done this, albeit non-supported?
Update: The script should work, though it hasn't been tested yet. I found it was being ran AFTER Apply operating system in the SCCM task sequence.
I completely broke my SCCM WDS install for a second time trying to replicate a defect in SCCM 2012 R2 CU3, that I'll write up tomorrow. It involves enabling powershell in one OSD boot image, that breaks ALL deployment.
Luke
Diskpart script:
rem work around any USB disk left in or any CDROM detected by PE as drive D
select volume D
assign letter=F noerr
rem select the formatted volume and reassign it's drive letter
select volume C
assign letter=D
rem create and setup VHD file
create vdisk file=D:\DEV_WIN81.VHD maximum=250000 type=expandable
select vdisk file=D:\DEV_WIN81.VHD
attach vdisk
create partition primary
active
format FS=NTFS quick label="Developer Win81 VHD"
assign letter=C
rescan
exit

Similar Messages

  • Migrating from SCCM 2012 App-V to Native App-V

    Hi 
    I've recently built a full App-V infrastructure ready to take over the delivery of App-V applications from SCCM to improve on a number of key areas. (We have about 50 App-V apps currently being delivered from SCCM 2012)
    I found during testing that when I attempt to publish/stream to some test clients that are SCCM managed, publishing failed. I put this down to the
    LocationProvider being configured to allow clients to access their applications from SCCM DPs. All sounds fair. When I configured
    IgnoreLocationProvider =1, I was able to publish. 
    I read Thamim's excellent blog here: http://virtualvibes.co.uk/configuration-manager-2012-sp1-and-app-v-5-0-integration-more-than-meets-the-eye/
    Right at the bottom this statement became a concern: "Even though you may get the delivery working from App-V Full Infrastructure, sooner or later CM integration
    will run the following commands to remove any publishing servers." 
    So I guess my questions are as follows:
    - What is the best strategy for this type of migration?
    I guess I'll have to: A) populate my App-V infrastructure with all currently delivered SCCM App-V apps B) Publish them to appropriate AD groups C) Change the App-V GPO to
    IgnoreLocationProvider so the clients receive the apps from App-V not SCCM and D) retire the SCCM App-V apps.  
    - Is there any setting in SCCM that will kick back in and retake control of the App-V client to prevent publishing from App-V Native? 
    Thanks 
    David Murphy

    haha thanks Rory
    Motivation of going to App-V native is stateless VDI. 
    We will continue to deliver App-V apps to traditional desktops via SCCM however we are getting burned in app delivery times and shortcut management for our stateless hosts. We are working with large clients with hundreds of apps and baking them all into
    a single gold image isn't feasible. 
    App-V native gives us the capability to target users easily and not have to provide an extra config for masking shortcuts (AppSense etc). It's the whole publish to user, stream down, cache to persistent drive (for other users) in a timely fashion that's
    driven the decision. 
    Hope that makes sense. 
    David Murphy

  • Upgrading Windows 8 to 8.1 [Native VHD Boot]

    Hey folks,
    I've got Windows 8 RTM running in a native VHD on my Dell Latitude E6430. I just tried to initiate the upgrade to Windows 8.1 by extracting the Windows 8.1 ISO with 7-Zip, and launching setup.exe from the extracted folder. Unfortunately, when I tried to
    initiate the upgrade, I got an error message saying "You can't install Windows on a virtual drive." Does anyone know what this means?
    Obviously, I already have Windows 8 running in a native VHD, so I would expect to be able to perform an upgrade of the operating system, just as if it were installed directly onto a physical partition. Is it only possible to do new installations of Windows
    8? Is it not possible to perform an upgrade of an operating system running in a native VHD?
    Cheers,
    Trevor Sullivan
    If this post was helpful, please click the little "Vote as Helpful" button :)
    Trevor Sullivan
    Trevor Sullivan's Tech Room
    Twitter Profile

    Just got word back from someone at Microsoft. They claim that the Windows team confirmed that it was not possible to perform an upgrade of Windows 8 to 8.1 that is configured for native VHD boot or Windows ToGo.
    If we take a look at the "limitations" of Native VHD Boot on the TechNet documentation, here is what we find (see below). I don't see anything in there that relates to upgrading the operating system. Seems like a huge gap in the documentation to
    me.
    How is someone supposed to make a decision to use Native VHD Booting, if they aren't given advance knowledge that upgrading will be unsupported?
    http://technet.microsoft.com/en-us/library/hh825689.aspx
    Limitations
    Native VHD support has the following limitations:
    Native VHD disk management support can attach approximately 512 VHD files concurrently.
    Native VHD boot does not support hibernation of the system, although sleep mode is supported.
    VHD files cannot be nested.
    Native VHD boot is not supported over Server Message Block (SMB) shares.
    Windows BitLocker Drive Encryption cannot be used to encrypt the host volume that contains VHD files that are used for native VHD boot, and BitLocker cannot be used on volumes that are contained inside a VHD.
    The parent partition of a VHD file cannot be part of a volume snapshot.
    An attached VHD cannot be configured as a dynamic disk. A dynamic disk provides features that basic disks do not, such as the ability to create volumes that span multiple disks (spanned and striped volumes), and the ability to
    create fault-tolerant volumes (mirrored and RAID-5 volumes). All volumes on dynamic disks are known as dynamic volumes. 
    The parent volume of the VHD cannot be configured as a dynamic disk.
    If this post was helpful, please click the little "Vote as Helpful" button :)
    Trevor Sullivan
    Trevor Sullivan's Tech Room
    Twitter Profile

  • Using MDT boot image in SCCM 2012

    Hi,
    I want to import MDT boot image in SCCM 2012. Please let me know if this is possible.
    I have integrated all the driver in it and want to use from SCCM.
    Any suggestion on this?
    Regards, Shishir Kushawaha "If this thread answered your question, please click on "Mark as Answer"

    These two blogs explain this process very very well.
    http://myitforum.com/myitforumwp/2013/08/01/how-to-create-configmgr-2012-boot-images-from-scratch/
    http://www.niallbrady.com/2013/10/09/how-can-i-manually-add-winpe-5-boot-images-to-system-center-2012-configuration-manager-sp1-cu3/
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Upgrade from SCCM 2012 SP1 CU4 to R2 Fails - Unsupported Upgrade Path

    Hi everybody,
    I'm currently upgrading our SCCM infrastructure to SCCM 2012 R2 after have finished with the upgrade from SCCM 2012 RTM to SP1 CU4, thus far everything works fine, but when I try to update any
    of the site servers, whether CAS or Primary, I'm getting the following error message in the Prerequisites Check:
    I've gone through the system requirements and prerequisites over and over again and I can assure you that every possible update, supported OS, feature set, SQL Server, check list, etc,
    etc, have been followed as per the official documentation available, however I'm stuck in this point, and surely enough I haven't been able to find out a similar case.Additionally I'm adding
    the ConfigMgrPrereq log (the relevant portion of it) in case someone could kindly take a look at it.
    <04-25-2014 02:06:46> ******* Start Prerequisite checking. *******
    <04-25-2014 02:06:47> ********************************************
    <04-25-2014 02:07:00> INFO: Detected current installed build version [7711] for sitecode [BRA]. For Upgrade,
    minimum supported installed build version is [7804].
    <04-25-2014 02:07:00> INFPROSCCMCMS.usersad.everis.int;   
    Unsupported upgrade path;    Error;   
    Configuration Manager has detected that one or more sites in the hierarchy are installed with a version of Configuration Manager that is not supported for upgrade.
    <04-25-2014 02:07:00> INFO: This rule only apply to primary site, skip checking.
    <04-25-2014 02:07:00> INFPROSCCMCMS.usersad.everis.int;   
    Active Replica MP;    Passed
    <04-25-2014 02:07:00> INFO: This rule only applies to primary or secondary site in hierarchy, skip checking.
    <04-25-2014 02:07:00> INFPROSCCMCMS.usersad.everis.int;   
    Parent site replication status;    Passed
    <04-25-2014 02:07:00> <<<RuleCategory: Database Upgrade Requirements>>>
    <04-25-2014 02:07:00> <<<CategoryDesc: Checking the target ConfigMgr database is ready to upgrade...>>>
    <04-25-2014 02:07:00> ===== INFO: Prerequisite Type & Server: SQL:INFPROSCCMCDB.usersad.everis.int
    =====
    <04-25-2014 02:07:00> <<<RuleCategory: Access Permissions>>>
    <04-25-2014 02:07:00> <<<CategoryDesc: Checking access permissions...>>>
    <04-25-2014 02:07:00> INFPROSCCMCDB.usersad.everis.int;   
    SQL Server sysadmin rights;    Passed
    <04-25-2014 02:07:00> INFPROSCCMCDB.usersad.everis.int;    SQL Server sysadmin rights
    for reference site;    Passed
    <04-25-2014 02:07:00> INFO: CheckLocalSys is Admin of <INFPROSCCMCDB.usersad.everis.int>.
    <04-25-2014 02:07:09> INFPROSCCMCDB.usersad.everis.int;   
    Site server computer account administrative rights;    Passed
    <04-25-2014 02:07:09> INFPROSCCMCDB.usersad.everis.int;   
    SQL Server security mode;    Passed
    <04-25-2014 02:07:09> <<<RuleCategory: System Requirements>>>
    <04-25-2014 02:07:09> <<<CategoryDesc: Checking system requirements for ConfigMgr...>>>
    <04-25-2014 02:07:09> INFO: OS version:601, ServicePack:1.
    <04-25-2014 02:07:09> INFO: Target computer is a Windows server.
    <04-25-2014 02:07:09> INFPROSCCMCDB.usersad.everis.int;   
    Unsupported site server operating system version for Setup;    Passed
    <04-25-2014 02:07:09> INFPROSCCMCDB.usersad.everis.int;   
    Domain membership;    Passed
    <04-25-2014 02:07:09> INFPROSCCMCDB.usersad.everis.int;   
    Pending system restart;    Passed
    <04-25-2014 02:07:09> <<<RuleCategory: Dependent Components>>>
    <04-25-2014 02:07:09> <<<CategoryDesc: Checking dependent components for ConfigMgr...>>>
    <04-25-2014 02:07:09> INFO: Return code:0, Major:10, Minor:50, BuildNum:4000
    <04-25-2014 02:07:09> INFPROSCCMCDB.usersad.everis.int;   
    SQL Server version;    Passed
    <04-25-2014 02:07:09> INFO: Get Sql edition:Enterprise Edition.
    <04-25-2014 02:07:09> INFPROSCCMCDB.usersad.everis.int;   
    SQL Server Edition;    Passed
    <04-25-2014 02:07:09> INFO: Checking Tcp is enabled to Static port, SQL Server:INFPROSCCMCDB.usersad.everis.int,
    Instance:.
    <04-25-2014 02:07:09> INFPROSCCMCDB.usersad.everis.int;   
    SQL Server Tcp Port;    Passed
    <04-25-2014 02:07:09> INFO: Checking if SQL Server memory is limited.
    <04-25-2014 02:07:09> INFO: SQL Server memory is limited.
    <04-25-2014 02:07:09> INFPROSCCMCDB.usersad.everis.int;   
    Configuration for SQL Server memory usage;    Passed
    <04-25-2014 02:07:09> INFO: Checking if SQL Server memory is configured to reserve minimum memory.
    <04-25-2014 02:07:09> INFO: Installing the central administration site or primary site, requires SQL
    Server to reserve a minimum of 8 gigabytes (GB) of memory.
    <04-25-2014 02:07:09> WARN: SQL Server minimum memory is 8000 MB.
    <04-25-2014 02:07:09> INFPROSCCMCDB.usersad.everis.int;    SQL Server process memory allocation;   
    Warning;    Configuration Manager requires SQL Server to reserve a minimum of 8 gigabytes (GB) of memory for the central administration site and primary site and a minimum of 4 gigabytes (GB) for the secondary site. This memory is reserved by
    using the Minimum server memory setting under Server Memory Options and is configured by using SQL Server Management Studio. For more information about how to set a fixed amount of memory, see
    http://go.microsoft.com/fwlink/p/?LinkId=233759.
    <04-25-2014 02:07:09> INFPROSCCMCDB.usersad.everis.int;   
    Case-insensitive collation on SQL Server;    Passed
    <04-25-2014 02:07:09> INFO: Check Machine FQDN: <INFPROSCCMCDB.usersad.everis.int>.
    <04-25-2014 02:07:09> INFO: getaddrinfo returned success.
    <04-25-2014 02:07:09> INFPROSCCMCDB.usersad.everis.int;   
    Validate FQDN of SQL Server Computer;    Passed
    <04-25-2014 02:07:09> INFO:CheckSupportedFQDNFormat <INFPROSCCMCDB.usersad.everis.int>
    <04-25-2014 02:07:09> INFO: NetBIOS <INFPROSCCMCDB>
    <04-25-2014 02:07:09> INFPROSCCMCDB.usersad.everis.int;   
    Primary FQDN;    Passed
    <04-25-2014 02:07:09> <<<RuleCategory: Site Upgrade Requirements>>>
    <04-25-2014 02:07:09> <<<CategoryDesc: Checking if the target ConfigMgr site is ready to upgrade...>>>
    <04-25-2014 02:07:09> <<<RuleCategory: Database Upgrade Requirements>>>
    <04-25-2014 02:07:09> <<<CategoryDesc: Checking the target ConfigMgr database is ready to upgrade...>>>
    <04-25-2014 02:07:09> ===== INFO: Prerequisite Type & Server: SDK:INFPROSCCMCMS.usersad.everis.int
    =====
    <04-25-2014 02:07:09> <<<RuleCategory: Access Permissions>>>
    <04-25-2014 02:07:09> <<<CategoryDesc: Checking access permissions...>>>
    <04-25-2014 02:07:09> INFO: The rule 'Administrative rights on site system' has been run on server 'INFPROSCCMCMS.usersad.everis.int',
    skipped.
    <04-25-2014 02:07:09> <<<RuleCategory: System Requirements>>>
    <04-25-2014 02:07:09> <<<CategoryDesc: Checking system requirements for ConfigMgr...>>>
    <04-25-2014 02:07:09> INFO: The rule 'Unsupported site server operating system version for Setup' has
    been run on server 'INFPROSCCMCMS.usersad.everis.int', skipped.
    <04-25-2014 02:07:09> INFO: The rule 'Domain membership' has been run on server 'INFPROSCCMCMS.usersad.everis.int',
    skipped.
    <04-25-2014 02:07:09> INFO: Windows Cluster not found on INFPROSCCMCMS.usersad.everis.int.
    <04-25-2014 02:07:10> INFPROSCCMCMS.usersad.everis.int;   
    Windows Failover Cluster;    Passed
    <04-25-2014 02:07:10> INFO: The rule 'Pending system restart' has been run on server 'INFPROSCCMCMS.usersad.everis.int',
    skipped.
    <04-25-2014 02:07:10> <<<RuleCategory: Dependent Components>>>
    <04-25-2014 02:07:10> <<<CategoryDesc: Checking dependent components for ConfigMgr...>>>
    <04-25-2014 02:07:10> INFPROSCCMCMS.usersad.everis.int;   
    Windows Deployment Tools installed;    Passed
    <04-25-2014 02:07:10> INFO: CheckAdkWinPeInstalled on INFPROSCCMCMS.usersad.everis.int.
    <04-25-2014 02:07:10> INFPROSCCMCMS.usersad.everis.int;    Windows Preinstallation Environment
    installed;    Passed
    <04-25-2014 02:07:10> INFPROSCCMCMS.usersad.everis.int;   
    SMS Provider machine has same domain as site server;    Passed
    <04-25-2014 02:07:10> <<<RuleCategory: Site Upgrade Requirements>>>
    <04-25-2014 02:07:10> <<<CategoryDesc: Checking if the target ConfigMgr site is ready to upgrade...>>>
    <04-25-2014 02:07:10> <<<RuleCategory: Database Upgrade Requirements>>>
    <04-25-2014 02:07:10> <<<CategoryDesc: Checking the target ConfigMgr database is ready to upgrade...>>>
    <04-25-2014 02:07:10> ***************************************************
    <04-25-2014 02:07:10> ******* Prerequisite checking is completed. *******
    <04-25-2014 02:07:10> ******************************************<04-25-2014 02:07:10> INFO: Updating
    Prerequisite checking result into the registry
    <04-25-2014 02:07:10> INFO: Connecting to INFPROSCCMCMS.usersad.everis.int registry
    <04-25-2014 02:07:10> INFO: Setting registry values
    If you wonder whether it might be related to this error:
    -2014 02:07:00> INFO: Detected current installed build version [7711] for sitecode [BRA]. For Upgrade, minimum supported installed build version is [7804].
    I confirm that this one site is a secondary one that's attached to a primary site and this log is from the CAS server, I managed to tall it and delete it from that site, but still appears listed
    on the CAS management console, any idea how to force the removal of a secondary site that's attached to a primary from the CAS site when it has been removed already from said primary?
    I've already tried the
    Preinst /DELSITE XXX  command but it only works when the site to remove it's attached to the local site and certainly not from a CAS
    Finally,  the version, build number and everything is correct, no idea what could be the problem, does anybody know a way to bypass this or force the re-evaluation of this rules, I've got
    the impression that it's being cached somehow.
    Any help would be highly appreciated,
    Thank you.
    Marcelo Estrada MCP-MCTS-MCITP-MCSA-MCSE

    Hello again everybody,
    I've finally managed to fix this up, in the end I had to delete those entries manually from the database as Garry suggested. After this was done the upgrade has gone through as expected with no further ado and has finalized already, now moving on to the
    primary sites.
    If anybody out there is facing the same issue, what I did was to delete those "stubborn" records executing the following statements over the CAS database:
    DELETE
    FROMServerDataWHERESiteCode='XXX'
    DELETE
    FROMSC_SiteDefinitionWHERESiteCode='XXX'
    And this is pretty much about it. I'd recommend to take a proper backup first though as best practice.
    Thank you all anyways for your answers and comments,
    Marcelo Estrada MCP-MCTS-MCITP-MCSA-MCSE

  • ¿Is it possible to upgrade from SCCM 2012 a domain controller in Windows Server 2008 R2 TO 2012 R2?

    Hi all.
    I want to know if is it possible to upgrade a domain controller from Windows Server 2008 r2 to 2012 r2 installing from SCCM 2012.
    Thanks.
    Regards.

    Hi all.
    I want to know if is it possible to upgrade a domain controller from Windows Server 2008 r2 to 2012 r2 installing from SCCM 2012.
    Thanks.
    Regards.
    Anything is possible if you can script it. You could create a task sequence to do the following (with scripts):
    1. Demote 2008R2 DC to member server
    2. Remove 2008R2 member server from domain
    3. Build new 2012R2 member server and join to domain
    4. Promote 2012R2 member server to DC
    You can do this. However, why would you? Just because you can doesn't mean you should. In my opinion it's more trouble and testing than it's worth. How many times would you need to do this?
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Download Reports from SCCM 2012 Using PowerShell

    Hi,
    I Wants to Download reports from SCCM 2012 using powershell but couldn't find a way.
    I used Invoke-Cmreport but it says no reporting Service point on site code XYZ and server ABC
    But Reporting Service is enabled and works fine as i can check/download report manually
    Thanks 

    Hi,
    You could have a look at the script in the blog below.
    How to Download All Your SSRS Report Definitions(RDL files) Using PowerShell.
    http://www.sqlmusings.com/2011/03/28/how-to-download-all-your-ssrs-report-definitions-rdl-files-using-powershell/
    Note: Microsoft provides third-party contact information
    to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Best Regards,
    Joyce

  • Client not receiving the software update FROM SCCM 2012 R2

    We have SCCM 2012 R2 installed and configured for SUP.and i have synchonice the SUP with WSUS server in the same which is there in the same machine.
    Now i can able to deploy the software update from SCCM 2012 R2 without any erro to the windows 7clients, but client side when i check there is no update installed in the clients , but seems there is no error in the client logs

    Hi,
    I'd start with running a "Software Updates Scan Cycle" from the configuration manager control panel applet and check the log file Windowsupdate.log, WUAhandler.log.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to uncheck "install new versions automatically" from INTERNET EXPLORER 11 from SCCM 2012

    We have deployed "Internet Explorer 11" application  through SCCM 2012 console .the deployed application was customized using "Internet Explorer customization wizard 11" tool.
    issue:
    we are getting  "install new versions automatically" check box as checked
    when we see from help about  "about internet Explorer"
    seeking solution:
    how to uncheck "install new versions automatically" check box from SCCM 2012 console.
    please let me know if we have any solution for this instant
    thanks,
    Gc.Hanumareddy

    Hi,
    For option: "install new versions automatically", we can simply prevent it via GPO or registry (the registry entry can also be deployed via GPO)
    Computer Configuration - Administrative Templates - Windows Components - Internet Explorer - Install new versions of Internet Explorer automatically
    Or
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main]    
    "EnableAutoUpgrade"=dword:00000000
    Yolanda Zhu
    TechNet Community Support

  • Exe application deployment from SCCM 2012 R2

    Hi,
    is any limitation to deploy the .exe application from SCCM 2012 R2??
    Shailendra Dev

    No limitation. You just need to know how to install it silently. It is a more manual configuration than if you had an MSI.
    Example here
    http://www.gerryhampsoncm.blogspot.ie/2013/03/sccm-2012-sp1-step-by-step-guide-part_20.html
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • How to reduce configuration cache file Quota size located in ( C:\Windows\ccmcache ) for all client from SCCM 2012 server

    How to reduce configuration cache file Quota size located in ( C:\Windows\ccmcache ) for all client from SCCM 2012 server
    Thanks in Advance
    NTRao

    Hi,
    There are numerous ways to change the cache size.
    You could deploy a vbscript to a collection of the devices.
    On Error Resume Next
    Dim UIResManager
    Dim Cache
    Dim CacheSize
    CacheSize=20000
    Set UIResManager = createobject("UIResource.UIResourceMgr")
    Set Cache=UIResManager.GetCacheInfo()
    Cache.TotalSize=CacheSize
    Or you could use a configuration item.
    http://blog.coretech.dk/heh/configuration-items-and-baselines-using-scripts-powershell-example/
    You can also use the right click tools by Now Micro on a collection, if all the servers are on this would be the easiest / quickest way.
    http://www.nowmicro.com/recast/right-click-tools/
    http://www.david-obrien.net/2013/02/how-to-configure-the-configmgr-client/
    select SMS_R_SYSTEM.ResourceID, SMS_R_SYSTEM.ResourceType, SMS_R_SYSTEM.Name, SMS_R_SYSTEM.SMSUniqueIdentifier, SMS_R_SYSTEM.ResourceDomainORWorkgroup, SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.OperatingSystemNameandVersion like '%6.2%'
    https://msdn.microsoft.com/en-us/library/windows/desktop/ms724832%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396

  • Uninstall utorrent 3.3 version Silently from SCCM 2012 Sp1

    Hi All,
    i am trying to uninstall utorrent application in my environment having 2000+ users from SCCM 2012 Sp1. The application will become available on client side but uninstallation not happening silently. 
    Please suggest something on this..
    Thanks Rahul$

    Hi,
    I created one batch file & create the package with no program for the same & deployed. It's successfully uninstall uTorrent application from client machines:
    @echo off
    REM Uninstall existing uTorrent Version
    if exist "%Program Files%\uTorrent\uTorrent.exe" "%Program Files%\uTorrent\uTorrent.exe" /UNINSTALL /S
    if exist "%Program Files (x86)%\uTorrent\\uTorrent.exe" "Program Files (x86)%\uTorrent\uTorrent.exe" /UNINSTALL /S
    if exist "%USERPROFILE%\AppData\Roaming\uTorrent\uTorrent.exe" "%USERPROFILE%\AppData\Roaming\uTorrent\uTorrent.exe /UNINSTALL /S
    SET ERRORCODE=0
    Thanks Rahul$

  • Satellite Z930-14F - cannot install Win 8.1 from SCCM 2012 R2 environment

    Dear all,
    Sattelite Z series laptops cannot install OS (win 8.1) from our SCCM 2012 R2 environment.
    Either no installation is starting, or pxe boot aborted error is showed.
    The environment is used to successfully install OS (win 8.1) on different other vendor computers (dell) and virtual machines (hyper-v and vmware).
    I've tried both UEFI and CMS boot options and tried to switch off the secure boot. Please advice.
    Also, i've read about the "SCCM installation package for Toshiba". Will it help in my situation or is it just driver packages for SCCM?
    Best Regards, Evgeny.

    I guess you are speaking about this Toshiba package:
    http://www.toshiba.eu/services/on-demand/business-computing/sdp120gs-v/
    I dont have much experience using such SCCM drive package but it definitely compatible with the Toshiba business notebooks. The Satellite / Portege Z930 belong to the business range and I think the package should be compatible.
    This package seems to be for all IT administrators who manage devices on the corporate network with SCCM 2012 R2. Toshiba offers with the new Toshiba SCCM package a solution to integrate other notebook into an existing IT infrastructure quickly and smoothly and all Toshiba Driver and application packages and a demonstration task sequence are integrated.
    However, it seems that you could get more details about this package directly from Toshiba [email protected]
    By the way: The Win 8.1 installation requires the UEFI mode (in case the UEFI BIOS is available). But booting from another, external source requires the disabled secure boot option.
    So maybe you should use the UEFI mode but should disable the secure boot option in order to boot from LAN.

  • Boot\BCD error - SCCM 2012 R2

    Hi,
    This is a last ditch attempt before I throw in the towel and rebuild the server. 
    I am running an SCCM 2012 R2 Hierarchy with two primaries and multiple distribution points. 
    One of our main DPs has started coming up with an error when pxe booting a windows 7 machine. This happened after a corrupt driver was added to the boot image. The driver was removed and all the DP's rolled back but the issue still remains on this server
    alone. We use an IPhelper to point the pxe requests at this server. 
    The error message is:
    File: \Boot\BCD
    Status: 0xc0000098
    Info: The Windows Boot Configuration Data file does not contain a valid OS entry. 
    I have tried the following:
    1. Removing the PXE role and reapplying it.
    2. Removing the Boot images and reapplying them.
    3. Removing the DP altogether from the console and reapplying. 
    4. Removing all data from the DP and starting again. 
    5. Redistributing the boot images. both x86 and x64
    6. creating a new boot image for both x86 and x64 and applying those.
    smspxe log is as follows 
    D4:3D:7E:BF:11:A4, 00000000-0000-0000-0000-D43D7EBF11A4: device is not in the database.
    SMSPXE 20/10/2014 09:30:44
    5064 (0x13C8)
    Warning: Matching Processor Architecture Boot Image (0) not found
    SMSPXE 20/10/2014 09:30:44
    5064 (0x13C8)
    D4:3D:7E:BF:11:A4, 00000000-0000-0000-0000-D43D7EBF11A4: Not serviced.
    SMSPXE 20/10/2014 09:30:44
    5064 (0x13C8)
    Warning: Matching Processor Architecture Boot Image (0) not found
    SMSPXE 20/10/2014 09:31:04
    5064 (0x13C8)
    D4:3D:7E:BF:11:A4, 00000000-0000-0000-0000-D43D7EBF11A4: Not serviced.
    SMSPXE 20/10/2014 09:31:04
    5064 (0x13C8)
    Begin validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 09:33:20
    2208 (0x08A0)
    Completed validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 09:33:20
    2208 (0x08A0)
    Begin validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 10:33:20
    5012 (0x1394)
    Completed validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 10:33:20
    5012 (0x1394)
    Found new image CAS00004 SMSPXE
    20/10/2014 10:53:11 6076 (0x17BC)
    ADK installation root registry value not found.
    SMSPXE 20/10/2014 10:53:11
    6076 (0x17BC)
    Loaded C:\Windows\system32\wimgapi.dll SMSPXE
    20/10/2014 10:53:11 6076 (0x17BC)
    Opening image file D:\RemoteInstall\SMSImages\CAS00004\boot.CAS00004.wim
    SMSPXE 20/10/2014 10:53:11
    6076 (0x17BC)
    Found Image file: D:\RemoteInstall\SMSImages\CAS00004\boot.CAS00004.wim
     PackageID: CAS00004
     ProductName: Microsoft® Windows® Operating System
     Architecture: 0
     Description: Microsoft Windows PE (x86)
     Version:  
     Creator: 
     SystemDir: WINDOWS
    SMSPXE
    20/10/2014 10:53:11 6076 (0x17BC)
    Closing image file D:\RemoteInstall\SMSImages\CAS00004\boot.CAS00004.wim
    SMSPXE 20/10/2014 10:53:11
    6076 (0x17BC)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 10:53:40
    6076 (0x17BC)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 10:53:40
    6076 (0x17BC)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 10:58:12
    4928 (0x1340)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 10:58:12
    4928 (0x1340)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 10:59:07
    4928 (0x1340)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 10:59:07
    4928 (0x1340)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:00:05
    4928 (0x1340)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:00:05
    4928 (0x1340)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:05:24
    4928 (0x1340)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:05:24
    4928 (0x1340)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:06:05
    4928 (0x1340)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:06:05
    4928 (0x1340)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:07:15
    4928 (0x1340)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:07:15
    4928 (0x1340)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:07:58
    4928 (0x1340)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:07:58
    4928 (0x1340)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:09:31
    4664 (0x1238)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:09:31
    4664 (0x1238)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:11:58
    4664 (0x1238)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:11:58
    4664 (0x1238)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:13:52
    4664 (0x1238)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:13:52
    4664 (0x1238)
    Client lookup reply: <ClientIDReply><Identification Unknown="0" ItemKey="0" ServerName=""><Machine><ClientID/><NetbiosName/></Machine></Identification></ClientIDReply>
    SMSPXE
    20/10/2014 11:15:27 5064 (0x13C8)
    E8:03:9A:B3:F3:8A, 163A84E0-1DD8-11B2-8000-DF82815C2DDB: device is not in the database.
    SMSPXE 20/10/2014 11:15:27
    5064 (0x13C8)
    Getting boot action for unknown machine: item key: 2046820364
    SMSPXE 20/10/2014 11:15:27
    5064 (0x13C8)
    Client boot action reply: <ClientIDReply><Identification Unknown="0" ItemKey="2046820364" ServerName=""><Machine><ClientID>47938388-164c-4bfb-8621-28b57859ad3c</ClientID><NetbiosName/></Machine></Identification><PXEBootAction
    LastPXEAdvertisementID="" LastPXEAdvertisementTime="" OfferID="PNL20009" OfferIDTime="26/02/2014 15:13:00" PkgID="PNL0000C" PackageVersion="" PackagePath="http://INTCMNCLDP001.intraining.co.uk/SMS_DP_SMSPKG$/CAS00004"
    BootImageID="CAS00004" Mandatory="0"/></ClientIDReply>
    SMSPXE
    20/10/2014 11:15:27 5064 (0x13C8)
    E8:03:9A:B3:F3:8A, 163A84E0-1DD8-11B2-8000-DF82815C2DDB: found optional advertisement PNL20009
    SMSPXE 20/10/2014 11:15:27
    5064 (0x13C8)
    Getting boot action for unknown machine: item key: 2046820364
    SMSPXE 20/10/2014 11:16:14
    5064 (0x13C8)
    Client boot action reply: <ClientIDReply><Identification Unknown="0" ItemKey="2046820364" ServerName=""><Machine><ClientID>47938388-164c-4bfb-8621-28b57859ad3c</ClientID><NetbiosName/></Machine></Identification><PXEBootAction
    LastPXEAdvertisementID="" LastPXEAdvertisementTime="" OfferID="PNL20009" OfferIDTime="26/02/2014 15:13:00" PkgID="PNL0000C" PackageVersion="" PackagePath="http://INTCMNCLDP001.intraining.co.uk/SMS_DP_SMSPKG$/CAS00004"
    BootImageID="CAS00004" Mandatory="0"/></ClientIDReply>
    SMSPXE
    20/10/2014 11:16:14 5064 (0x13C8)
    E8:03:9A:B3:F3:8A, 163A84E0-1DD8-11B2-8000-DF82815C2DDB: found optional advertisement PNL20009
    SMSPXE 20/10/2014 11:16:14
    5064 (0x13C8)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:26:15
    4664 (0x1238)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:26:15
    4664 (0x1238)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:27:12
    4664 (0x1238)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:27:12
    4664 (0x1238)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:27:25
    4664 (0x1238)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:27:25
    4664 (0x1238)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:28:36
    4664 (0x1238)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:28:36
    4664 (0x1238)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:29:41
    4664 (0x1238)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:29:41
    4664 (0x1238)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:30:43
    4664 (0x1238)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:30:43
    4664 (0x1238)
    Begin validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 11:33:20
    4664 (0x1238)
    Completed validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 11:33:20
    4664 (0x1238)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:33:51
    4664 (0x1238)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:33:51
    4664 (0x1238)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:35:31
    4664 (0x1238)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:35:31
    4664 (0x1238)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:37:29
    6076 (0x17BC)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:37:29
    6076 (0x17BC)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:39:25
    6076 (0x17BC)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:39:25
    6076 (0x17BC)
    ================= PXE Provider shutdown. =====================
    SMSPXE 20/10/2014 11:42:25
    4700 (0x125C)
    ================= PXE Provider loaded. =====================
    SMSPXE 20/10/2014 11:43:19
    4372 (0x1114)
    Machine is running Windows Longhorn. (NTVersion=0X603, ServicePack=0)
    SMSPXE 20/10/2014 11:43:19
    4372 (0x1114)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:43:19
    4372 (0x1114)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:43:19
    4372 (0x1114)
    Begin validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 11:43:19
    4372 (0x1114)
    Completed validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 11:43:19
    4372 (0x1114)
    Initializing PXEPerfObject. SMSPXE
    20/10/2014 11:43:19 4372 (0x1114)
    Could not load logging configuration for component ccmperf. Using default values.
    SMSPXE 20/10/2014 11:43:19
    4372 (0x1114)
    HTTP is selected for Client. The current state is 0.
    SMSPXE 20/10/2014 11:43:19
    4372 (0x1114)
    Client lookup reply: <ClientIDReply><Identification Unknown="0" ItemKey="0" ServerName=""><Machine><ClientID/><NetbiosName/></Machine></Identification></ClientIDReply>
    SMSPXE
    20/10/2014 11:43:20 4372 (0x1114)
    PXE::CBootImageInfo::CBootImageInfo: key= SMSPXE
    20/10/2014 11:43:20 4372 (0x1114)
    PXE::CBootImageInfo::CBootImageInfo: key= SMSPXE
    20/10/2014 11:43:20 4372 (0x1114)
    Adding CAS00004.40 SMSPXE
    20/10/2014 11:43:20 4372 (0x1114)
    Adding CAS00005.45 SMSPXE
    20/10/2014 11:43:30 4372 (0x1114)
    Found new image CAS00004 SMSPXE
    20/10/2014 11:43:44 4372 (0x1114)
    ADK installation root registry value not found.
    SMSPXE 20/10/2014 11:43:44
    4372 (0x1114)
    Loaded C:\Windows\system32\wimgapi.dll SMSPXE
    20/10/2014 11:43:44 4372 (0x1114)
    Opening image file D:\RemoteInstall\SMSImages\CAS00004\boot.CAS00004.wim
    SMSPXE 20/10/2014 11:43:44
    4372 (0x1114)
    Found Image file: D:\RemoteInstall\SMSImages\CAS00004\boot.CAS00004.wim
     PackageID: CAS00004
     ProductName: Microsoft® Windows® Operating System
     Architecture: 0
     Description: Microsoft Windows PE (x86)
     Version:  
     Creator: 
     SystemDir: WINDOWS
    SMSPXE
    20/10/2014 11:43:44 4372 (0x1114)
    Closing image file D:\RemoteInstall\SMSImages\CAS00004\boot.CAS00004.wim
    SMSPXE 20/10/2014 11:43:44
    4372 (0x1114)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:44:34
    2028 (0x07EC)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:44:34
    2028 (0x07EC)
    Found new image CAS00005 SMSPXE
    20/10/2014 11:44:56 4372 (0x1114)
    ADK installation root registry value not found.
    SMSPXE 20/10/2014 11:44:56
    4372 (0x1114)
    Loaded C:\Windows\system32\wimgapi.dll SMSPXE
    20/10/2014 11:44:56 4372 (0x1114)
    Opening image file D:\RemoteInstall\SMSImages\CAS00005\boot.CAS00005.wim
    SMSPXE 20/10/2014 11:44:56
    4372 (0x1114)
    Found Image file: D:\RemoteInstall\SMSImages\CAS00005\boot.CAS00005.wim
     PackageID: CAS00005
     ProductName: Microsoft® Windows® Operating System
     Architecture: 9
     Description: Microsoft Windows PE (x64)
     Version:  
     Creator: 
     SystemDir: WINDOWS
    SMSPXE
    20/10/2014 11:44:56 4372 (0x1114)
    Closing image file D:\RemoteInstall\SMSImages\CAS00005\boot.CAS00005.wim
    SMSPXE 20/10/2014 11:44:57
    4372 (0x1114)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:45:45
    2028 (0x07EC)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:45:45
    2028 (0x07EC)
    Begin validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 11:45:54
    4372 (0x1114)
    Completed validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 11:45:54
    4372 (0x1114)
    PXE Provider finished loading. SMSPXE
    20/10/2014 11:45:54 4372 (0x1114)
    Error opening file: D:\RemoteInstall\SMSImages\CAS00005\boot.CAS00005.wim. Win32=32
    SMSPXE 20/10/2014 11:46:33
    4744 (0x1288)
    Retrying D:\RemoteInstall\SMSImages\CAS00005\boot.CAS00005.wim
    SMSPXE 20/10/2014 11:46:33
    4744 (0x1288)
    Boot image CAS00005 has changed since added
    SMSPXE 20/10/2014 11:46:36
    4744 (0x1288)
    ADK installation root registry value not found.
    SMSPXE 20/10/2014 11:46:36
    4744 (0x1288)
    Loaded C:\Windows\system32\wimgapi.dll SMSPXE
    20/10/2014 11:46:36 4744 (0x1288)
    Opening image file D:\RemoteInstall\SMSImages\CAS00005\boot.CAS00005.wim
    SMSPXE 20/10/2014 11:46:36
    4744 (0x1288)
    Found Image file: D:\RemoteInstall\SMSImages\CAS00005\boot.CAS00005.wim
     PackageID: CAS00005
     ProductName: Microsoft® Windows® Operating System
     Architecture: 9
     Description: Microsoft Windows PE (x64)
     Version:  
     Creator: 
     SystemDir: WINDOWS
    SMSPXE
    20/10/2014 11:46:36 4744 (0x1288)
    Closing image file D:\RemoteInstall\SMSImages\CAS00005\boot.CAS00005.wim
    SMSPXE 20/10/2014 11:46:36
    4744 (0x1288)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:46:53
    2028 (0x07EC)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:46:53
    2028 (0x07EC)
    Boot image CAS00005 has changed since added
    SMSPXE 20/10/2014 11:47:50
    4744 (0x1288)
    ADK installation root registry value not found.
    SMSPXE 20/10/2014 11:47:50
    4744 (0x1288)
    Loaded C:\Windows\system32\wimgapi.dll SMSPXE
    20/10/2014 11:47:50 4744 (0x1288)
    Opening image file D:\RemoteInstall\SMSImages\CAS00005\boot.CAS00005.wim
    SMSPXE 20/10/2014 11:47:50
    4744 (0x1288)
    Found Image file: D:\RemoteInstall\SMSImages\CAS00005\boot.CAS00005.wim
     PackageID: CAS00005
     ProductName: Microsoft® Windows® Operating System
     Architecture: 9
     Description: Microsoft Windows PE (x64)
     Version:  
     Creator: 
     SystemDir: WINDOWS
    SMSPXE
    20/10/2014 11:47:50 4744 (0x1288)
    Closing image file D:\RemoteInstall\SMSImages\CAS00005\boot.CAS00005.wim
    SMSPXE 20/10/2014 11:47:50
    4744 (0x1288)
    ================= PXE Provider shutdown. =====================
    SMSPXE 20/10/2014 11:47:58
    4372 (0x1114)
    ================= PXE Provider loaded. =====================
    SMSPXE 20/10/2014 11:48:26
    5008 (0x1390)
    Machine is running Windows Longhorn. (NTVersion=0X603, ServicePack=0)
    SMSPXE 20/10/2014 11:48:26
    5008 (0x1390)
    Cannot read the registry value of MACIgnoreListFile (00000000)
    SMSPXE 20/10/2014 11:48:26
    5008 (0x1390)
    MAC Ignore List Filename in registry is empty
    SMSPXE 20/10/2014 11:48:26
    5008 (0x1390)
    Begin validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 11:48:26
    5008 (0x1390)
    Completed validation of Certificate [Thumbprint C435C200EAF495312097132FFE12CF330A54DA8A] issued to '3ed87d92-4f15-4d7d-ba52-35dc6b972484'
    SMSPXE 20/10/2014 11:48:26
    5008 (0x1390)
    Initializing PXEPerfObject. SMSPXE
    20/10/2014 11:48:26 5008 (0x1390)
    Could not load logging configuration for component ccmperf. Using default values.
    SMSPXE 20/10/2014 11:48:26
    5008 (0x1390)
    HTTP is selected for Client. The current state is 0.
    SMSPXE 20/10/2014 11:48:26
    5008 (0x1390)
    Client lookup reply: <ClientIDReply><Identification Unknown="0" ItemKey="0" ServerName=""><Machine><ClientID/><NetbiosName/></Machine></Identification></ClientIDReply>
    SMSPXE
    20/10/2014 11:48:26 5008 (0x1390)
    PXE::CBootImageInfo::CBootImageInfo: key= SMSPXE
    20/10/2014 11:48:26 5008 (0x1390)
    PXE::CBootImageInfo::CBootImageInfo: key= SMSPXE
    20/10/2014 11:48:26 5008 (0x1390)
    Adding CAS00004.40 SMSPXE
    20/10/2014 11:48:26 5008 (0x1390)
    Adding CAS00005.45 SMSPXE
    20/10/2014 11:48:50 5008 (0x1390)
    Found new image CAS00004 SMSPXE
    20/10/2014 11:49:15 5008 (0x1390)
    ADK installation root registry value not found.
    SMSPXE 20/10/2014 11:49:15
    5008 (0x1390)
    Loaded C:\Windows\system32\wimgapi.dll SMSPXE
    20/10/2014 11:49:15 5008 (0x1390)
    Opening image file D:\RemoteInstall\SMSImages\CAS00004\boot.CAS00004.wim
    SMSPXE 20/10/2014 11:49:15
    5008 (0x1390)
    If anyone has any further info on this please can you let me know?
    Thanks so much.
    Katie

    Hello,
    Is your WDS running properly? If WDS is stopped, can you start it manually?
    Or you get an error like 'The service did not respond in a timely fashion'?
    The symptom is so similar to that I have encountered. You referred that you have tried to remove WDS, DP, but I wonder how. Before removing WDS and DP role, try to delete corrupt package in SCCMContentLib folder.
    I just recreated SCCMContentLib, and WDS did start working. I guess there are corrupt packages in the my folder as well. But another problem occur, I installed all the roles on the same server in my lab, so it is a primary site server as well. As a result,
    it seems that I have to re-deploy all the packages. Not sure if there is any further problem yet. Since it is just a lab environment, it doesn't matter for me.
    I hope what I have done will give you some clue.

  • Need help removing MBAM 2.5 SCCM integration from SCCM 2012!!

    Hi there,
    I upgraded the infrastructure from MBAM 2.0 SP1 to MBAM 2.5. We have three server infrastructure. Everything is working fine except the computers wont show up under MBAM computer collection. 
    I am trying to remove MBAM 2.5 SCCM integration feature from my SCCM 2012 and reinstall it. When I try to uninstall it, it fails and says " setup failed to update MBAM. Fix the issue and run setup again.
    For more information, review the setup log file. 
    This is the log file:
    [13E8:1494][2015-04-09T10:27:30]i001: Burn v3.7.1224.0, Windows v6.2 (Build 9200: Service Pack 0), path: C:\ProgramData\Package Cache\{361e0078-625a-4d34-a8fd-7cac477cf297}\MbamServerSetup.exe, cmdline: '/uninstall -burn.unelevated BurnPipe.{614807DE-1C28-4AF6-9D35-D96A2C18F49F}
    {4D8799C7-35F5-4852-8DD9-C9F1A150F41D} 5496'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_FATALEXIT' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_ERROR' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_WARNING' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_USER' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_INFO ' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_RESOLVESOURCE' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_OUTOFDISKSPACE' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_ACTIONSTART' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_ACTIONDATA' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_VERBOSE' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_PROPERTYDUMP' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Initializing numeric variable 'INSTALLLOGMODE_COMMONDATA' to value '1'
    [13E8:1494][2015-04-09T10:27:30]i000: Setting string variable 'WixBundleLog' to value 'C:\Users\PWAGHW~1\AppData\Local\Temp\Microsoft_BitLocker_Administration_and_Monitoring_20150409102730.log'
    [13E8:1494][2015-04-09T10:27:30]i052: Condition 'VersionNT >= v6.1' evaluates to true.
    [13E8:1494][2015-04-09T10:27:30]i000: Loading managed bootstrapper application.
    [13E8:1494][2015-04-09T10:27:30]i000: Creating BA thread to run asynchronously.
    [13E8:1924][2015-04-09T10:27:30]i000: Running WixBa
    [13E8:1494][2015-04-09T10:27:30]i100: Detect begin, 1 packages
    [13E8:1494][2015-04-09T10:27:30]i000: Setting numeric variable 'ISMBAM21ALREADYINSTALLED' to value 2
    [13E8:1494][2015-04-09T10:27:30]i000: Setting numeric variable 'ISMBAM25ALREADYINSTALLED' to value 3
    [13E8:1494][2015-04-09T10:27:30]i000: Setting numeric variable 'ISMBAMALREADYINSTALLED' to value 2
    [13E8:1494][2015-04-09T10:27:30]i000: Setting numeric variable 'ISNETFRAMEWORK45' to value 1
    [13E8:1494][2015-04-09T10:27:30]i101: Detected package: MBAMServer.msi, state: Present, cached: Complete
    [13E8:1494][2015-04-09T10:27:30]i199: Detect complete, result: 0x0
    [13E8:1494][2015-04-09T10:27:30]i100: Detect begin, 1 packages
    [13E8:1494][2015-04-09T10:27:30]i000: Setting numeric variable 'ISMBAM21ALREADYINSTALLED' to value 2
    [13E8:1494][2015-04-09T10:27:30]i000: Setting numeric variable 'ISMBAM25ALREADYINSTALLED' to value 3
    [13E8:1494][2015-04-09T10:27:30]i000: Setting numeric variable 'ISMBAMALREADYINSTALLED' to value 2
    [13E8:1494][2015-04-09T10:27:30]i000: Setting numeric variable 'ISNETFRAMEWORK45' to value 1
    [13E8:1924][2015-04-09T10:27:30]i000: Creating a UI
    [13E8:1494][2015-04-09T10:27:30]i101: Detected package: MBAMServer.msi, state: Present, cached: Complete
    [13E8:1494][2015-04-09T10:27:31]i199: Detect complete, result: 0x0
    [13E8:1924][2015-04-09T10:27:32]i000: SQM opt in:
    [13E8:1924][2015-04-09T10:27:32]i000: MU opt in:
    [13E8:1924][2015-04-09T10:27:32]i000: Installation Location:
    [13E8:1494][2015-04-09T10:27:32]i200: Plan begin, 1 packages, action: Uninstall
    [13E8:1494][2015-04-09T10:27:32]i000: Setting string variable 'WixBundleRollbackLog_MBAMServer.msi' to value 'C:\Users\PWAGHW~1\AppData\Local\Temp\Microsoft_BitLocker_Administration_and_Monitoring_20150409102730_0_MBAMServer.msi_rollback.log'
    [13E8:1494][2015-04-09T10:27:32]i000: Setting string variable 'WixBundleLog_MBAMServer.msi' to value 'C:\Users\PWAGHW~1\AppData\Local\Temp\Microsoft_BitLocker_Administration_and_Monitoring_20150409102730_0_MBAMServer.msi.log'
    [13E8:1494][2015-04-09T10:27:32]i201: Planned package: MBAMServer.msi, state: Present, default requested: Absent, ba requested: Absent, execute: Uninstall, rollback: Install, cache: No, uncache: Yes, dependency: Unregister
    [13E8:1494][2015-04-09T10:27:32]i299: Plan complete, result: 0x0
    [13E8:1494][2015-04-09T10:27:32]i300: Apply begin
    [1578:0914][2015-04-09T10:27:32]i360: Creating a system restore point.
    [1578:0914][2015-04-09T10:27:32]i362: System restore disabled, system restore point not created.
    [1578:0914][2015-04-09T10:27:32]i326: Removed dependency: {361e0078-625a-4d34-a8fd-7cac477cf297} on package provider: {5F17D209-508F-4BFF-AE47-5C46BEE48C99}, package MBAMServer.msi
    [1578:0914][2015-04-09T10:27:32]i329: Removed package dependency provider: {5F17D209-508F-4BFF-AE47-5C46BEE48C99}, package: MBAMServer.msi
    [1578:0914][2015-04-09T10:27:32]i301: Applying execute package: MBAMServer.msi, action: Uninstall, path: C:\ProgramData\Package Cache\{5F17D209-508F-4BFF-AE47-5C46BEE48C99}v2.5.0244.0\MBAMServer.msi, arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7"
    INSTALLDIR="" OPTIN_FOR_MICROSOFT_UPDATES="" CEIPENABLED="" WIXFAILWHENDEFERRED="" FORCE_UNINSTALL=""'
    [1578:0914][2015-04-09T10:27:35]e000: Error 0x80070643: Failed to uninstall MSI package.
    [1578:0914][2015-04-09T10:27:35]e000: Error 0x80070643: Failed to execute MSI package.
    [13E8:1494][2015-04-09T10:27:35]e000: Error 0x80070643: Failed to configure per-machine MSI package.
    [13E8:1494][2015-04-09T10:27:35]i319: Applied execute package: MBAMServer.msi, result: 0x80070643, restart: None
    [13E8:1494][2015-04-09T10:27:35]e000: Error 0x80070643: Failed to execute MSI package.
    [1578:0914][2015-04-09T10:27:35]i318: Skipped rollback of package: MBAMServer.msi, action: Install, already: Present
    [13E8:1494][2015-04-09T10:27:35]i319: Applied rollback package: MBAMServer.msi, result: 0x0, restart: None
    [1578:0914][2015-04-09T10:27:35]i323: Registering package dependency provider: {5F17D209-508F-4BFF-AE47-5C46BEE48C99}, version: 2.5.0244.0, package: MBAMServer.msi
    [1578:0914][2015-04-09T10:27:35]i325: Registering dependency: {361e0078-625a-4d34-a8fd-7cac477cf297} on package provider: {5F17D209-508F-4BFF-AE47-5C46BEE48C99}, package: MBAMServer.msi
    [13E8:1494][2015-04-09T10:27:35]i399: Apply complete, result: 0x80070643, restart: None, ba requested restart:  No
    [13E8:1494][2015-04-09T10:29:52]i500: Shutting down, exit code: 0x80070643
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_ACTIONDATA = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_ACTIONSTART = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_COMMONDATA = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_ERROR = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_FATALEXIT = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_INFO  = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_OUTOFDISKSPACE = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_PROPERTYDUMP = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_RESOLVESOURCE = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_USER = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_VERBOSE = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: INSTALLLOGMODE_WARNING = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: ISMBAM21ALREADYINSTALLED = 2
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: ISMBAM25ALREADYINSTALLED = 3
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: ISMBAMALREADYINSTALLED = 2
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: ISNETFRAMEWORK45 = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: VersionNT = 6.2.0.0
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleAction = 3
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleElevated = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleInstalled = 1
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleLog = C:\Users\PWAGHW~1\AppData\Local\Temp\Microsoft_BitLocker_Administration_and_Monitoring_20150409102730.log
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleLog_MBAMServer.msi = C:\Users\PWAGHW~1\AppData\Local\Temp\Microsoft_BitLocker_Administration_and_Monitoring_20150409102730_0_MBAMServer.msi.log
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleManufacturer = Microsoft Corporation
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleName = Microsoft BitLocker Administration and Monitoring
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleOriginalSource = C:\Users\pwaghwani\Desktop\mu_microsoft_desktop_optimization_pack_2014_r2_x86_x64_dvd_6110480\MBAM\MBAM 2.5\Installers\x64\MbamServerSetup.exe
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleProviderKey = {361e0078-625a-4d34-a8fd-7cac477cf297}
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleRollbackLog_MBAMServer.msi = C:\Users\PWAGHW~1\AppData\Local\Temp\Microsoft_BitLocker_Administration_and_Monitoring_20150409102730_0_MBAMServer.msi_rollback.log
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleTag = 
    [13E8:1494][2015-04-09T10:29:52]i410: Variable: WixBundleVersion = 2.5.244.0
    [13E8:1494][2015-04-09T10:29:52]i007: Exit code: 0x80070643, restarting: No
    Thanks for your help!!
    Thanks, Prakash Waghwani Microsoft E-Learning Support Team

    have you tried to run it from an elavated prompt ?
    /Oliver

Maybe you are looking for