-
Posts
1949 -
Joined
-
Last visited
-
Days Won
93
Everything posted by GarthMJ
-
Configuration Item to start script
GarthMJ replied to tommy24a's topic in Configuration Manager 2012
You test your scripts running as the local system account. Until they have been tested as the local system account there is not much more that can be done. -
Configuration Item to start script
GarthMJ replied to tommy24a's topic in Configuration Manager 2012
ok that does NOT use the local system account. Here is how to run as the local system account. http://verbalprocessor.com/2007/12/05/running-a-cmd-prompt-as-local-system/ -
Configuration Item to start script
GarthMJ replied to tommy24a's topic in Configuration Manager 2012
When you manually test the PowerShell scripts, what account are you testing them as? How exactly are you testing them when you test them manually? -
Configuration Item to start script
GarthMJ replied to tommy24a's topic in Configuration Manager 2012
Have you run your scripts using the local system account? This is the account CM12 will use to run them, so..... -
Configuration Item to start script
GarthMJ replied to tommy24a's topic in Configuration Manager 2012
What do you mean by you run them manfully? How did you run them manually? Did you test the scripts as the local system account? -
Write a text file to the server install directory
GarthMJ replied to GGugliuzza's question in Deploy software, applications and drivers
Take a look at this blogs, they will help with the CI stuff. Read this post set about four files to remove from your environment. It will help you get started with CI stuff. http://www.enhansoft.com/?s=four+files&post_type=post (July 15-23rd) -
Write a text file to the server install directory
GarthMJ replied to GGugliuzza's question in Deploy software, applications and drivers
ok, I will bite, why not do this via CI or Hardware inventory? This will remove all the permission issue. -
SCCM Client uninstalll script hangs.
GarthMJ replied to sacaliabu's topic in Configuration Manager 2012
I will bite, why do you think it hang? Why are you doing anything more than CCMsetup /uninstall? aka what is with all the other stuff? -
Strange request...safe mode...kinda sorta
GarthMJ replied to Red3Recon's topic in Configuration Manager 2007
If it will not work using the Local System account, then you have no other choice but to preform this task manually on each computer. I would suggest, contact AVG and talk to their support about how to fix this. -
Internet Based clients can't download
GarthMJ replied to trumby's topic in Configuration Manager 2012
Error 0x80072ee2 = The operation timed out Use this as a starting point. -
Strange request...safe mode...kinda sorta
GarthMJ replied to Red3Recon's topic in Configuration Manager 2007
Try this to use the local system account. http://verbalprocessor.com/2007/12/05/running-a-cmd-prompt-as-local-system/ -
Strange request...safe mode...kinda sorta
GarthMJ replied to Red3Recon's topic in Configuration Manager 2007
So to be clearly, When you use the local system account (not a domain or local admin account), you are getting access denied? -
Strange request...safe mode...kinda sorta
GarthMJ replied to Red3Recon's topic in Configuration Manager 2007
What services are you trying to change? Why error message are you getting when you change it using the local system account? -
ConfigMgr System Account Removal Errors
GarthMJ replied to drewz99's topic in Configuration Manager 2012
Then that is you answer to them. You tell them that you tested it again, in your environment and the account didn't get removed. and therefore it is something special within their environment.- 3 replies
-
- SCCM 2012SUP
- System
- (and 4 more)
-
What folder is using all the diskspace?
-
Specific Domain controller for Discovery
GarthMJ replied to MatthieuV's topic in Configuration Manager 2012
Sure you can do this but I wouldn't recommend it. The trick is you define the DC within your LDAP query. -
History of all actions in Admin Console
GarthMJ replied to MatthieuV's topic in Configuration Manager 2012
Take a look at the built-in status message queries. They should give you what you want.- 1 reply
-
- 1
-
-
need to install internet explorer 11 by group policy
GarthMJ replied to mohd aamir's topic in Configuration Manager 2012
I tested both links are they both work fine. -
Let me repeat myself, what you are doing is completely unsupported and you WILL need to undo this every time you apply a SP or CU. There is no way around it. Now to the issue at hand, there are lots of way to do this in a supported manor. The question is how much effort do you want to give this? Why not have user enter this information in a pretty interface within WMI and inventory this, which populate your MW collections? Why not use the CM12 SDK to modify the db and therefore you have populate MW collection based on this? Why not allow user to move their computer within the correct collection (aka maintenance window collection), using the SDK and Website? Why not have SCORCH move the computer within the correct collection based on data from the website/database?
-
In SCCM 2012 R2 a SQL Type Error During Import
GarthMJ replied to tjwillians74's topic in Configuration Manager 2012
This is very bad, you need to Contact CSS directly for support ASAP! Your database has gotten out of wack. This means on CSS can help you to solve this issue. -
First off it is not supported to publish data into CM12 like you are suggesting. Doing what you have done is completely unsupported and you will need to undo it every time you apply a SP or CU. Why does the data need to be in CM12 at all? Why does the data need to be seen in CM12 console?
