Deploying MBAM 2.5 via SCCM 2012R2 with minimal interaction.

Is it possible to deploy Bit-Locker encryption in a zero/minimal touch installation? I need to replace the current encryption solution on a good amount of devices and need to get them turned around and back to the users ASAP. I am still working on the back
end infrastructure but am trying to plan ahead.
In a perfect world my deployment would be as follows;
1. Deploy the client via SCCM to devices connected to the LAN and have it reboot automatically after installed.
2.  Have an answer file that sets an administrator PIN answers all prompts and initiates encryption.
3. Users boot their devices and are prompted to create a PIN.

Have you already solved how you will decrypt and uninstall current security solution silently? I bet it is the hardest part here. Then you just push MBAM Client and set encryption enforcement via GPO. I don´t see any point of having PIN answer file. PIN
code is something which user owns, there is no sence admin to set it. If you want to apply PIN, you have to promt the user to enter it. But this is just my opinion. Good luck :)

Similar Messages

  • Deploy Powershell 3 to Win7 Via SCCM 2012R2

    Is it possible to deploy Powershell 3 to Windows 7 clients using SCCM 2012R2? Or WSUS? 
    I have read a few blogs describing different methods such as dism to repackage the cab file or using a scripted deployment type (Windows6.1-KBxxxxxxxx64.msu /quiet
    /norestart)  but i can not get it to install the update.  My aim is to get the app-v 5 client on windows 7 desktops so powershell 3 is a requirement.
    Has anyone worked out how to deploy it?
    Many Thanks Dave

    If you're clients are currently at PowerShell 2,  I would recommend installing Windows Management Framework 4 instead of 3.  WMF4 has lots of powershell and WMI improvements over WMF3.
    To deploy WMF4, create an Application with two deployment types (one for x86 and one for x64).  The program is pretty simple - you just need something like "WUSA.EXE Windows6.1-KB2819745-x64-MultiPkg.msu /quiet /norestart".  For a detection
    method, the easiest thing to do is a file version check on "%windir%\System32\WindowsPowerShell\v1.0\powershell.exe"
    Use the WMF4 Application object as a pre-requisite for your App-V 5 Client.  
    I hope that helps,
    Nash
    Nash Pherson, Senior Systems Consultant
    Now Micro -
    My Blog Posts
    If you've found a bug or want the product worked differently,
    share your feedback.
    <-- If this post was helpful, please click "Vote as Helpful".

  • How can i deploy plugins for Firefox via SCCM

    Hello All,
    I've been asked to deploy some plugins for all our users (namely AdBlock, FireIE and NoScript) across the whole domain. We'd like to do this via SCCM as it is centrally managed and works the best for our environment, plus with people being offsite a lot we can also control and deploy through our VPN solution.
    I've read many sources and found that it's not really centrally manageable (currently) or so straightforward. I've found a way to create a deployment that include the plugins which is sufficient in terms of deployment but not ideal, however the main problem is the automatic deployment of settings for the plugins. For example, in the FireIE plugin we have a number of internal websites that use SSO and having the ability to use these within Firefox is extremely advantageous not only for security reasons but also in terms of performance. I can export and import settings but don't want to have to do this for every single user as it would take an awful long time.
    Is there a simple way to create a deployment in SCCM (whether it be MSI based, script based, whatever) that would allow this to happen.
    All help is greatly appreciated!

    Check out the ESR community they will have better advice.
    Other resources:
    *[https://developer.mozilla.org/en-US/Firefox/Enterprise_deployment]
    *[https://developer.mozilla.org/en-US/docs/Deploying_a_Plugin_as_an_Extension]

  • Deploying Lync 2010 client via SCCM

    I am trying to distribute the new Lync client via SCCM (SCCM is not the problem here, this related to any software distribution product).
    I am getting frustrated at the way the new client has been packaged - LyncSetupEval.exe in particular. Why can't Microsoft provide a simple MSI file?
    I can run the LyncSetupEval.exe file with /Install /Silent, but this managed to crash OUTLOOK.exe when it runs. Also when it completes, it automatically starts communicator.exe in the SYSTEM context, meaning that unless you restart your machine, you
    cannot run the Lync client in the user context. 
    Is anyone else having the same frustrations? I've played around with the files in the OCSetup directory, but there are of no use.

    Hi Ryan,
    Happy to share. I do a simple messy batch file / VB Script combination like this:
    @echo off
    ECHO Set wshShell = CreateObject( "WScript.Shell" ) >> usermessages.vbs
    echo wshShell.Popup "The Microsoft Lync 2010 client is about to be installed.  Please close Microsoft Outlook and Internet Explorer before clicking OK to continue.", 300, "Microsoft Lync 2010 installation" >> usermessages.vbs
    ECHO WScript.Sleep(5000) >> usermessages.vbs
    WSCRIPT.EXE usermessages.vbs
    DEL usermessages.vbs /q
    ECHO Installing Microsoft Lync 2010...
    taskkill /F /IM communicator.exe
    taskkill /F /IM outlook.exe
    taskkill /F /IM iexplore.exe
    LyncSetup.exe /Install /Silent
    taskkill /F /IM communicator.exe
    msiexec.exe /p OUTLOOK.msp /qb-!
    office2007-kb936864-fullfile-x86-en-us.exe /passive /norestart
    msiexec.exe /update Lync.msp /qb-!
    ECHO Set wshShell = CreateObject( "WScript.Shell" ) >> usermessages.vbs
    echo wshShell.Popup "The Microsoft Lync 2010 client installation was successful and can now be run from the Start Menu.", 300, "Microsoft Lync 2010 installation" >> usermessages.vbs
    WSCRIPT.EXE usermessages.vbs
    DEL usermessages.vbs /q
    I'm sure it could be a lot nicer, there is no error passing or anything but it has served me well.
    blog.danovich.com.au

  • Trying to deploy a VB Script via sccm 2012 R2

    Hello All
    This is my first attempt at deploying a script via SCCM 2012 R2 and I seem to be stuck. Essentially what this script does is map a printer. The script on its own works fine. Meaning it works when I double click it and also running it from the command
    line. Its  when I try to use in sccm things go down hill. I have tried the following from the command line in the package properties.
    \\my-sccm-server\Sources\Applications\VBSripts\cscript.exe Impact.vbs
    \\my-sccm-server\Sources\Applications\VBSripts\Impact.vbs 
    Phil Balderos

    looks good :)
    You can check execmgr.log on the client to monitor the install as it is running.
    Thank Richk,
    Still no luck. Here is the output from execmgr.log. Its saying that is completed but nothing ever happens. I am about ready to throw in the towel on this one but I just feel like that is should work because its such a simple script.
    Set WshNetwork = CreateObject("WScript.Network")
    WshNetwork.AddWindowsPrinterConnection "\\srv-gtt-papercut\followme"
    WshNetwork.SetDefaultPrinter "\\srv-gtt-papercut\followme"
    Phil Balderos
    Is the script running as an Admin ,if so then you likely set the printer up for the local system user account and not anyone else.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • SCCM 2012R2 with Intune - Remote Wipe iOS devices

    Hi,
    I have questions regarding Remote Wipe in SCCM 2012 R2 with Intune manage iOS-devices.
    How often do the iOS device "talk" to SCCM/Intune environment?
    Is that "value" possible to change? (client settings, Intune-admin console)
    I've published applications in SCCM and installed these via "Company Portal", but when I manage to run Remote Wipe it wont delete the data installed by SCCM/Intune? 
    Has anyone tested this functionality?
    Regards
    Daniel

    Microsoft has released and patch that effectively shortens the remote wipe task to seconds. I am currently testing in my environment. Please note you need to be running 2012 R2 CU3 for the update to be applicable
    http://windowsitpro.com/configuration-manager/new-configmgr-hotfix-adds-immediate-client-notifications-speeds-remote-wipe-se

  • Deploy Lync 2013 Via SCCM 2012

    Dear,
    I wants to deploy Microsoft Lync 2013 via SCCM 2012, I have created a new deployment package based on MSI file to install Microsoft Lync 2013 for company machines, during the installation package will install for clients computer perfectly but instead of
    install automatically to users, every time message coming user should do it manually for example user should accept the terms of the agreement, kindly I need a way to solve this issue, I need Lync 2013 automatically install without users doing anything, please
    see attached snapshot.

    Make sure that you are using the right command line using your newly created MSP
    ex: setup.exe /adminfile "Lync_Updated.msp"
    As proposed, update your DP so that your MSP gets distributed.
    You can also follow this guide if you're still experiencing difficulties.
    http://systemcentersynergy.com/lync-2013-silent-or-unattended-install/
    Benoit Lecours | Blog: System Center Dudes

  • Adobe Flash Player ActiveX deployment doesn´t work in SCCM 2012 R2

    I´ve created an Application to deploy Adobe Flash Player 15.0.0.189 (last version). I´ve tried to deploy with the msi downloaded from Adobe site, using Powershell App Deploy Toolkit, bat script.. but nothing seems to work 100%.
    I have 2500 computers in my company. Working with SCCM 2012 R2.
    Some computers doesn´t install;
    Some install it but Internet Explorer seems to loose this configuration and doesn´t open flash videos;
    Some install but doesn´t uinstall the last version, then you can see two diferent versions installed;
    Do you have a definitive solution to deploy Adobe Flash Player via SCCM?
    Paz e Bem

    Follow the log:
    =O====== M/15.0.0.189 2014-10-24+13-20-52.308 ========
    0000 [I] 00000010 C:\WINDOWS\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_189_Plugin.exe -uninstall plugin -msi
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0002 [W] 00001018
    0003 [W] 00001036 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0004 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0006 [W] 00001019
    0007 [W] 00001020
    0008 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0009 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0010 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0011 [W] 00001037 Software\Macromedia\FlashPlayerPluginReleaseType/ 2
    0012 [W] 00001021
    0013 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0014 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0015 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2
    0016 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl 2
    0017 [W] 00001048
    0018 [I] 00000020 C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl
    0019 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0020 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0021 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2
    0022 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashPlayerApp.exe/ 2
    0023 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl 2
    0024 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0025 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0026 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2
    0027 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0028 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0029 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0030 [W] 00001036 Software\Opera Software/Plugin Path 2
    0031 [W] 00001036 Software\Opera Software/Plugin Path 2
    0032 [W] 00001015 C:\WINDOWS\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_189_Plugin.exe 5
    0033 [W] 00001015 C:\WINDOWS\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_189_Plugin.exe 5
    0034 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashUtil32_15_0_0_189_Plugin.exe/ 2
    0035 [I] 00000011 1
    0036 [I] 00000012
    =X====== M/15.0.0.189 2014-10-24+13-20-52.651 ========
    =O====== M/13.0.0.214 2014-10-24+13-22-30.648 ========
    0000 [I] 00000010 "\\rio1install01\install$\Aplications\Adobe\uninstall_flash_player_activex.exe" -force  
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0004 [W] 00001018
    0005 [W] 00001037 Software\Macromedia\FlashPlayer\SafeVersions/ 2
    0006 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0007 [W] 00001019
    0008 [W] 00001020
    0009 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0010 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0011 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0012 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0013 [W] 00001037 Software\Macromedia\FlashPlayerActiveXReleaseType/ 2
    0014 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0015 [W] 00001021
    0016 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0017 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0018 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl 2
    0019 [W] 00001048
    0020 [I] 00000020 C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl
    0021 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0022 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0023 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashPlayerApp.exe/ 2
    0024 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl 2
    0025 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0026 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0027 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0028 [W] 00001018
    0029 [W] 00001036 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0030 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0031 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0032 [W] 00001019
    0033 [W] 00001020
    0034 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0035 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0036 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0037 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0038 [W] 00001037 Software\Macromedia\FlashPlayerPluginReleaseType/ 2
    0039 [W] 00001021
    0040 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0041 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0042 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl 2
    0043 [W] 00001048
    0044 [I] 00000020 C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl
    0045 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0046 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0047 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashPlayerApp.exe/ 2
    0048 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl 2
    0049 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0050 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0051 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0052 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0053 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0054 [W] 00001036 Software\Opera Software/Plugin Path 2
    0055 [W] 00001036 Software\Opera Software/Plugin Path 2
    0056 [I] 00000011 1
    =X====== M/13.0.0.214 2014-10-24+13-22-36.768 ========
    =O====== M/13.0.0.199 2014-10-24+13-22-48.375 ========
    0000 [I] 00000010 "\\rio1install01\install$\Aplications\Adobe\Flash 13\Flash 13\flashplayer13_install_win_ax.exe" 
    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/Version 2
    0004 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0005 [I] 00000011 1
    0006 [I] 00000020 C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl
    0007 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0008 [I] 00000013 C:\WINDOWS\SysWOW64\Macromed\Flash\Flash32_13_0_0_199.ocx
    0009 [I] 00000015 C:\WINDOWS\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_199_ActiveX.exe
    0010 [I] 00000016 C:\WINDOWS\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_199_ActiveX.dll
    0011 [I] 00000023 C:\WINDOWS\SysWOW64\Macromed\Flash\activex.vch
    0012 [I] 00000019 C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl
    0013 [I] 00000021 C:\WINDOWS\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    =X====== M/13.0.0.199 2014-10-24+13-23-49.006 ========
    =O====== M/13.0.0.199 2014-10-24+13-23-53.746 ========
    0000 [I] 00000010 "\\rio1install01\install$\Aplications\Adobe\Flash 13\Flash 13\flashplayer13_install_win_pi.exe" 
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0004 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0005 [I] 00000011 1
    0006 [I] 00000020 C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl
    0007 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0008 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0009 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [W] 00001036 Software\Opera Software/Plugin Path 2
    0014 [I] 00000014 C:\WINDOWS\SysWOW64\Macromed\Flash\NPSWF32_13_0_0_199.dll
    0015 [I] 00000015 C:\WINDOWS\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_199_Plugin.exe
    0016 [I] 00000024 C:\WINDOWS\SysWOW64\Macromed\Flash\plugin.vch
    0017 [I] 00000017 C:\WINDOWS\SysWOW64\Macromed\Flash
    0018 [I] 00000022 C:\WINDOWS\SysWOW64\Macromed\Flash\FlashPlayerPlugin_13_0_0_199.exe
    0019 [I] 00000019 C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl
    0020 [W] 00001024 C:\WINDOWS\SysWOW64\FlashPlayerCPLApp.cpl 183
    0021 [W] 00001024 C:\WINDOWS\SysWOW64\FlashPlayerApp.exe 183
    0022 [I] 00000021 C:\WINDOWS\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0023 [W] 00001024 C:\WINDOWS\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    =X====== M/13.0.0.199 2014-10-24+13-24-03.441 ========
    =O====== M/15.0.0.189 2014-10-24+13-33-24.591 ========
    0000 [I] 00000010 "C:\TEMP\InstallPlugin_15_0_0_189.exe" -install -msi
    0001 [E] 00001161
    =X====== M/15.0.0.189 2014-10-24+13-33-24.916 ========
    =O====== M/15.0.0.189 2014-10-24+13-39-34.068 ========
    0000 [I] 00000010 "C:\TEMP\InstallPlugin_15_0_0_189.exe" -install -msi
    0001 [E] 00001161
    =X====== M/15.0.0.189 2014-10-24+13-39-34.424 ========
    =O====== M/15.0.0.189 2014-10-24+13-53-18.490 ========
    0000 [I] 00000010 "C:\TEMP\InstallPlugin_15_0_0_189.exe" -install -msi
    0001 [E] 00001161
    =X====== M/15.0.0.189 2014-10-24+13-53-18.809 ========
    =O====== M/15.0.0.189 2014-10-24+19-02-51.050 ========
    0000 [I] 00000010 "C:\TEMP\InstallPlugin_15_0_0_189.exe" -install -msi
    0001 [E] 00001161
    =X====== M/15.0.0.189 2014-10-24+19-02-51.458 ========
    =O====== M/15.0.0.189 2014-10-24+19-18-23.366 ========
    0000 [I] 00000010 "C:\TEMP\InstallPlugin_15_0_0_189.exe" -install -msi
    0001 [E] 00001161
    =X====== M/15.0.0.189 2014-10-24+19-18-23.676 ========
    =O====== M/15.0.0.189 2014-10-24+19-53-48.530 ========
    0000 [I] 00000010 "C:\TEMP\InstallPlugin_15_0_0_189.exe" -install -msi
    0001 [E] 00001161
    =X====== M/15.0.0.189 2014-10-24+19-53-48.840 ========
    =O====== M/15.0.0.189 2014-10-24+19-56-42.561 ========
    0000 [I] 00000010 "C:\TEMP\InstallPlugin_15_0_0_189.exe" -install -msi
    0001 [E] 00001161
    =X====== M/15.0.0.189 2014-10-24+19-56-42.867 ========
    =O====== M/15.0.0.189 2014-10-24+20-02-43.338 ========
    0000 [I] 00000010 "C:\TEMP\InstallPlugin_15_0_0_189.exe" -install -msi
    0001 [E] 00001161
    =X====== M/15.0.0.189 2014-10-24+20-02-43.762 ========
    Pax et bonum

  • Tweak SCCM 2012R2 for faster time to content distribution to DPs

    Hello,
    SCCM 2012R2 with 1 primary site and 140 DPs.  I would like to reduce the total time that it takes to have content fully staged on all my DPs.  To that end, I am interested in tweaking SCCM to be more aggressive and send out more content at one
    given time.  My primary server doesn't get taxed (RAM, CPU, Disk or network).  
    I'm aware of the "Content Distribution Settings" with "Maximum number of packages" and "Maximum number of threads" under "Software Distribution Component Properties."
    What do you run these at for your primary site? (particularly if you have many DPs)
    If I raise either to an absurd level, where would I see the bottleneck/failure? (my assumption here is that I can back down from this side of absurd and monitor this bottleneck)
    Do you recommend adjusting the retry settings?
    Using the "Distribution Point Job Queue Manager, I can see that 78 of my DPs have double digit retries.  5 DPs have triple digit retries.  -
    What is a "normal" amount of retries?
    Can this number be reset so that I can evaluate with it's incrementing? 
    In summation, my goal is to allow the primary sccm server to use more resources to get the content staged out in less time.  If I'm not asking the correct questions, please do let me know. 
    Thanks for your consideration.

    What do you run these at for your primary site? (particularly if you have many DPs)
    If I raise either to an absurd level, where would I see the bottleneck/failure? (my assumption here is that I can back down from this side of absurd and monitor this bottleneck)
    Do you recommend adjusting the retry settings?
    Using the "Distribution Point Job Queue Manager, I can see that 78 of my DPs have double digit retries.  5 DPs have triple digit retries.  -
    What is a "normal" amount of retries?
    Can this number be reset so that I can evaluate with it's incrementing? 
    #1: just tweak those settings yourself and monitor the outcome.
    #2: the network will get saturated and there will be a high load on the disks
    #3: it depends (on the availability of the remote DPs and WAN links; 100 is usually enough). Content distribution is only retried if an error occured so you should not see any retries unless something is wrong.
    Torsten Meringer | http://www.mssccmfaq.de

  • Lync 2013 client deployment via SCCM with silent uninstall of Communicator / Live Meeting / Plugin

    Hi
    We are rolling out Lync 2013 across our org to many remote sites and are wondering the best approach for this.
    We hope to leverage our SCCM, but so far we've only been installing Lync manually in our local test group.
    I noticed that when installing Lync, it doesn't remove Communicator, Live Meeting, or the Live Meeting plugin for Outlook though.
    Ideally, we would want to be able to push Lync 2013 client (standalone version, not Office 2013 Suite) via SCCM as well as uninstall Communicator 2007 R2, Live Meeting 2007 and Conferencing Add-in for Microsoft Office Outlook, all silently. Whether this
    can be done while the user is logged in and using Outlook/Communicator, I am unsure (probably not), so doing this overnight with users logged off but machines on would probably work best.
    Is there any documentation / guides from MS or other blog sites that have gone through this same process? From the searching I've done, it doesn't seem to be too common for a large deployment / jump from OCS 2007 to Lync 2013 on-premise.

    Hi,
    refer to this article it might help
    http://social.technet.microsoft.com/Forums/lync/en-US/cf9ca58c-b9e8-465c-afb4-ed3992092f81/lync-2013-client-silent-installation
    also did you try using Group Policy?
    http://blogs.technet.com/b/mir/archive/2011/06/04/how-to-automate-lync-client-2010-deployment-in-multi-architect-environment-using-active-directory-group-policy.aspx
    hope this help
    If you find this helpful
    please click "Vote as Helpful" if it answered your question please click "Mark as Answer"
    Mostafa Eltohamy
    Blog: http://Lyncdude.com  Twitter:
      LinkedIn:
      XING:

  • Deploying Office 365 Pro Plus via SCCM

    Hi
    I am trying to deploy Office 365 Pro Plus via SCCM, I followed this process https://gallery.technet.microsoft.com/How-To-Deploying-Office-70e8b1eb#content , we don't use the application catalogue but I made the application available to be run via system
    center.
    Though can't get it deployed, I keep getting some errors about checking internet connections ...though I can run the command manually and it'works.
    Does anyone managed to install it via SCCM ?

    Thank you for the reply,
    Where I am lost is where it downloads the Office C2R from ? 
    Logs from the Temp folder
    03/04/2015 10:51:15.947 SETUP (0xf10)
    0x107c Click-To-Run
    anhmm Medium
    Prereq::PrereqsFailed: No prereqs have failed.
    03/04/2015 10:51:16.228 SETUP (0xf10)
    0x107c Click-To-Run
    aoh9t Medium
    TryLaunchClient::HandleStateAction: Launching OfficeClickToRun.exe with parameters: scenario=unknown acceptalleulas="True" cdnbaseurl="http://officecdn.microsoft.com/pr/39168D7E-077B-48E7-872C-B232C3E72675" productreleaseid="none"
    displaylevel="False" culture="en-us" baseurl="C:\WINDOWS\ccmcache\5l" lcid="1033" platform="x86" updatesenabled="False" o365proplusretail.excludedapps="access,groove,lync,project,sharepointdesigner,visio"
    version="15.0.4675.1003" productstoadd="O365ProPlusRetail_en-us_x-none" trackedduration=280
    03/04/2015 11:01:12.393 SETUP (0xf10)
    0x107c Click-To-Run
    aoh72 Medium
    ExitBootStateMachine::HandleStateAction: Bootstrapper workflow exiting with result: 0x0
    Logs from SCCM AppEnforce shows this (can't see it failing)
    <![LOG[+++ Starting Install enforcement for App DT "Install - Microsoft Office 365 ProPlus" ApplicationDeliveryType - ScopeId_2A03C658-AF66-44B9-85ED-4FADE04A803B/DeploymentType_5a39078c-a7a3-438c-af16-0cb0a0674479, Revision - 7, ContentPath
    - C:\WINDOWS\ccmcache\5l, Execution Context - System]LOG]!><time="10:50:45.222-600" date="03-04-2015" component="AppEnforce" context="" type="1" thread="5596" file="appprovider.cpp:1702">
    <![LOG[    A user is logged on to the system.]LOG]!><time="10:50:45.243-600" date="03-04-2015" component="AppEnforce" context="" type="1" thread="5596" file="appprovider.cpp:2083">
    <![LOG[    Performing detection of app deployment type Install - Microsoft Office 365 ProPlus(ScopeId_2A03C658-AF66-44B9-85ED-4FADE04A803B/DeploymentType_5a39078c-a7a3-438c-af16-0cb0a0674479, revision 7) for system.]LOG]!><time="10:50:45.247-600"
    date="03-04-2015" component="AppEnforce" context="" type="1" thread="5596" file="appprovider.cpp:2148">
    <![LOG[+++ Application not discovered. [AppDT Id: ScopeId_2A03C658-AF66-44B9-85ED-4FADE04A803B/DeploymentType_5a39078c-a7a3-438c-af16-0cb0a0674479, Revision: 7]]LOG]!><time="10:50:45.287-600" date="03-04-2015" component="AppEnforce"
    context="" type="1" thread="5596" file="localapphandler.cpp:291">
    <![LOG[    App enforcement environment: 
    Context: Machine
    Command line: Setup.exe /configure Install.xml
    Allow user interaction: No
    UI mode: 1
    User token: null
    Session Id: 1
    Content path: C:\WINDOWS\ccmcache\5l
    Working directory: ]LOG]!><time="10:50:45.288-600" date="03-04-2015" component="AppEnforce" context="" type="1" thread="5596" file="appcontext.cpp:85">
    <![LOG[    Prepared working directory: C:\WINDOWS\ccmcache\5l]LOG]!><time="10:50:45.290-600" date="03-04-2015" component="AppEnforce" context="" type="1" thread="5596" file="appcontext.cpp:189">
    <![LOG[    Prepared command line: "C:\WINDOWS\ccmcache\5l\setup.exe" /configure Install.xml]LOG]!><time="10:50:45.340-600" date="03-04-2015" component="AppEnforce" context="" type="1"
    thread="5596" file="appcontext.cpp:338">
    <![LOG[    Executing Command line: "C:\WINDOWS\ccmcache\5l\setup.exe" /configure Install.xml with user context]LOG]!><time="10:50:45.341-600" date="03-04-2015" component="AppEnforce" context=""
    type="1" thread="5596" file="appexcnlib.cpp:201">
    <![LOG[    Working directory C:\WINDOWS\ccmcache\5l]LOG]!><time="10:50:45.341-600" date="03-04-2015" component="AppEnforce" context="" type="1" thread="5596" file="appexcnlib.cpp:215">
    <![LOG[    Post install behavior is BasedOnExitCode]LOG]!><time="10:50:45.529-600" date="03-04-2015" component="AppEnforce" context="" type="1" thread="5596" file="appcommon.cpp:1094">
    <![LOG[    Waiting for process 3856 to finish.  Timeout = 120 minutes.]LOG]!><time="10:50:45.533-600" date="03-04-2015" component="AppEnforce" context="" type="1" thread="5596"
    file="appexcnlib.cpp:1958">
    <![LOG[    Process 3856 terminated with exitcode: 0]LOG]!><time="11:01:12.428-600" date="03-04-2015" component="AppEnforce" context="" type="1" thread="5596" file="appexcnlib.cpp:1967">
    <![LOG[    Looking for exit code 0 in exit codes table...]LOG]!><time="11:01:12.429-600" date="03-04-2015" component="AppEnforce" context="" type="1" thread="5596" file="appexcnlib.cpp:505">
    <![LOG[    Matched exit code 0 to a Success entry in exit codes table.]LOG]!><time="11:01:12.430-600" date="03-04-2015" component="AppEnforce" context="" type="1" thread="5596" file="appexcnlib.cpp:584">
    <![LOG[    Performing detection of app deployment type Install - Microsoft Office 365 ProPlus(ScopeId_2A03C658-AF66-44B9-85ED-4FADE04A803B/DeploymentType_5a39078c-a7a3-438c-af16-0cb0a0674479, revision 7) for system.]LOG]!><time="11:01:12.621-600"
    date="03-04-2015" component="AppEnforce" context="" type="1" thread="5596" file="appprovider.cpp:2148">
    <![LOG[+++ Application not discovered. [AppDT Id: ScopeId_2A03C658-AF66-44B9-85ED-4FADE04A803B/DeploymentType_5a39078c-a7a3-438c-af16-0cb0a0674479, Revision: 7]]LOG]!><time="11:01:12.739-600" date="03-04-2015" component="AppEnforce"
    context="" type="1" thread="5596" file="localapphandler.cpp:291">
    <![LOG[++++++ App enforcement completed (627 seconds) for App DT "Install - Microsoft Office 365 ProPlus" [ScopeId_2A03C658-AF66-44B9-85ED-4FADE04A803B/DeploymentType_5a39078c-a7a3-438c-af16-0cb0a0674479], Revision: 7, User
    SID: ] ++++++]LOG]!><time="11:01:12.748-600" date="03-04-2015" component="AppEnforce" context="" type="1" thread="5596" file="appprovider.cpp:2448">

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

  • App-V 5.0 SP2 user applications published via SCCM 2012 to VDI workstations with roaming only

    Hi,
    The environment consists of App-V 5.0 SP2 (KB2956985) user based applications published via SCCM 2012 to Windows 7 VDI snapshotted workstations that are reset at user logoff.
    When a user logs on the SCCM 2012 client initiates App-V client package publishing.  After a couple of minutes after logon the shortcuts appear and the user can launch their applications.
    The issue is that at logoff, even with roaming enabled, the publishing information disappears.  This causes the next logon process for that user to repeat, the applications are not available until the SCCM client has completed it's publishing cycle. 
    Roaming profiles are implemented. %APPDATA% is redirected to a UNC path.  The following registry key is set
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AppV\Client\Integration\PreserveUserIntegrationsOnLogin=1
    U-EV, global publishing of applications, and AppLocker rules are not an option.  Also, I have read this already - http://technet.microsoft.com/en-us/library/dn659478.aspx#BKMK_PE
    I do not want to wait for the SCCM client to kick in prior to the user applications being available.  What do I need to roam or run to create a seamless transition for the user between sessions? 
    Eddie.

    Hi Tywin (bad username considering the last GoT Episode ;))
    If you ask Microsoft, they always recommend using SCCM for deploying App-V packages and reuse your current SCCM infrastructure if that is already in place. Problem is, as you now experience, is that there is some big caveats both in regards to publishing
    time and to roaming of settings.
    As Nické states I would suggest looking into the Full Infrastructure Model for App-V 5.x, which gives you much better performance in what I call "from no apps" to "being able to click the shortcut" - the add and publishing phase. If you don't have the time/budget/whatever
    to start looking into that, you could look into some community tools like App-V Scheduler which is developed specific by Citrix guys to ease the publishing and management in a Citrix world.
    Microsoft have a great article about Performance Guidelines, which you have read, but it mostly presumes you work with Full Infrastructure. Have you looked into Steve Thomas' session from TechEd NA? It talks about "implementation trends".
    Senior Consultant at Atea Denmark - http://Atea.dk Atea Technical Evangelist for App-V NoLightPeople - http://NoLightPeople.com Access Director - http://www.nolightpeople.com/index.aspx#accessdirector

  • SCCM 2012R2 PXE via IpHelper

    Hi Everyone,
    I'm trying to deploy SCCM2012R2 task sequence via PXE with IpHelpers.
    I've configured the IPHelpers to point to the SCCM DP PXE and the DHCP, but nothing happen.
    Has someone a quick guide on how to configure SCCM2012 and iphelper?

    Hi,
    Have you resolved this issue? If not, please try to use Network Monitor to check whether the IP Helper works fine.
    Best Regards,
    Joyce
    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.

  • Deploy Smartview via SCCM 2012

    I have tried everything - even calling for support which got me nothing!
    How do you deploy Smartview via SCCM? What command line works? All their docs S-U-C-K and do not work!

    Hi,
    Am not very sure of this as i work on Hyperion but not on SCCM. but you can give a try to check with your SCCM team with below command. We have mst developed which updates the registry keys so my command looks like  below.
    msiexec /i "D:\OracleHyperionSmartViewforOfficeFusionEdition.msi" transforms="D:\OraHyperionSmartVw_111210_00.mst" /qb!
    if you dont have mst then you can use something like msiexec /i "D:\OracleHyperionSmartViewforOfficeFusionEdition.msi" /qb!
    Hope this helps.
    Thanks
    Amith

Maybe you are looking for

  • How to connect cinema hd display with a 2011 macbookpro

    Can someone tell me how I can connect my old cinema display to my macbookpro 2011. The display has four connections one is an old firewire plugin. Thanks

  • Need to consider UNIX Path more than 40 Chars in a FM

    Can anyone suggest me a way where we can have a list of all UNIX directories, when UNIX path is given. I know a FM SUBST_GET_FILE_LIST which serves this purpose. But it accepts only 40 chars for UNIX path. But it should be more than 40 characters ser

  • Photoshop Elements 7:  Newbie Needs Drop Shadow Help, Please

    Hello. I'm brand new to Adobe Photoshop Elements 7 and need help with the Drop Shadow feature, please. I've read the documentation, but it's not crystal clear to me, so maybe someone can guide me through it. I want to create text on a blank white can

  • Php function inside class

    Hello, I'm trying to add some custom functions to one class, but I got one debug error and I can't discover how to supress this using this piece of code inside fpdf class $this->pages[$n]->SetMargins(20,47,20,20); $this->pages[$n]->rodape_continuado(

  • Upgraded to yosemite and cc stopped working

    i upgraded to yosemite and following advise i also upgraded to java 8 restarted but cc bridge and photoshop stopped working i assume this is a common issue. Could I have advice on what to do?