Jump to content


Peter van der Woude

Moderators
  • Posts

    2925
  • Joined

  • Last visited

  • Days Won

    79

Everything posted by Peter van der Woude

  1. That error is usually somewhere in the local firewall (WMI), the network (or VLAN) between the servers (WMI) or admin rights of the site server on the DP.
  2. Those are standard classifications. For a description, see: http://support.microsoft.com/kb/824684
  3. It doesn't make sense that the folders are gone, it can only be a manual action... Why even creating a new package? Isn't that just maybe were it went wrong with somebody, just accedently selecting the top-folder instead of creating a new folder (which I would do before walking through the wizard)?
  4. This should allow you to query the Win32_PNPSignedDriver class select * from SMS_R_System inner join SMS_G_System_PNP_DEVICE_DRIVER on SMS_G_System_PNP_DEVICE_DRIVER.ResourceId = SMS_R_System.ResourceId where SMS_G_System_PNP_DEVICE_DRIVER.<Something> = <Something>. I just don't see anything in there related to a driver version....
  5. MAke sure the application is configured to install from the Install Application task sequence action without being deployed.
  6. Issue them on an internal domain machine, but make sure that your certificate template requires you to input a DNS name. This way you can request a certificate with the FQDN of the DMZ server.
  7. Simply wait until the scheduled time. You can follow the results of the task in the smsdbmon.log.
  8. Is the clear install flag doing its job and marking clients as NO?
  9. That's very aggresive... keep in mind that this would mean that when a device is offline for more than one day for whatever reason it will be marked as NO client. Do note that the next heartbeat will get the client back to YES.
  10. After the capture, take your wim file and create a new operating system image, distribute it to your dp(s) and use it in your deployment task sequence. Depending on what you prefer, a quick deployment, or a up-to-date deployment. A quick deployment would mean everything in your image (thick image) and an up-to-date deployment would mean application installations during your deployment (thin image).
  11. Can you be a bit more specific? What do you mean with "create the new update"? What do you mean with "asked him where to save the downloaded files, he went to.."? Downloading the updates should just be selecting the deployment package during the wizard.....
  12. Nope, that means you're running it as the local system. Another more secure option might be to use a run command line step and provide your credentials with that.
  13. The Clear Install Flag is a site maintenance task that by default is disabled. So either enable that task (just be sure to read about it first on how it relies on heartbeats), or let your techs communicate about what they're doing.
  14. Please don't create double posts, see http://www.windows-noob.com/forums/index.php?/topic/10475-query-based-collection/ Locking this post.
  15. See your post on Technet: http://social.technet.microsoft.com/Forums/en-US/27dee20f-87fe-42d4-9abd-a1e69b6047b6/query-based-collection?forum=configmanagergeneral
  16. It seems to be failing somewhere else first. This is an log file collecting step that it will perform when something else failed.
  17. If you didn't remove the device from ConfigMgr (or let the Clear Install Flag task run) the client is probably still listed as YES. This prevents the auto client push from starting.
  18. Did you ask the other admin which actions he performed?
  19. ConfigMgr does not deploy updates automatically, or by simply approving updates... First a software update group has to be created and deployed and the updates have to be downloaded to a package. That means a lot of actions and nothing something that is done by accident. Remove the deployement and you should be fine. To immidiatly stop an active deployment, just remove the package, as it would cause the updates to fail because they can't find content.
  20. It looks like an access denied... Keep in mind that by default the task sequence uses the local system account, so to run this script succesfull either the local system account needs rights in the AD, or you need to use user credentials to start the script.
  21. It should be possible.... but I would always automate the installation of applications, even during the build and capture. It makes your build more reliable and allows you to make it repeatable.
  22. Thanks for sharing! A more compact solution is custom scripting, but your solution is much easier to manage.
  23. What's your goal? Depending on that, it might even be easier to solve by not discovering them (via the properties of the system discovery).
  24. No, but It can be usefull when you are also managing clients in that forest/domain. No. In this case I would use a site system installation account (see also: http://technet.microsoft.com/en-us/library/hh427337.aspx) No. I wouldn't want to publish that MP in your existing domain.
  25. Does it aslo still shows in the console of the old site? Did you remove all the other roles before deinstallation?
×
×
  • 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.