Jump to content


prakash.thakor

Established Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by prakash.thakor

  1. Hi, We have SCCM 2012 R2 with FEP role with Windows 8.1 Clients. When there is any malware detected on client system , then the FEP's Default action is not applied which we set to remove from SCCM antimwlare policy. It stays forever with RED message "PC Status: At risk" and i have click manually on "Clean PC" button. It was working fine with SCCM 2007 R3 and antimalware was deleted automatically I have Set All default acttion to Remove from SCCM Antimalware Policy
  2. Hi, We want to Move SCCM 2007 R3 database to SQL Server 2012 SP1. SCCM server Version : 4.00.6487.2000 Build Number : 6487 But it says fatal error during the move wizard. In ConfigMgrSetup.log it says : ***SqlError: [42000][102][Microsoft][ODBC SQL Server Driver] Incorrect syntax near '99901'. : SiteControl_ins_upd ***SqlError: [42000][102][Microsoft][ODBC SQL Server Driver][sql Server]Incorrect syntax near '99901'. : SiteControl_ins_upd I already installed following updates on SCCM server , but still it failed to move. 2676737 2676776 Thanks
  3. Hi, We have Windows 7 SP1 x64 with Bit locker encrypted on OS (c:) drive. During task sequence I am unable to install new OS due to bit locker and it failed every time. Errors: Boot Image package not found. There is not enough space on the disk. (Error: 80070070; Source: Windows) OR Volume C:\ has 75358208 bytes of free space Now, How can I suspend bit locker before PXE loads to format entire C:\ drive. as per this link : http://nikifoster.wordpress.com/2013/03/26/staging-problems-bitlocker-and-multiple-boot-images/ Thanks
  4. Hi, We have SCCM 2007 R3 and deploying Windows 7 x64 SP1 We need to Format drive with already bit locker enabled. But the task sequence failed if we have selected Quick Format. Now, If we uncheck Quick Format then Task sequence runs successfully but take longer time to full format 500 GB disk. How, can I delete bitlocker encrypted drive and Quick Format it during OSD. Thanks Prakash
  5. Hi I have SCCM 2007 R3 We have pushed java .msi to Windows 7 x64 SP1 systems using Advertisment and settings is "Always rerun program" I got error with exit code 1619 and it was due to path incorrect , I have corrected this error. and some system successfully installed the .msi Now, How to retry with the failed system without removing and creating Advertisment again. What is the time duration that SCCM will try again to start installing it. Thanks Prakash
  6. Hi We have encrypted all the systems with Bitlocker in Windows 7 x64 SP1. How can get list of all the system from SCCM for Encrypted drive. Thanks Prakash
  7. Hi, I am using SCUP 2011 and SCCM 2007 R3 to update Adobe flash using SCUP catalog All client systems are Windows 7 x64 SP1. since few days i get error 0x80096004 while updating adobe flash. I have removed and recreated WSUS self singed SSL and imported to Trusted root and trsuted publisher store. But still No luck. I have also removed the update KB2661254 http://www.tuicool.com/articles/RnAfE3 Pls help Thanks
  8. Hi, We have SCCM 2007 R3 with FEP 2010 installed. And its integrated with SCCM. How can we upgrade SCCM 2007 to 2012 with FEP 2010 installed? Thanks Prakash
  9. Hi, We have SCCM 2007 R3 with Windows 2008 R2 installed in HyperV and want deploy Windows 7 using OSD TS. When boot using PXE the TFTP Image boot.sdi download is too slow. (The boot.sdi file size only 3 MB) and takes many hours. And The Strange thing is that it Happens only some times and not every time. To Resolved this we have to restart the SCCM server itself. Pls Help, Thanks Prakash
  10. Hello Jorgen, Hello Peter, The issue have been resolved now. The Culprit was VMvaretools which was changed registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\COM3 value ;Hence my .vbs script was unable to run. See http://dynamicdatace...y/provisioning/ To troubleshoot the issue i followed below steps. 1. Copying script to local system folder 2. Running the script from local system and redirects its output to .txt file so that the exact error can be viewed, 3. The error in .txt was it "could not find the script engine." 4. Change the registry setting is command line TS. reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\COM3 /v REGDBVersion /t REG_BINARY /d 010000 /f 5. SUCCESS
  11. Hi Jorgen, 1. Yes , I am running the script after logging into the desktop with the same account after OS is deployed. 2. What is the error mean "incorrect function" when\why it comes. Thanks Prakash
  12. Hi Peter, The script works fine when i run manually from the workstattion. Also I am using standard task sequence and not using MDT task sequence. Thanks
  13. Hi I have created a package called "SCCmScripts" and not added any program into and give the UNC path where the .vbs script is located. I have applied your script but still get the error "incorrect function". Pls see the below screenshots.
  14. Hi jorgon Pls explian how to set your script in my envorionment what is group1 ,group2, group3 how can pass group that is in OU (LDAP://CN=IndiaDesktopgroup,OU=Desktops,OU=COmputers,OU=India,DC=mydomain,DC=local) Pls help Thanks Prakash
  15. Hi I am using SCCM 2007 R3 and I am deploying Windows 7 x64 with SP1. I want to Add the computer to the security group of AD. I have created the .vbs script as below Option Explicit Dim objSysInfo, objComputer, strComputerDN Dim objComputerGroup ' Retrieve DN if user and local computer. Set objSysInfo = CreateObject("ADSystemInfo") strComputerDN = objSysInfo.ComputerName ' Bind to user and computer objects. Set objComputer = GetObject("LDAP://" & strComputerDN) ' Bind to groups. You must specify the full Distinguished Names. Set objComputerGroup = GetObject("LDAP://CN=IndiaDesktopgroup,OU=Desktops,OU=COmputers,OU=India,DC=mydomain,DC=local") ' Add user and computer to groups, if not already members. If (objComputerGroup.IsMember(objComputer.AdsPath) = False) Then objComputerGroup.Add(objComputer.AdsPath) End If 1.I have tried creating package and added progrgram into it and use that program into task sequence 2. I have also tried Adding command line in task sequence but didnt help. and error comes "incorrect function" Pls see the below task sequence and error log
×
×
  • 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.