Jump to content


kman-dk

Established Members
  • Posts

    22
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kman-dk

  1. Take a look at this. Maybe, you need to apply a hotfix. https://www.windows-noob.com/forums/topic/13564-how-can-i-setup-software-updates-in-system-center-configuration-manager-current-branch/
  2. I'm using this query for the collection to uninstall a program. select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.SystemGroupName = "MYDOMAIN_NAME\\Firefox - Uninstall"
  3. I Don't know how to do automatically. I've solved it this way; I have created two security groups. One called "Firefox - Install" and another "Firefox - Uninstall" Created two programs in SCCM, one that installs, and one that uninstalls. I've deployed the uninstall program to my "Firefox - Uninstall" SCCM collection. Works great, but to do it automatically would be nice. Maybe someone has a solution. /kman
  4. Which collection are you deploying your software to? It needs to be the "Google Chrome" collection or "Mozilla Firefox"
  5. Are you sure, you've typed the lincence key correct then? I'm using this command to activate my Windows 7 clients. What type of account do you use? You need to use an account with admin rights. Do you have a firewall protecting your environment. (Not the built-in Windows 7 firewall)?
  6. Hi, I'm using the cmd line listed below. In SCCM, I've set the application to superseede java7upd71, and it only runs when no user is logged on. msiexec /i jre1.8.0_31.msi /q JU=0 JAVAUPDATE=0 AUTOUPDATECHECK=0 RebootYesNo=No WEB_JAVA=1 /kman
  7. First of all - This is not the recommended way to build a reference image for SCCM 2012. Take a look at this blogpost from Johan Arwidmark http://www.deploymentresearch.com/Research/tabid/62/EntryId/163/The-battle-begins-Building-the-perfect-reference-image-for-ConfigMgr-2012.aspx Then again,if you insist. The author of this forum and hompage Niall Brady created this guide. http://www.windows-noob.com/forums/index.php?/topic/5070-how-can-i-capture-an-image-using-capture-media-in-configmgr-2012/ /Kman
  8. For all your requirements, you can use GPO settings. Don't know if it's best practice though.
  9. In your existing environment, how does your clients receive updates? Directly from Microsoft or have you enabled SUP via SCCM?
  10. Take a look at this. http://www.windows-noob.com/forums/index.php?/topic/4683-using-sccm-2012-rc-in-a-lab-part-12-updating-an-operating-system-image-using-offline-servicing/ /kman
  11. I'm using SCUP for patching Adobe reader and Flash (both activeX and non activeX version), nice and easy. When it comes to JAVA, it's more difficult. Currently, I'm deploying JAVA full install through SCCM. It runs only when no user is logged on. We're also patching VLC Player and IrfanView. Those programs are also deployed through SCCM. It uninstalls existing versions and installing new version. Works like a charm. /kman
  12. Hi, You can right click the update, and edit membership. Just remove it from the deployed collection. /kman
  13. Did you deploy the certs to your clients?
  14. Take a look at this http://www.autoitconsulting.com/site/deployment/windows-7-aero-theme-not-enabled-after-deployment/ /kman
  15. I'm deploying java with this command. msiexec /i "jre1.7.0_51.msi" /q REBOOT=ReallySuppress AUTOUPDATECHECK=0 EULA=0 JAVAUPDATE=0 IEXPLORER=1 MOZILLA=1 /kman
  16. Hi, That's the way I'm managing drivers for my clients. /kman
  17. Take a look at this (if you're running SCCM 2012) http://sccmfaq.wordpress.com/2013/02/14/sccm-2012-sp1-install-windows-7-to-drive-letter-c/ /kman
  18. Hi, Take a look at this. It did the job for me. http://sccmfaq.wordpress.com/2013/02/14/sccm-2012-sp1-install-windows-7-to-drive-letter-c/ /kman
  19. The directory c:\Users\smsadmin\AppData\Local\Temp\lzsazy34.cls contains a file "TSCONFIG.INI" and the following directorys "Deploy\Scripts\ZTIConfirmDiskpart.vbs /kman
  20. I'm currently not using any kind of AV. The setup is running in virtual mode without Internet connection. I've search goole for answers, and some solutions were to disable AV, another solution could be granting the SYSTEM account full access to the OSD/BIN share. That did not help either. /kman
  21. Hi, I'm trying to integrate MDT 2012 update 1 into SCCM 2012 sp1. I'm getting this error though. Started processing. Creating boot image. Copying WIM file. Mounting WIM file. WIM file mounted. Setting Windows PE system root. Set Windows PE system root. Set Windows PE scratch space. Adding standard components. Adding component: winpe-mdac Adding extra content from: C:\Users\smsadmin\AppData\Local\Temp\lzsazy34.cls Unmounting WIM. Copying WIM to the package source directory. Creating boot image package. Error while importing Microsoft Deployment Toolkit Task Sequence. Failed to insert OSD binaries into the WIM file Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryException: The SMS Provider reported an error. ---> System.Management.ManagementException: Generic failure at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode) at System.Management.ManagementObject.Put(PutOptions options) at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put(ReportProgress progressReport) --- End of inner exception stack trace --- at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put(ReportProgress progressReport) at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put() at Microsoft.BDD.Wizards.SCCM_ImportTaskSequenceTask.DoWork(SmsPageData smspageData, Dictionary`2 data) Anyone got any ideas? /kman
×
×
  • Create New...

Important Information

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