Jump to content


Eswar Koneti

Moderators
  • Posts

    708
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by Eswar Koneti

  1. No ,not possible AFAIK,You need to have PKI setup to get the internet clients working.here is some info http://www.informit.com/articles/article.aspx?p=1912064&seqNum=9 http://www.apajove.com/index.php/blog/item/26-sccm-2012-internet-based-client-deployment
  2. are they really expired updates or something went wrong with them ? can you check update Released update ? if they are old and expired,no need to worry about them,but if you still need to remove them from DB,you can try the query which i posted in earlier for you.
  3. you can try this from your SQL: select collectionname, LimitToCollectionID,LimitToCollectionName,MemberCount from v_Collections where LimitToCollectionName not like 'NULL'
  4. so you are looking to remove the metadata of already synced updates from SCCM and configure only the products /classification what you need ? You can either Uninstall the SUP, clean up WSUS, and reinstall the SUP that takes care of removal of all Updates from DB OR you have something to run query on SQL Server http://scif.codeplex.com/wikipage?title=%20Deleting%20SCCM%20Updates
  5. did you get Your Client PC connecting to SCCM server ? Is that getting IP Address from DHCP ? what error do you get when you PXE boot ? Check if you have configured port 66 and 67 options in DHCP server.
  6. this is not complete log.there is more about error that would help the guys to help you better.
  7. Try this : http://social.technet.microsoft.com/Forums/en-US/configmgrinventory/thread/38bc16d7-2437-46fb-8c1b-e51f4697c490/
  8. here you go for both computer and User to know what collections are they member of. http://eskonr.com/2009/07/sccm-report-computers-member-of-which-collection/
  9. go to server manager--> roles and select add role ? once you are done,go with features
  10. Did the PCK file get copied correctly ? Try Preloading the package and see if that decompress the package successfully.
  11. i think the 91% is for Automatic Windows 7 updates Deployment but where as 60% is looking at all windows 7 computers (irrespective of patches).There is difference with these.
  12. You would require to do some configuration changes to MOF file then you can create report. Follow the blog post how to do mof changes http://www.buit.org/2010/08/18/howto-bitlocker-status-reporting-in-sccm-2007/
  13. Hi, Are these disabled computers are active on the network ? If so,they will still send the heartbeat to SCCM even though you disable the computers. You can create a collection to find all disabled computers and go with delete special or customize the collection to exclude disabled computers. 4096 is standard computer 4098 is disabled computer. Select * from SMS_R_System where SMS_R_System.UserAccountControl="4098" More information http://www.windows-noob.com/forums/index.php?/topic/2738-query-for-disabled-computers/
  14. did u tried this ? http://www.windows-noob.com/forums/index.php?/topic/559-how-can-i-import-computers-using-a-file-in-sccm-2007/
  15. what are you looking for ? How Replication happens ?
  16. uhh...try this post http://www.myitforum.com/forums/SCCM-Agent-Install-Date-m214238.aspx you go with client status reporting ,you will find something with it. also look at default sccm reports with category " SMS Site - Client Information' section '
  17. ccmexec.log and also look at eventviwer to see if something went wrong
  18. I would go with WMI condition something like Select * from Win32_Product where Name like '%Adobe%'
  19. If you do not want to show the critical errors under DP role, create a status filter rule to not for process the messages with error code. other options are also available in status filter rule
  20. to get registry information into SCCM,you can use regkey2mof file which creates MOF entries for you to update your MOF file but notice this result will be only based on last hardware inventory. more information refer http://blog.coretech.dk/kea/how-to-get-registry-information-into-hardware-inventory/ Combine both the collections which you have into one to get computers for reboot pending.
  21. yes you have the feature of removing expired updates from DP's .Go through this link http://blogs.technet.com/b/configmgrteam/archive/2012/04/12/software-update-content-cleanup-in-system-center-2012-configuration-manager.aspx and you can also use script to remove the updates http://wmug.co.uk/wmug/b/dotraphael/archive/2012/04/19/script-deleteexpiredupdates.aspx
  22. you can go with this post how to add custom attributes from AD to SCCM.. http://wmug.co.uk/wmug/b/dotraphael/archive/2010/10/10/sccm-2007-understanding-active-directory-attribute-discovery.aspx
  23. Its here http://www.windows-noob.com/forums/index.php?/topic/1064-sccm-2007-guides/
  24. can you check SMSAWEBSVCSetup.log (Records the installation activities of the application catalog web service.) for any errors ? ensure you have all the prerequisits installed for application catalog role. check the post here http://www.windows-noob.com/forums/index.php?/topic/4422-using-sccm-2012-rc-in-a-lab-part-1-installation/ IIS components if you have all
×
×
  • 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.