-
Posts
1948 -
Joined
-
Last visited
-
Days Won
93
Everything posted by GarthMJ
-
Client deploys but doesn't register / see MP
GarthMJ replied to PH25's topic in Configuration Manager 2012
And was it the Firewall? -
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.
-
Did you try? if intret = "0x40000101" or intret = 1073742081 then
-
-
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?
-
Turn on automatic push, this will attempt to install the client on all computers that don't have the client.
-
PS script for registry edit - works manually, not through SCCM
GarthMJ replied to Kops's topic in Configuration Manager 2012
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 -
PS script for registry edit - works manually, not through SCCM
GarthMJ replied to Kops's topic in Configuration Manager 2012
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. -
Remote tools simultaneous connectivity
GarthMJ replied to melo4's topic in Configuration Manager 2007
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. -
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.
- 5 replies
-
- sccm
- application
-
(and 2 more)
Tagged with:
-
I don't understand what you mean. Reports will always be 100% update. There are no if, and or buts about it.
- 5 replies
-
- sccm
- application
-
(and 2 more)
Tagged with:
-
Always use the reports, the console is always out of date.
- 5 replies
-
- sccm
- application
-
(and 2 more)
Tagged with:
-
All three will work.. It will not necessarily un-install the old CM. BUT it will overwrite everything that is needed.
-
Within knowing which Right Click tools you are using this will be hard to answer..
-
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.