Jump to content


ercole77

Established Members
  • Posts

    20
  • Joined

  • Last visited

ercole77's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hi, 2 questions 1) in a production environment is correct to use BULLETTIN ID=MS? In other words, are all the security patches included in MS bullettins or am i missing something ? 2) Im going to create this: a) a compliance group (not deployed) with all the patches (more than 1000) b ) one or more updates group deployed to all systems for past patches c) ADRs for monthly patches Compliance group must be deployed and disabled or not deployed? Many thanks for your guides !
  2. Hi Ronnie, can you tell me how you solved if you got it? Same problem here. I found an implication with Mcafee Viruscan i have installed on primary site server. Disabling on access scanner resolve the problem, buti at the monent i dont know what i have to exclude
  3. hi Tmiller i solved; tasks with problem were configured to use a x64 boot image. I noticed that pxe boot with x86. Changed task image to x86 and message disappeared. Is it normal for pxe to boot only with x86?
  4. Hi guys i have this strange beahviour on my SCCM2012 task sequences. Client boots to PXE, i insert pwd to access tasks list, select a task and after a while i see "Ready to start. Remove the cd and do not boot from cd" It's annoying because i have to click continue. How can i get rid of this warning? Don't know why it appeared
  5. Solved, i disabled Active directory system discovery and added to task sequence this script to forc a cycle actionNameToRun = "Request & Evaluate Machine Policy" Dim controlPanelAppletManager Set controlPanelAppletManager = CreateObject("CPApplet.CPAppletMgr") Dim clientActions Set clientActions = controlPanelAppletManager.GetClientActions() Dim clientAction For Each clientAction In clientActions If clientAction.Name = actionNameToRun Then clientAction.PerformAction End If Next Now works like a charm. Thanks to everyone!
  6. Makarovs im going to install wsus role on my sccm 2012 exactly as you did: i alredy have a separate WSUS on 2008 R2 sp1, when you installed sup, did it aske you to provide remote wsus info?
  7. for 64 bit i have found http://jackychuasce.blogspot.it/2012/05/why-click-on-tsmbautorunexe-cannot.html it works but my problem is how to capture a 32 bit, wizard does not start
  8. found description of the problem http://blogs.technet.com/b/configmgrteam/archive/2011/08/17/known-issue-and-workaround-duplicate-records-when-you-use-unknown-computer-support-with-active-directory-delta-discovery.aspx So i received duplicate record because i had these OU - OFFICE1 (inside department OU) - OFFICE2 (inside department OU) - DEPLOY Deployed PC go in DEPLOY OU. Active directory System discovery was set to these 3 OU so a record was created by this and another by hearthbeat discovery. Now i have deselected AD system discovery on DEPLOY OU so duplicated pc are avoided. The problem is: after a new pc is deployed i need to manual perform a cycle to make pc appears in asset. What's the best way to avoid this?
  9. Ok Peter thanks but how much time does it take to delete duplicate records? Many thanks for your help
  10. disabling automatic update i have no error in ccm.log but still duplicate entries
  11. here is ccm.log during client install on a client. I have verifyed DNS and reverse lookup. During the install i executed pressing F8 "netsh firewall set opmode disable" Without firewall it works but i have duplicate id in console, one with client installed YES and nother with client installed NO ccm.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.