Jump to content


Eswar Koneti

Moderators
  • Posts

    708
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by Eswar Koneti

  1. Yes,PXE Role removal is required but not WAIK Tool.
  2. You can try this collection: 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_NETWORK_ADAPTER_CONFIGURATION on SMS_G_System_NETWORK_ADAPTER_CONFIGURATION.ResourceID = SMS_R_System.ResourceId inner join SMS_G_System_SYSTEM on SMS_G_System_SYSTEM.ResourceID = SMS_R_System.ResourceId where (SMS_G_System_NETWORK_ADAPTER_CONFIGURATION.IPAddress like "192.168.1.%" or SMS_G_System_NETWORK_ADAPTER_CONFIGURATION.IPAddress like "192.168.2.%") and SMS_G_System_SYSTEM.ResourceID not in (select SMS_R_SYSTEM.ResourceID from SMS_R_System where SMS_R_System.SystemGroupName = "eskonr\\Adobe_Acrobat") Replace the Bold Letters with you information
  3. What error it gives afrer you entered the credentails on the prompt ? can you check the properties security settings--->local intranet and enable automatic login with current username and password and add the site in trusted sites as well.
  4. This error means,the client is not approved with this GUID ID. To findout the computer to approve it manually,you can use the report given below. http://eskonr.com/2010/01/sccm-report-to-list-the-computer-based-on-given-guid/ You can also create a collection to list the computers which are not approved as well.
  5. take a look at this how to execute psexec using system account http://ss64.com/nt/psexec.html
  6. Status message queries in SCCM return status messages from the site database and display these in ConfigMgr Status Message Viewer according to criteria you specify. Check sender.log on the secondary sites and the despooler.log on the parent site for errors. it wont show the status messga quiries in sec sites as per i know.
  7. Delegation of admin rights in Active Directory to rename computer accounts only ?
  8. try running the command prompt with admin rights and use this commnd to activate : c:\windows\system32\cscript slmgr.vbs –ato If that doesnt work,try running the command c:\windows\system32\cscript slmgr.vbs -dlv to diagnose if the client is able to talk to KMS server or not.
  9. Yes,there is. You can only install eval version of R2/R3 on eval versions of the product.R2 and R3 are not free; they require software assurance or a new pruchase of the product.
  10. What have you been done on this (basic Troubleshootings steps) ? You will have to check ccmsetup.log for scucessful installation of Client if it is okay .Check clientlocation.log and locationservices.log as well for other info . Check this link for basic steps to check. http://eskonr.com/2010/11/smssccm-clients-installation-troubleshooting-check-list/
  11. Did you add Primary site computer account as member of Local admin Group on sec sites and primary site computer account member of SMS-Sitetosuteconnection group as well. what does distmgr.log Says ?
  12. Though the error 1642 Says. "the program to be updraded may be missing" ,could not get the idea what update is missing. Identified the issue because of patch KB2467659.This is required before KB2416400 install on target computers. via from http://support.micro....com/kb/2467659 Added the prerequisiste patch to the package and issue is resolved.
  13. Yes,when you try to install the Hotfix,it ask to create a package which will be distruted to all the clients to track or power management features. This hotfix is required for the following computers that are running System Center Configuration Manager 2007 Service Pack 2 (SP2): Primary and secondary site servers Remote administrator console servers Remote provider servers Client computers Via from http://support.microsoft.com/kb/977384
  14. IF your SCCM is installed with SP2(2000 is SP2) then Yes,you can install R3 Directly on to it.here is the link to download evaluation product. http://www.microsoft.com/downloads/en/details.aspx?FamilyID=fc4ed1e9-2782-4321-b119-e53583eaff38 Before you install R3 ,You will have to install hotfix (KB977384.) download it from here :http://support.microsoft.com/kb/977384
  15. Has anybody seen the error in deploying KB2416400 (MS10-090 December month 2010 ) for IE 7 on SP3 client machines in SMS 2003 ITMU Environment .. Below is the Error messge getting from patchinstall.log for IE7 Patch on all the machines. None got succeeded. INSTALL FAILED: UpdateID = 4c3d8c85-c3d4-4c11-a4a6-2aaa848c3b3a, QNumber = 2416400, Title = Cumulative Security Update for Internet Explorer 7 for Windows XP (KB2416400), ExitCode = 1642, Executable = C:\WINDOWS\system32\VPCache\P01001DD\SmsWusHandler.exe /InstallFile:"\\servername.com\SMSPKGI$\SMSPKG\P01002FC\4c3d8c85-c3d4-4c11-a4a6-2aaa848c3b3a\ie7-windowsxp-kb2416400-x86-sve_c7bb92ad3a6b39e541aae14789f987a18aeda7d9.exe" /UpdateID:4c3d8c85-c3d4-4c11-a4a6-2aaa848c3b3a 1642 Error code: The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade. I can able to install the patch manually on the clients and get succeded but not Via SMS. any insights ?
  16. You can use Internet Explorer Administration Kit (IEAK) to customise the IE as per the requirement and deploy it Via SMS. Check this link on IEAK http://technet.microsoft.com/en-us/ie/bb219524
  17. Doesn't it work with this commnd line: IE_explorer_name.exe /quiet /update-no /norestart
  18. It is silient uninstall but you have to get the Product ID for the applicaiton which is installed on computer.It may not be same for all Visio appliactions.
  19. Yes,you would require one Account for this. More info from Technet http://technet.microsoft.com/en-us/library/bb680962.aspx
  20. You can also use Right click tools or If you are in SCCM R3,it gives you the option to add list of computers ,or else sccm collection creator and many other avilable
  21. You can either use pakage editor tool or registry editor to get the product code of it. The product code is same on all computers if you have used the same application while installing. Look at registry file on one computer for getting the product code where it is installed. reg Path location to search: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ Take a look at each value for identifying the visio product code.
  22. Try identify the Product code of Visio from registry editor and try the below command line: msiexec /qn /x {Product code of Visio 2007} Or Try this article from Appdeply http://www.appdeploy.com/messageboards/tm.asp?m=47294
  23. Do you see anyother imp information from distmgr.log ?
  24. collection members doesnt show up any subcollection .To see all the subcollection for a parent collection ,Let say ,You created a collection called "applications" with subcollctions(many) under it. To see all subcoll,Click on "Device collections",click on "applications" ,on the action pane,you will have option called ,"Show subcollections" click on it to see all.
  25. Here is guide from Technet on how to do it http://technet.microsoft.com/en-us/library/bb633194.aspx
×
×
  • 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.