Jump to content


GarthMJ

Moderators
  • Posts

    1948
  • Joined

  • Last visited

  • Days Won

    93

Everything posted by GarthMJ

  1. And was it the Firewall?
  2. If I remember right, and I'm not saying I do, but quote marks might mean it is a string and not a number. Therefore it will not convert the exit code to hex.
  3. Did you try? if intret = "0x40000101" or intret = 1073742081 then
  4. Did you turn on the content validation feature?
  5. Your best bet for this is to write a SSRS report for this. Or even a SQL query. What exactly are you trying to do?
  6. Ok I will ask, why do you want to do that? You do know that even if you schedule this, it will automatic run once an hour for 7 days or until the client is installed. So what exactly are you hoping to control?
  7. Turn on automatic push, this will attempt to install the client on all computers that don't have the client.
  8. So a Package would be easier but you can do it as a application too. You would need to set it up as a Script application. This trick is where you call the MSI from. By default if you don't give it a path it will try to execute it from the local directory, aka from the same directory as your powershell script. By doing it this way you remove the network issue, you have created within the script above. For example http://www.enhansoft.com/blog/using-sccm-2012-application-model-to-install-cmtrace-file-version http://www.enhansoft.com/blog/using-sccm-2012-application-model-to-install-psexec
  9. Why are you trying to run the MSI from a server share and not as part of the package? This will cause you a lot of headaches and it complete defeats the purpose of CM12.
  10. None Technical none but the Provide might have issue with over 100 connections to the Provider. There are windows restriction not CM07 restriction for this. Generally only 1 connection to a workstations.
  11. You are comparing apples and oranges. First off the might be summarized at different time and therefore will not match. Secondly, if I'm mistaken the second screenshot is actually a report embedded within the console. Again only look at the reports and you will get good details.
  12. I don't understand what you mean. Reports will always be 100% update. There are no if, and or buts about it.
  13. Always use the reports, the console is always out of date.
  14. All three will work.. It will not necessarily un-install the old CM. BUT it will overwrite everything that is needed.
  15. I'm only telling you what errors show up in the log. Again, check your setting on the server, check you AV software, check SQL, it really shouldn't terminate queries like that.
  16. You are not getting the same errors. If you review the log file, you will see that you are having SQL issues and quote issues.
  17. IMO it is not a permission issue. if it was, you would get error 5 access denied.
  18. The error message is clear.. The file can't be accessed. So you need to dig into why that is.
  19. You are getting error 3 = The system cannot find the path specified. Check you AV software back sure it is not blocking anything. What exactly is FS3? Is it a NAS of some type?
  20. I would do it as a package. Keep in mind that your MW should be a minimum of 3 hours long!
  21. Within knowing which Right Click tools you are using this will be hard to answer..
  22. It will work without issues with CM, I do it all the time. But keep in mind that it might task the Hyper-v server if it is undersized for all of the VMs.
×
×
  • 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.