Jump to content


Peter van der Woude

Moderators
  • Posts

    2925
  • Joined

  • Last visited

  • Days Won

    79

Everything posted by Peter van der Woude

  1. It gets distributed automatically at the moment that you add it to an existing distribution group with all the content. Otherwise it's just selecting the application and distribute them...
  2. Can the machines contact eachother? If so then you should be fine by adding the Ip-range of the servers as a boundary.
  3. So it seems the inventories are running correctly. Then I would look at the query, see here for a good example: http://www.sccm-tools.com/tools/wqlqueries/WQLQueries-xnotinstalled.html
  4. When it's just about two shortcuts that are not needed then in case you still need to deploy the app I would solve it with a customization file (mst) for the msi and in case it's already deployed I would make one script that detects and deletes. Sample: If oFSO.FileExists(File1) Then oFSO.DeleteFile File1 End If
  5. Here you can find the parameters including lots of examples: http://technet.microsoft.com/en-us/library/bb680980.aspx
  6. Take a look here for the commandline options which you can use to deploy it from ConfigMgr: http://msdn.microsoft.com/en-us/library/ms144259(v=sql.100)
  7. Why not use the BUILTIN functionality in ConfigMgr for this? If you want to report about the Application you can use the inventories and if you want to install the Application and need to know if it already exists just use the builtin Application Detection Methods..
  8. That's a really general error... At what point does it happen?
  9. Nope, you will always need a source location, which see as the input for the server, and a Distribution Point, which you can see as the output for the client.
  10. Just google and you will find a lot of right-click tools, it's even possible to create your own: http://blogs.technet.com/b/neilp/archive/2012/03/18/long-live-right-click-tools-system-center-2012-configuration-manager-console-extensions.aspx
  11. Not as far as I know... the folder stuff is really building and in the XML files you can specify file extensions, but it's kinda hard to specify an extension for a file that doesn't have one....
  12. What do you mean with the ability to use different clients in 2012?
  13. Default behavior. User targeted Applications will only show in the Application Catalog.
  14. The idea behind it is that the different Types are meant for different scenario's and not for multiple things running after eachother.
  15. The first two points are default behavior. I don't even know if you can work around that... About the last point, I've never seen or read about that... So I can't say anything usefull about that...
  16. At first look I think your query should looks good... About where you where looking in the Resource Explorer, Add/ Remove Programs is part of the Hardware Inventory (to keep things easy). So you should look under there...
  17. Are you trying to remove something that is not there? See this message from your log: This action is only valid for products that are currently installed. (Error: 00000645; Source: Windows)
  18. It's not default behavior to have two of both unknown devices.... I would start by looking at the smspxe.log to see if your client request are reaching to your server.
  19. Nothing more then just copying the client installation files to an USB device (or whatever) and manually start the installation with the commandline needed for your environment...
  20. To get any answers you might want to translate your post into English....
  21. You go really far for somebody who doesn't want to understand it.... Respect!
  22. The quickest test is to right-click a client, of which you know that it should have the software, click Start, click Resource Explorer and search for the software.
  23. I'm really wondering what you get back on your support call, because I tried this myself and couldn't get it to work... Everything in the Task Sequence works as a domain member and in a workgroup I can install everything in the Task Sequence, including "old school" packages, but no Applications....
  24. Ehmm.... you shouldn't run two Sites next to each other like that... This way you create overlapping Boundaries, so the clients get confused about which Site they have to assign to... A 2012 client cannot assign to a 2007 site, but a 2007 client can assign to a 2012 site. See also: http://www.petervanderwoude.nl/post/overlapping-boundaries-and-configmgr-2012/
×
×
  • 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.