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$

Similar Messages

  • 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

  • SQL version problem during SCCM 2012 sp1 setup

    Hi
    I am trying to install SCCM 2012 sp1 with a remote sql 2012 server.
    during setup when I enter the SQL name i hit next and then I get this error.
    "Configuration Manager requires Microsoft SQL Server 2008 SP2 with Cumulative update 9 or higher, Microsoft SQL Server 2008 SP3 with Cumulative update
    4 or higher, Microsoft SQL Server 2008 R2 SP1 with Cumulative update 6 or higher or Microsoft SQL Server 2012 with Cumulative update 2 or higher,"
    I installed SQL sp1 and CU3 as well. but still the same error.
    please assist
    thanks
    troy

    Hi,
    If you use default instance, please do not fill in the instance name.
    You could use “telnet sqlserver 1433” to verify the connection and port.
    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.

  • SMS_Exec service crashing repeatedly after upgrade from SCCM 2012 SP1 to 2012R2

    SCCM 2012R2 is running on 2008R2 in the primary site. After the upgrade to R2 we noticed that none of the stats or collection memberships were updating. We also couldn't manually run summerization on any deployments.
    We started digging through logs and looking at some of the threads on there with similar issues but couldn't see any issues with inbox contents or any of the other suggested fixes. We tried repairing .NET but that didn't help. 
    If anyone can help guide us in the right direction it would be greatly appreciated. I've included the crash.log below.
    EXCEPTION INFORMATION
    Time = 12/30/2013 13:08:43.990
    Service name = SMS_EXECUTIVE
    Thread name = SMS_ALERT_NOTIFICATION
    Executable = C:\Program Files\Microsoft Configuration Manager\bin\x64\smsexec.exe
    Process ID = 3368 (0xd28)
    Thread ID = 4684 (0x124c)
    Instruction address = 0000000077B33290
    Exception = c0000005 (EXCEPTION_ACCESS_VIOLATION)
    Description = "The thread tried to read from the virtual address 0000000000BA2D28 for which it does not have the appropriate access."
    Raised inside CService mutex = No
    CService mutex description = ""
    LOADED MODULES
    Module BaseAddr Size File Version Product Version Debug Symbols Full Path To Module Full Path To Debug Symbols
    ===========================================================================================================================================================================
    C:\Windows\WinSxS\amd64_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.6161_none_044aad0bab1eb146\mfc90.dll 0000000053FD0000 004e4000 9.0.30729.6161 9.0.30729.6161 Symbols Load Failed C:\Windows\WinSxS\amd64_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.6161_none_044aad0bab1eb146\mfc90.dll
    C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\MSVCR90.dll 000000006E0B0000 000a3000 9.0.30729.6161 9.0.30729.6161 DLL Exports Only C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\MSVCR90.dll
    C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\MSVCP90.dll 000000006E7D0000 000d3000 9.0.30729.6161 9.0.30729.6161 DLL Exports Only C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\MSVCP90.dll
    C:\Program Files\Microsoft Configuration Manager\bin\x64\basesvr.dll 0000000070220000 00393000 5.0.7958.1000 5.0.7958.1000 DLL Exports Only C:\Program Files\Microsoft Configuration Manager\bin\x64\basesvr.dll
    C:\Program Files\Microsoft Configuration Manager\bin\x64\baseobj.dll 00000000705C0000 001e7000 5.0.7958.1000 5.0.7958.1000 DLL Exports Only C:\Program Files\Microsoft Configuration Manager\bin\x64\baseobj.dll
    C:\Program Files\Microsoft Configuration Manager\bin\x64\baseutil.dll 00000000707B0000 0014a000 5.0.7958.1000 5.0.7958.1000 DLL Exports Only C:\Program Files\Microsoft Configuration Manager\bin\x64\baseutil.dll
    C:\Program Files\Microsoft Configuration Manager\bin\x64\mfc100.dll 0000000070900000 0055d000 10.0.40219.1 10.0.40219.1 Symbols Load Failed C:\Program Files\Microsoft Configuration Manager\bin\x64\mfc100.dll
    C:\Program Files\Microsoft Configuration Manager\bin\x64\MSVCR100.dll 0000000071780000 000d2000 10.0.40219.1 10.0.40219.1 DLL Exports Only C:\Program Files\Microsoft Configuration Manager\bin\x64\MSVCR100.dll
    C:\Windows\system32\MSVCP100.dll 0000000072840000 00098000 10.0.40219.1 10.0.40219.1 DLL Exports Only C:\Windows\system32\MSVCP100.dll
    C:\Windows\system32\security.dll 0000000072B70000 00003000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\security.dll
    C:\Windows\system32\odbcint.dll 0000000073020000 00038000 6.1.7600.16385 6.1.7600.16385 Symbols Load Failed C:\Windows\system32\odbcint.dll
    C:\Program Files\Microsoft Configuration Manager\bin\x64\amtproxymgr.dll 0000000073200000 00024000 5.0.7958.1000 5.0.7958.1000 DLL Exports Only C:\Program Files\Microsoft Configuration Manager\bin\x64\amtproxymgr.dll
    C:\Program Files\Microsoft Configuration Manager\bin\x64\aikbmgr.dll 0000000073230000 00016000 5.0.7958.1000 5.0.7958.1000 DLL Exports Only C:\Program Files\Microsoft Configuration Manager\bin\x64\aikbmgr.dll
    C:\Windows\system32\sqlncli11.dll 0000000073470000 00353000 2011.110.2100.60 11.0.2100.60 DLL Exports Only C:\Windows\system32\sqlncli11.dll
    C:\Program Files\Microsoft Configuration Manager\bin\x64\SMSSVREH.DLL 0000000073A70000 0000f000 5.0.7958.1000 5.0.7958.1000 DLL Exports Only C:\Program Files\Microsoft Configuration Manager\bin\x64\SMSSVREH.DLL
    C:\Program Files\Microsoft Configuration Manager\bin\x64\MFC100ENU.DLL 0000000074130000 0000d000 10.0.40219.1 10.0.40219.1 Symbols Load Failed C:\Program Files\Microsoft Configuration Manager\bin\x64\MFC100ENU.DLL
    C:\Program Files\Microsoft Configuration Manager\bin\x64\LibRDC.dll 0000000074140000 00029000 5.0.7958.1000 5.0.7958.1000 DLL Exports Only C:\Program Files\Microsoft Configuration Manager\bin\x64\LibRDC.dll
    C:\Program Files\Microsoft Configuration Manager\bin\x64\basesql.dll 0000000074170000 0004c000 5.0.7958.1000 5.0.7958.1000 DLL Exports Only C:\Program Files\Microsoft Configuration Manager\bin\x64\basesql.dll
    C:\Windows\system32\1033\SQLNCLIR11.RLL 0000000074270000 00038000 2011.110.2100.60 11.0.2100.60 Symbols Load Failed C:\Windows\system32\1033\SQLNCLIR11.RLL
    C:\Windows\WinSxS\amd64_microsoft.vc90.mfcloc_1fc8b3b9a1e18e3b_9.0.30729.6161_none_01c9581e60cbee58\MFC90ENU.DLL 0000000074930000 0000d000 9.0.30729.6161 9.0.30729.6161 Symbols Load Failed C:\Windows\WinSxS\amd64_microsoft.vc90.mfcloc_1fc8b3b9a1e18e3b_9.0.30729.6161_none_01c9581e60cbee58\MFC90ENU.DLL
    C:\Windows\system32\USER32.dll 0000000077400000 000fa000 6.1.7601.17514 6.1.7601.17514 DLL Exports Only C:\Windows\system32\USER32.dll
    C:\Windows\system32\kernel32.dll 0000000077500000 0011f000 6.1.7601.18229 6.1.7601.18229 DLL Exports Only C:\Windows\system32\kernel32.dll
    C:\Windows\SYSTEM32\ntdll.dll 0000000077AE0000 001a9000 6.1.7601.18247 6.1.7601.18247 DLL Exports Only C:\Windows\SYSTEM32\ntdll.dll
    C:\Program Files\Microsoft Configuration Manager\bin\x64\smsexec.exe 000000013FDA0000 0001f000 5.0.7804.1000 5.0.7804.1000 Symbols Load Failed C:\Program Files\Microsoft Configuration Manager\bin\x64\smsexec.exe
    C:\Windows\system32\dbghelp.dll 000007FEE3340000 00125000 6.1.7601.17514 6.1.7601.17514 DLL Exports Only C:\Windows\system32\dbghelp.dll
    C:\Program Files\Microsoft Configuration Manager\bin\x64\AmtUtil.dll 000007FEF40A0000 00174000 5.0.7958.1000 5.0.7958.1000 DLL Exports Only C:\Program Files\Microsoft Configuration Manager\bin\x64\AmtUtil.dll
    C:\Windows\system32\comsvcs.dll 000007FEF4400000 001b0000 2001.12.8530.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\comsvcs.dll
    C:\Windows\system32\MTXDM.DLL 000007FEF45B0000 0000e000 2001.12.8530.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\MTXDM.DLL
    C:\Windows\system32\framedynos.dll 000007FEF5670000 0004c000 6.1.7601.17514 6.1.7601.17514 DLL Exports Only C:\Windows\system32\framedynos.dll
    C:\Windows\system32\ODBC32.dll 000007FEF56C0000 000b1000 6.1.7601.17514 6.1.7601.17514 DLL Exports Only C:\Windows\system32\ODBC32.dll
    C:\Windows\system32\CLUSAPI.DLL 000007FEF5800000 00050000 6.1.7601.17514 6.1.7601.17514 DLL Exports Only C:\Windows\system32\CLUSAPI.DLL
    C:\Windows\system32\RESUTILS.DLL 000007FEF5950000 00019000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\RESUTILS.DLL
    C:\Windows\system32\MSIMG32.dll 000007FEF5A00000 00007000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\MSIMG32.dll
    C:\Windows\system32\BROWCLI.DLL 000007FEF5FC0000 00012000 6.1.7601.17887 6.1.7601.17887 DLL Exports Only C:\Windows\system32\BROWCLI.DLL
    C:\Windows\system32\webio.dll 000007FEF6090000 00064000 6.1.7601.17725 6.1.7601.17725 Symbols Load Failed C:\Windows\system32\webio.dll
    C:\Windows\system32\WINHTTP.dll 000007FEF6100000 00071000 6.1.7601.17514 6.1.7601.17514 DLL Exports Only C:\Windows\system32\WINHTTP.dll
    C:\Windows\System32\msxml6.dll 000007FEF61B0000 001f1000 6.30.7601.17988 6.30.7601.17988 DLL Exports Only C:\Windows\System32\msxml6.dll
    C:\Windows\system32\cscapi.dll 000007FEF8990000 0000f000 6.1.7601.17514 6.1.7601.17514 DLL Exports Only C:\Windows\system32\cscapi.dll
    C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_a4d3b9377117c3df\COMCTL32.dll 000007FEF89E0000 000a0000 5.82.7601.18201 6.1.7601.18201 DLL Exports Only C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_a4d3b9377117c3df\COMCTL32.dll
    C:\Windows\system32\WSOCK32.dll 000007FEF96A0000 00009000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\WSOCK32.dll
    C:\Program Files\Microsoft Configuration Manager\bin\x64\NotiCtrl.dll 000007FEF9750000 00017000 5.0.7804.1000 5.0.7804.1000 DLL Exports Only C:\Program Files\Microsoft Configuration Manager\bin\x64\NotiCtrl.dll
    C:\Windows\system32\MPR.dll 000007FEF9D30000 00018000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\MPR.dll
    C:\Windows\system32\adsldpc.dll 000007FEF9D70000 0003d000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\adsldpc.dll
    C:\Windows\system32\ACTIVEDS.dll 000007FEF9DB0000 00046000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\ACTIVEDS.dll
    C:\Windows\system32\SAMCLI.DLL 000007FEFA930000 00014000 6.1.7601.17514 6.1.7601.17514 DLL Exports Only C:\Windows\system32\SAMCLI.DLL
    C:\Windows\system32\ntdsapi.dll 000007FEFA9D0000 00027000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\ntdsapi.dll
    C:\Windows\system32\rasadhlp.dll 000007FEFAA00000 00008000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\rasadhlp.dll
    C:\Windows\system32\wkscli.dll 000007FEFADA0000 00015000 6.1.7601.17514 6.1.7601.17514 DLL Exports Only C:\Windows\system32\wkscli.dll
    C:\Windows\system32\NETAPI32.dll 000007FEFADC0000 00016000 6.1.7601.17887 6.1.7601.17887 DLL Exports Only C:\Windows\system32\NETAPI32.dll
    C:\Windows\System32\fwpuclnt.dll 000007FEFAFF0000 00053000 6.1.7601.18283 6.1.7601.18283 DLL Exports Only C:\Windows\System32\fwpuclnt.dll
    C:\Windows\system32\WINNSI.DLL 000007FEFB100000 0000b000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\WINNSI.DLL
    C:\Windows\system32\IPHLPAPI.DLL 000007FEFB140000 00027000 6.1.7601.17514 6.1.7601.17514 DLL Exports Only C:\Windows\system32\IPHLPAPI.DLL
    C:\Program Files\Microsoft Configuration Manager\bin\x64\AmtInstFileUtil.dll 000007FEFBC30000 00031000 5.0.7958.1000 5.0.7958.1000 DLL Exports Only C:\Program Files\Microsoft Configuration Manager\bin\x64\AmtInstFileUtil.dll
    C:\Program Files\Microsoft Configuration Manager\bin\x64\Certificate.dll 000007FEFBC70000 00015000 5.0.7958.1000 5.0.7958.1000 DLL Exports Only C:\Program Files\Microsoft Configuration Manager\bin\x64\Certificate.dll
    C:\Windows\system32\DSROLE.DLL 000007FEFBDB0000 0000c000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\DSROLE.DLL
    C:\Windows\system32\ATL.DLL 000007FEFBDD0000 00019000 3.5.2284.0 6.5.0.2284 DLL Exports Only C:\Windows\system32\ATL.DLL
    C:\Windows\system32\dwmapi.dll 000007FEFC320000 00018000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\dwmapi.dll
    C:\Windows\system32\UxTheme.dll 000007FEFC880000 00056000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\UxTheme.dll
    C:\Windows\system32\WTSAPI32.dll 000007FEFCEB0000 00011000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\WTSAPI32.dll
    C:\Windows\system32\VERSION.dll 000007FEFD080000 0000c000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\VERSION.dll
    C:\Windows\System32\wshtcpip.dll 000007FEFD150000 00007000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\System32\wshtcpip.dll
    C:\Windows\system32\schannel.DLL 000007FEFD360000 00057000 6.1.7601.18270 6.1.7601.18270 DLL Exports Only C:\Windows\system32\schannel.DLL
    C:\Windows\system32\rsaenh.dll 000007FEFD3E0000 00047000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\rsaenh.dll
    C:\Windows\system32\credssp.dll 000007FEFD430000 0000a000 6.1.7601.17514 6.1.7601.17514 DLL Exports Only C:\Windows\system32\credssp.dll
    C:\Windows\system32\bcryptprimitives.dll 000007FEFD480000 0004c000 6.1.7601.17514 6.1.7601.17514 DLL Exports Only C:\Windows\system32\bcryptprimitives.dll
    C:\Windows\system32\DNSAPI.dll 000007FEFD560000 0005b000 6.1.7601.17570 6.1.7601.17570 DLL Exports Only C:\Windows\system32\DNSAPI.dll
    C:\Windows\system32\kerberos.DLL 000007FEFD670000 000b4000 6.1.7601.17926 6.1.7601.17926 DLL Exports Only C:\Windows\system32\kerberos.DLL
    C:\Windows\system32\LOGONCLI.DLL 000007FEFD780000 00030000 6.1.7601.17514 6.1.7601.17514 DLL Exports Only C:\Windows\system32\LOGONCLI.DLL
    C:\Windows\system32\msv1_0.DLL 000007FEFD7B0000 00051000 6.1.7601.17514 6.1.7601.17514 DLL Exports Only C:\Windows\system32\msv1_0.DLL
    C:\Windows\system32\netutils.dll 000007FEFD850000 0000c000 6.1.7601.17514 6.1.7601.17514 DLL Exports Only C:\Windows\system32\netutils.dll
    C:\Windows\System32\wship6.dll 000007FEFD860000 00007000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\System32\wship6.dll
    C:\Windows\system32\mswsock.dll 000007FEFD870000 00055000 6.1.7601.18254 6.1.7601.18254 DLL Exports Only C:\Windows\system32\mswsock.dll
    C:\Windows\system32\bcrypt.dll 000007FEFD900000 00022000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\bcrypt.dll
    C:\Windows\system32\ncrypt.dll 000007FEFD930000 0004d000 6.1.7601.18270 6.1.7601.18270 DLL Exports Only C:\Windows\system32\ncrypt.dll
    C:\Windows\system32\CRYPTSP.dll 000007FEFD9C0000 00017000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\CRYPTSP.dll
    C:\Windows\system32\srvcli.dll 000007FEFD9E0000 00023000 6.1.7601.17514 6.1.7601.17514 DLL Exports Only C:\Windows\system32\srvcli.dll
    C:\Windows\system32\cryptdll.dll 000007FEFDAF0000 00014000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\cryptdll.dll
    C:\Windows\system32\secur32.dll 000007FEFDB10000 0000b000 6.1.7601.18270 6.1.7601.18270 DLL Exports Only C:\Windows\system32\secur32.dll
    C:\Windows\system32\SspiCli.dll 000007FEFDDA0000 00025000 6.1.7601.18270 6.1.7601.18270 DLL Exports Only C:\Windows\system32\SspiCli.dll
    C:\Windows\system32\CRYPTBASE.dll 000007FEFDE30000 0000f000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\CRYPTBASE.dll
    C:\Windows\system32\RpcRtRemote.dll 000007FEFDF20000 00014000 6.1.7601.17514 6.1.7601.17514 DLL Exports Only C:\Windows\system32\RpcRtRemote.dll
    C:\Windows\system32\profapi.dll 000007FEFDF40000 0000f000 6.1.7600.16385 6.1.7600.16385 Symbols Load Failed C:\Windows\system32\profapi.dll
    C:\Windows\system32\MSASN1.dll 000007FEFDFE0000 0000f000 6.1.7601.17514 6.1.7601.17514 DLL Exports Only C:\Windows\system32\MSASN1.dll
    C:\Windows\system32\KERNELBASE.dll 000007FEFE0B0000 0006b000 6.1.7601.18229 6.1.7601.18229 DLL Exports Only C:\Windows\system32\KERNELBASE.dll
    C:\Windows\system32\WINTRUST.dll 000007FEFE120000 0003a000 6.1.7601.18205 6.1.7601.18205 DLL Exports Only C:\Windows\system32\WINTRUST.dll
    C:\Windows\system32\CRYPT32.dll 000007FEFE160000 0016c000 6.1.7601.18277 6.1.7601.18277 DLL Exports Only C:\Windows\system32\CRYPT32.dll
    C:\Windows\system32\CLBCatQ.DLL 000007FEFE310000 00099000 2001.12.8530.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\CLBCatQ.DLL
    C:\Windows\system32\ole32.dll 000007FEFE430000 00203000 6.1.7601.17514 6.1.7601.17514 DLL Exports Only C:\Windows\system32\ole32.dll
    C:\Windows\system32\SHELL32.dll 000007FEFE640000 00d88000 6.1.7601.18222 6.1.7601.18222 DLL Exports Only C:\Windows\system32\SHELL32.dll
    C:\Windows\system32\WLDAP32.dll 000007FEFF3D0000 00052000 6.1.7601.17514 6.1.7601.17514 DLL Exports Only C:\Windows\system32\WLDAP32.dll
    C:\Windows\system32\USP10.dll 000007FEFF430000 000c9000 1.626.7601.18009 1.626.7601.18009 DLL Exports Only C:\Windows\system32\USP10.dll
    C:\Windows\system32\COMDLG32.dll 000007FEFF500000 00097000 6.1.7601.17514 6.1.7601.17514 DLL Exports Only C:\Windows\system32\COMDLG32.dll
    C:\Windows\system32\LPK.dll 000007FEFF780000 0000e000 6.1.7601.18177 6.1.7601.18177 DLL Exports Only C:\Windows\system32\LPK.dll
    C:\Windows\system32\IMM32.DLL 000007FEFF790000 0002e000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\IMM32.DLL
    C:\Windows\system32\NSI.dll 000007FEFF7C0000 00008000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\NSI.dll
    C:\Windows\system32\ADVAPI32.dll 000007FEFF7D0000 000db000 6.1.7601.18247 6.1.7601.18247 DLL Exports Only C:\Windows\system32\ADVAPI32.dll
    C:\Windows\system32\GDI32.dll 000007FEFF8B0000 00067000 6.1.7601.18275 6.1.7601.18275 DLL Exports Only C:\Windows\system32\GDI32.dll
    C:\Windows\system32\IMAGEHLP.DLL 000007FEFF920000 00019000 6.1.7601.18288 6.1.7601.18288 DLL Exports Only C:\Windows\system32\IMAGEHLP.DLL
    C:\Windows\system32\MSCTF.dll 000007FEFF940000 00109000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\system32\MSCTF.dll
    C:\Windows\system32\OLEAUT32.dll 000007FEFFA50000 000d7000 6.1.7601.17676 6.1.7601.17676 DLL Exports Only C:\Windows\system32\OLEAUT32.dll
    C:\Windows\system32\RPCRT4.dll 000007FEFFB30000 0012d000 6.1.7601.18205 6.1.7601.18205 DLL Exports Only C:\Windows\system32\RPCRT4.dll
    C:\Windows\system32\WS2_32.dll 000007FEFFC60000 0004d000 6.1.7601.17514 6.1.7601.17514 DLL Exports Only C:\Windows\system32\WS2_32.dll
    C:\Windows\SYSTEM32\sechost.dll 000007FEFFCB0000 0001f000 6.1.7600.16385 6.1.7600.16385 DLL Exports Only C:\Windows\SYSTEM32\sechost.dll
    C:\Windows\system32\SHLWAPI.dll 000007FEFFCD0000 00071000 6.1.7601.17514 6.1.7601.17514 DLL Exports Only C:\Windows\system32\SHLWAPI.dll
    C:\Windows\system32\msvcrt.dll 000007FEFFD50000 0009f000 7.0.7601.17744 6.1.8638.17744 DLL Exports Only C:\Windows\system32\msvcrt.dll
    STACK TRACE FOR SMS_EXECUTIVE THREAD 4516 (0x11a4) AT 12/30/2013 13:08:44.120
    CS: 0033 RIP: 0000000077B0C541 EFLAGS: 00000246
    SS: 002b RSP: 0000000001ABFB30 RBP: 0000000000000000
    DS: 0000 ES: 0000 FS: 0000 GS: 0000
    RAX: 0000000000000000 RDX: 0000000000C06BD0
    RBX: 0000000000000000 RCX: 0000000000C0F960
    RSI: 0000000000000000 RDI: 0000000000000000
    R8: 000007FFFFFD6000 R9: 0000000000000004
    R10: 0000000000000000 R11: 0000000000000043
    R12: 0000000000000000 R13: 0000000000000000
    R14: 0000000000000000 R15: 0000000000000000
    Module Address Offset Function + Displacement # Params Possible Values Of First Four Params Decorated Function Name
    ================================================================================================================================================================================================================================
    C:\Windows\SYSTEM32\ntdll.dll 0000000077B315FA 000515fa ZwDelayExecution() + 10 bytes Unknown 00000000 00000000 00000000 00000000 ZwDelayExecution
    C:\Windows\system32\KERNELBASE.dll 000007FEFE0B1203 00001203 SleepEx() + 179 bytes Unknown 00000000 00000000 00000000 00000000 SleepEx
    C:\Program Files\Microsoft Configuration Manager\bin\x64\baseutil.dll 00000000707F51A1 000451a1 CService::ProceedIfNotHandlingException() + 29 bytes Unknown 00000000 00000000 00000000 00000000 ?ProceedIfNotHandlingException@CService@@CAXXZ
    C:\Program Files\Microsoft Configuration Manager\bin\x64\baseutil.dll 00000000707F3844 00043844 CService::Yield() + 44 bytes Unknown 00000000 00000000 00000000 00000000 ?Yield@CService@@SAKHK@Z
    C:\Program Files\Microsoft Configuration Manager\bin\x64\smsexec.exe 000000013FDACC86 0000cc86 Unknown Unknown 00000000 00000000 00000000 00000000 Unknown
    C:\Program Files\Microsoft Configuration Manager\bin\x64\smsexec.exe 000000013FDB08CA 000108ca Unknown Unknown 00000000 00000000 00000000 00000000 Unknown
    C:\Program Files\Microsoft Configuration Manager\bin\x64\baseutil.dll 00000000707F40F2 000440f2 CService::_WorkerThread() + 54 bytes Unknown 00000000 00000000 00000000 00000000 ?_WorkerThread@CService@@CAKPEAX@Z
    C:\Program Files\Microsoft Configuration Manager\bin\x64\baseutil.dll 00000000707F3F60 00043f60 CService::_NewThreadWrapper() + 28 bytes Unknown 00000000 00000000 00000000 00000000 ?_NewThreadWrapper@CService@@CAKPEAX@Z
    C:\Windows\system32\kernel32.dll 000000007751652D 0001652d BaseThreadInitThunk() + 13 bytes Unknown 00000000 00000000 00000000 00000000 BaseThreadInitThunk
    C:\Windows\SYSTEM32\ntdll.dll 0000000077B0C541 0002c541 RtlUserThreadStart() + 33 bytes Unknown 00000000 00000000 00000000 00000000 RtlUserThreadStart
    WARNING: The stack could not be completely unwound. This is usually due to a
    limitation in the stack unwinding algorithm, but it can also happen if the stack
    itself was corrupted.
    STACK TRACE FOR SMS_ALERT_NOTIFICATION THREAD 4684 (0x124c) AT 12/30/2013 13:08:43.990
    CS: 0033 RIP: 0000000077B0C541 EFLAGS: 00010202
    SS: 002b RSP: 0000000002F2FCC0 RBP: 0000000000000000
    DS: 002b ES: 002b FS: 0053 GS: 002b
    RAX: 000000125A55DA38 RDX: 00000000023123E0
    RBX: 0000000000000000 RCX: 000000FFFFFFFFFF
    RSI: 0000000000000000 RDI: 0000000000000000
    R8: 00000000023123F0 R9: 000007BC01BA00BC
    R10: 6F626E695C554946 R11: 00000000004DAB18
    R12: 0000000000000000 R13: 0000000000000000
    R14: 0000000000000000 R15: 0000000000000000
    Module Address Offset Function + Displacement # Params Possible Values Of First Four Params Decorated Function Name
    ================================================================================================================================================================================================================================
    C:\Windows\SYSTEM32\ntdll.dll 0000000077B33290 00053290 RtlFreeHeap() + 208 bytes Unknown 00000000 00000000 00000000 00000000 RtlFreeHeap
    C:\Windows\system32\kernel32.dll 000000007752300A 0002300a HeapFree() + 10 bytes Unknown 00000000 00000000 00000000 00000000 HeapFree
    C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\MSVCR90.dll 000000006E0FCABC 0004cabc free() + 28 bytes Unknown 00000000 00000000 00000000 00000000 free
    C:\Program Files\Microsoft Configuration Manager\bin\x64\NotiCtrl.dll 000007FEF97560D6 000060d6 ConnectToShare() + 4254 bytes Unknown 00000000 00000000 00000000 00000000 ConnectToShare
    C:\Program Files\Microsoft Configuration Manager\bin\x64\NotiCtrl.dll 000007FEF97569FF 000069ff ConnectToShare() + 6599 bytes Unknown 00000000 00000000 00000000 00000000 ConnectToShare
    C:\Program Files\Microsoft Configuration Manager\bin\x64\NotiCtrl.dll 000007FEF975AC17 0000ac17 ThreadMain() + 9579 bytes Unknown 00000000 00000000 00000000 00000000 ThreadMain
    C:\Program Files\Microsoft Configuration Manager\bin\x64\NotiCtrl.dll 000007FEF975B00D 0000b00d ThreadMain() + 10593 bytes Unknown 00000000 00000000 00000000 00000000 ThreadMain
    C:\Program Files\Microsoft Configuration Manager\bin\x64\NotiCtrl.dll 000007FEF97587A0 000087a0 ThreadMain() + 244 bytes Unknown 00000000 00000000 00000000 00000000 ThreadMain
    C:\Program Files\Microsoft Configuration Manager\bin\x64\baseutil.dll 00000000707F3F60 00043f60 CService::_NewThreadWrapper() + 28 bytes Unknown 00000000 00000000 00000000 00000000 ?_NewThreadWrapper@CService@@CAKPEAX@Z
    C:\Windows\system32\kernel32.dll 000000007751652D 0001652d BaseThreadInitThunk() + 13 bytes Unknown 00000000 00000000 00000000 00000000 BaseThreadInitThunk
    C:\Windows\SYSTEM32\ntdll.dll 0000000077B0C541 0002c541 RtlUserThreadStart() + 33 bytes Unknown 00000000 00000000 00000000 00000000 RtlUserThreadStart
    WARNING: The stack could not be completely unwound. This is usually due to a
    limitation in the stack unwinding algorithm, but it can also happen if the stack
    itself was corrupted.
    STACK TRACE FOR SMS_AMT_PROXY_COMPONENT THREAD 7724 (0x1e2c) AT 12/30/2013 13:08:44.150
    CS: 0033 RIP: 0000000077B0C541 EFLAGS: 00000246
    SS: 002b RSP: 00000000030BFC00 RBP: 0000000000000000
    DS: 0000 ES: 0000 FS: 0000 GS: 0000
    RAX: 0000000000C3CE30 RDX: 000000000000008C
    RBX: 0000000000000000 RCX: 0000000000120000
    RSI: 0000000000000000 RDI: 0000000000000000
    R8: 0000000000C3CE20 R9: 0000000000C3CE30
    R10: 0000000000000002 R11: 0000000000C3CE78
    R12: 0000000000000000 R13: 0000000000000000
    R14: 0000000000000000 R15: 0000000000000000
    Module Address Offset Function + Displacement # Params Possible Values Of First Four Params Decorated Function Name
    ================================================================================================================================================================================================================================
    C:\Windows\SYSTEM32\ntdll.dll 0000000077B3168A 0005168a NtQueryAttributesFile() + 10 bytes Unknown 00000000 00000000 00000000 00000000 NtQueryAttributesFile
    C:\Windows\system32\KERNELBASE.dll 000007FEFE0B32C8 000032c8 GetFileAttributesW() + 120 bytes Unknown 00000000 00000000 00000000 00000000 GetFileAttributesW
    C:\Windows\system32\KERNELBASE.dll 000007FEFE0B9784 00009784 GetFileAttributesA() + 68 bytes Unknown 00000000 00000000 00000000 00000000 GetFileAttributesA
    C:\Program Files\Microsoft Configuration Manager\bin\x64\AmtUtil.dll 000007FEF40F152C 0005152c CAMTInboxManager::InitializeSiteComponentInbox() + 436 bytes Unknown 00000000 00000000 00000000 00000000 ?InitializeSiteComponentInbox@CAMTInboxManager@@QEAAJPEBD0@Z
    C:\Program Files\Microsoft Configuration Manager\bin\x64\amtproxymgr.dll 000000007321107F 0001107f ThreadMain() + 9075 bytes Unknown 00000000 00000000 00000000 00000000 ThreadMain
    C:\Program Files\Microsoft Configuration Manager\bin\x64\amtproxymgr.dll 0000000073213379 00013379 ThreadMain() + 18029 bytes Unknown 00000000 00000000 00000000 00000000 ThreadMain
    C:\Program Files\Microsoft Configuration Manager\bin\x64\amtproxymgr.dll 000000007320DF0C 0000df0c CCertificateHashList::operator=() + 15580 bytes Unknown 00000000 00000000 00000000 00000000 ??4CCertificateHashList@@QEAAAEAV0@AEBV0@@Z
    C:\Program Files\Microsoft Configuration Manager\bin\x64\amtproxymgr.dll 000000007320ECB5 0000ecb5 CAMTInboxManager::operator=() + 137 bytes Unknown 00000000 00000000 00000000 00000000 ??4CAMTInboxManager@@QEAAAEAV0@AEBV0@@Z
    C:\Program Files\Microsoft Configuration Manager\bin\x64\amtproxymgr.dll 000000007320ED15 0000ed15 ThreadMain() + 9 bytes Unknown 00000000 00000000 00000000 00000000 ThreadMain
    C:\Program Files\Microsoft Configuration Manager\bin\x64\baseutil.dll 00000000707F3F60 00043f60 CService::_NewThreadWrapper() + 28 bytes Unknown 00000000 00000000 00000000 00000000 ?_NewThreadWrapper@CService@@CAKPEAX@Z
    C:\Windows\system32\kernel32.dll 000000007751652D 0001652d BaseThreadInitThunk() + 13 bytes Unknown 00000000 00000000 00000000 00000000 BaseThreadInitThunk
    C:\Windows\SYSTEM32\ntdll.dll 0000000077B0C541 0002c541 RtlUserThreadStart() + 33 bytes Unknown 00000000 00000000 00000000 00000000 RtlUserThreadStart
    WARNING: The stack could not be completely unwound. This is usually due to a
    limitation in the stack unwinding algorithm, but it can also happen if the stack
    itself was corrupted.
    STACK TRACE FOR SMS_AI_KB_MANAGER THREAD 2468 (0x9a4) AT 12/30/2013 13:08:44.166
    CS: 0033 RIP: 0000000077B0C541 EFLAGS: 00000246
    SS: 002b RSP: 0000000001E4FC90 RBP: 0000000000000000
    DS: 0000 ES: 0000 FS: 0000 GS: 0000
    RAX: 0000000000000000 RDX: 0000000000000080
    RBX: 0000000000000000 RCX: 0000000001E4F8A0
    RSI: 0000000000000000 RDI: 0000000000000000
    R8: 0000000070228A40 R9: 0000000001E4F878
    R10: 0000000000000001 R11: 0000000001E4F790
    R12: 0000000000000000 R13: 0000000000000000
    R14: 0000000000000000 R15: 0000000000000000
    Module Address Offset Function + Displacement # Params Possible Values Of First Four Params Decorated Function Name
    ================================================================================================================================================================================================================================
    C:\Windows\SYSTEM32\ntdll.dll 0000000077B3186A 0005186a NtWaitForMultipleObjects() + 10 bytes Unknown 00000000 00000000 00000000 00000000 NtWaitForMultipleObjects
    C:\Windows\system32\KERNELBASE.dll 000007FEFE0B1430 00001430 GetCurrentProcess() + 64 bytes Unknown 00000000 00000000 00000000 00000000 GetCurrentProcess
    C:\Windows\system32\kernel32.dll 0000000077511220 00011220 WaitForMultipleObjects() + 176 bytes Unknown 00000000 00000000 00000000 00000000 WaitForMultipleObjects
    C:\Program Files\Microsoft Configuration Manager\bin\x64\baseutil.dll 00000000707F4997 00044997 CService::YieldAndWait() + 1047 bytes Unknown 00000000 00000000 00000000 00000000 ?YieldAndWait@CService@@CAKKPEBQEAXHKKHHK@Z
    C:\Program Files\Microsoft Configuration Manager\bin\x64\baseutil.dll 00000000707F3B36 00043b36 CService::YieldAndWaitForMultipleObjects() + 186 bytes Unknown 00000000 00000000 00000000 00000000 ?YieldAndWaitForMultipleObjects@CService@@SAKKPEBQEAXHKHK@Z
    C:\Program Files\Microsoft Configuration Manager\bin\x64\basesvr.dll 00000000703A8A88 00188a88 CSMSObjectManager::WaitForEvents() + 464 bytes Unknown 00000000 00000000 00000000 00000000 ?WaitForEvents@CSMSObjectManager@@QEAAKHPEAPEAXK@Z
    C:\Program Files\Microsoft Configuration Manager\bin\x64\aikbmgr.dll 0000000073234CF7 00004cf7 Unknown Unknown 00000000 00000000 00000000 00000000 Unknown
    C:\Program Files\Microsoft Configuration Manager\bin\x64\aikbmgr.dll 0000000073235BFD 00005bfd ThreadMain() + 289 bytes Unknown 00000000 00000000 00000000 00000000 ThreadMain
    C:\Program Files\Microsoft Configuration Manager\bin\x64\baseutil.dll 00000000707F3F60 00043f60 CService::_NewThreadWrapper() + 28 bytes Unknown 00000000 00000000 00000000 00000000 ?_NewThreadWrapper@CService@@CAKPEAX@Z
    C:\Windows\system32\kernel32.dll 000000007751652D 0001652d BaseThreadInitThunk() + 13 bytes Unknown 00000000 00000000 00000000 00000000 BaseThreadInitThunk
    C:\Windows\SYSTEM32\ntdll.dll 0000000077B0C541 0002c541 RtlUserThreadStart() + 33 bytes Unknown 00000000 00000000 00000000 00000000 RtlUserThreadStart
    WARNING: The stack could not be completely unwound. This is usually due to a
    limitation in the stack unwinding algorithm, but it can also happen if the stack
    itself was corrupted.
    ATTEMPTING TO WRITE OUT A MINIDUMP...
    - Successfully wrote out a minidump.

    Hi,
    I agree with Jason.
    You'd better contact product support so that they can track the crash to see if there is a common theme
    around it, thus the need for a hotfix. Or maybe there is already a hotfix for this that has not been made public yet.
    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.

  • SCCM 2012 SP1 fails to install OSD of Captured Image

    I installed Windows Server 2012, Visual Studio Pro 2008, 2010, 2012 and SQL Server 2012 onto a machine. Configured the settings on Windows Server 2012 and SQL 2012 to how the Developers requested to be configured. Ran the Capture Media from SCCM 2012 SP1,
    saved to the designated network share. Capture was successful.
    I create a TS to deploy the image to the other Dev Servers but it reboots to say no valid operating system found. I checked Monitoring for the Deployment I see the Task sequence but has the following error: Device - Unknown, MessageID - 11170, Description
    - The task sequence manager could not successfully complete execution of the task sequence.
    I see in the Apply Operation System from a captured image shows 1-1, 2-2, or 3-3. Does it matter which one I select and if so what does the numbers mean?
    Any help is greatly appreciated, thanks!!

    Hi Blacksuit,
    Those numbers of the captured image stand for the indexes that are part of your WIM.  And yes, it does matter which one you select.  In the ConfigMgr console, go to your Software Library > Operating Systems > Operating System Images and select
    the image you imported into ConfigMgr.  Then at the bottom, click the Details tab to display your indexes.  The index that contains your OS will have an OS Version and a description.  The other indexes will be data images and not contain any
    information in the Details tab.  You'll need to choose the index (number) that contains the OS for the Apply OS step.  To apply the data image indexes, use the Apply Data Image task sequence step and specify the partitions to apply the images
    too before the Apply OS step.
    Good luck!
    -Matt 

  • SCCM 2012 SP1 to SCCM 2012 R2 - Side by Side

    Hi Friends,
    Currently our SCCM infrastructure is running with a CAS site, 2 Primary Sites and 8 Secondary sites with SCCM 2012 SP1. Now we want to update this infrastructure from SCCM 2012 SP1 to 2012 R2. But we want remove CAS site and to keep only single Primary Site.
    Can this be done in Side by Side migration from SCCM 2012 SP1 to SCCM 2012 R2 ? If yes then please suggest how to migrate all data (Packages/Clients) from SCCM 2012 SP1 to new infra on SCCM 2012 R2.
    Thanks in advance.

    You don't have many (supported) options here. Detaching a site is not possible, so indeed your only option left is to migrate. Problem here is that the supported scenario is from a ConfigMgr 2012 R2 site to a ConfigMgr 2012 R2 site (see:
    http://technet.microsoft.com/en-us/library/gg682006.aspx). That means you should first upgrade your old environment before you can start with your migration.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Migration of SCCM 2012 SP1 to SCCM 2012 R2 in a new domain.

    I am wondering if it is possible to migrate objects from a SCCM 2012 SP1 server in one domain to a new SCCM 2012 R2 server in another domain ?
    I read this article, but it does not state this particular combination.
    http://technet.microsoft.com/en-us/library/gg682006.aspx
    Thx
    Thomas

    For Migrate from SCCM 2012 SP1 to SCCM 2012 R2 in same environment/Domain, it's support and applicable.
    But migrate to new domain, it's not support. Also you can't migrate database for new domain or object. you will need to rebuild it.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

  • 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

  • Lync 2013 x64 silent client deployment via SCCM 2012 SP1

    Greetings everyone!
    I ran into a problem with Lync 2013 x64 silent deployment.
    I need to provide every workstation with Lync 2013 client, so i decided to use deployment via SCCM 2012 sp1.
    I created 2 msp files with OCT, one based on x86 Office 2013 Proplus, and other based on x64 Office 2013 Proplus.
    Added them as applications to sccm software library.
    Deployment of Lync 2013 x86 application was a success with over than 80% compliance. 
    But all Lync 2013 x64 automatic installations finish with different errors.
    I created special device collection for workstations with office 2010 x64 and 2013 x64, because i can't install other architecture products once it has x64 product installed.
    My membership query-rules for this collection:
    Office 2013 x64
    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 inner join SMS_G_System_INSTALLED_SOFTWARE on SMS_G_System_INSTALLED_SOFTWARE.ResourceId
    = SMS_R_System.ResourceId where UPPER(SMS_G_System_INSTALLED_SOFTWARE.SoftwareCode) = "{90150000-0011-0000-1000-0000000FF1CE}"
    Office 2010 x64
    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 inner join SMS_G_System_INSTALLED_SOFTWARE on SMS_G_System_INSTALLED_SOFTWARE.ResourceId
    = SMS_R_System.ResourceId where UPPER(SMS_G_System_INSTALLED_SOFTWARE.SoftwareCode) = "{90140000-0011-0000-1000-0000000FF1CE}"
    My application deployment type points to setup.exe in office 2013 x64 installation folder, where i created msp file in updates folder via OCT and edited config.xml file in proplus.ww folder.
    So my installation program looks like this setup.exe /adminfile updates\1lync.msp /config proplus.ww\config.xml
    The same configuration works with Lync 2013 x86 deployment, except other setup folders.
    When i try running installation program setup.exe with /adminfile and /config parameters locally, it installs successfully without errors or warnings.
    I'm trying to find out problem source, does anyone have ideas what I am doing wrong?
    Also i'm trying to reduce office 2013 installation folder size, what subfolders are necessary for Office 2013 proplus installation (still installing only lync with common files and tools)? Because now 3.5 GB package is quite hard to distribute to sccm secondary
    sites with deployment point.
    Thanks in advance.

    Hi,
    Here are some tips and tricks for your reference.
    Tips and Tricks: Deploying Lync 2013 client using SCCM 2012 | Lync 2013 Client Customization for SCCM 2012 Deployment Package
    http://zahirshahblog.com/2014/01/08/tips-and-tricks-deploying-lync-2013-client-using-sccm-2012-lync-2013-client-customization-for-sccm-2012-deployment-package/
    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.
    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.

  • SCCM 2012 SP1 Update to CU5 not showing version 1600 for clients updated !

    Recently upgraded SCCM 2012 SP1 and its showing a version of 5.0.7804.1600 as it should be. Pushed out the CU 5 client manager update to few machines and they are also showing .1600 as the version, however in SCCM 2012 manager itself it is not updating the
    status of those machines from say .1000 or .1400 to .1600. Why is this happening and any solution for it ? I have also updated the CM on the server hosting the SCCM and is current to .1600 version.

    Because the client agent version is returned from clients via heartbeat discovery which only occurs by default every 7 days. Thus, you need to be patient. Note that I generally recommend reducing the heartbeat cycle to at least once a day partly for
    this reason.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • 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

  • ¿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

  • Windows 8.1 system with new Office 2013 install not pulling down any Office 2013 updates from my SCCM 2012 SP1 server

    Hi,
    I've just setup a new Windows 8.1 system and added to my SCCM 2012 SP1 server and all is good and it pulled down all the correct Windows updates and pulls down automatically the FEP updates that are distributed from SCCM 2012 daily. 
    I just installed Office 2013 on this system and have activated it as necessary.  The problem is that the system doesn't seem to be pulling down any of the Office 2013 updates that have distributed thru SCCM.  I have other systems with
    Office 2013 installed and they have pulled down Office 2013 updates in the past when I published them.
    If I look at the Office 2013 updates in the SCCM console software section, I can see that for example it shows that Office 2013 SP1 (x86) is needed by one system and installed on 8 other systems and shows as downloaded and deployed.
    I've restarted the new system multiple times and also tried to force a software update check from the Configuration Manager applet but nothing seems to happen.
    What can I check to try and determine what the problem is?
    Thanks in advance,
    Nick

    Yes, the 8.1 system is a member of collection where the update deployment is targeted.
    Are there any specific logs I should check in the client?  If I check the WindowsUpdate.log I can see messages about the machine pulling down the FEP updates but that's all it appears to be doing.
    in CCM\logs, focus on the updatehandler and updatedeployment, to begin with
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • 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.

Maybe you are looking for

  • Is it possible to rotate a video clip in iphoto?  Thanks.

    I recorded a video clip with the camera on it's side and once uploaded to iphoto it found that it was still on it's side and the 'rotate' button at the bottom is not lit up.  Is it possible to rotate?  Thanks, I would appreciate your help! Jan

  • Why does Adobe not allow to change product registration email address?

    I am unable to do so and neither is Adobe.

  • Maximum nuber of errors allowed in owb

    Hi, I am using owb 10g and have a question about runtime parameter for mapping: MAX_NUMBER_OF_ERRORS. I set the value to 50000 and deploy the mapping. But when I execute it, the mapping alwasy terminates at 100001 errors. I tried to look up the docum

  • Pa allocation structure for pm orders

    hi fico experts, can any one tell us how to configure the pa allocation structure for pm orders for revenues billing thru dip profile use for service orders. pl help thanx in advance regards srihari

  • Purge Cache

    Every time I start up Adobe Bridge, I get an error message which reads, "Bridge encountered a problem and its unable to read the cache. Please try purging the central cache in Cache Preferences to correct." I then go into Adobe Bridge Preferences > C