Search the Community
Showing results for tags 'agent'.
-
I am having an issue with my SCCM 2012R2 network. An Increasing number of clients have stopped checking in. Software Center is blank and nothing is advertised. I have to reinstall the client from the console to get it working. once the client is re-installed software center is populated again. Any idea of what causes this and how can i prevent it? BTW this is going over a large Geographically dispersed WAN
-
You can manually turn on Agent Proxy for all agents using PowerShell: get-SCOMagent | where {$_.ProxyingEnabled -match "False"} | Enable-SCOMAgentProxy How about making it the default setting? Any new agent deployed would automatically have proxy enabled? add-pssnapin "Microsoft.EnterpriseManagement.OperationsManager.Client"; new-managementGroupConnection -ConnectionString:scomserver.domain.com; set-location "OperationsManagerMonitoring::"; Set-DefaultSetting -Name HealthService\ProxyingEnabled -Value True Thank you Kevin Holman for posting this. View article... Connect with Mobieus Solutions: Sign Up Now: Infinity Connected™ Full Feature 30 Day Trial Read our Blog: http://blog.mobieus.com Follow on Twitter: http://www.twitter.com/MobieusLLC Visit the Support Center: Infinity Connected™ Support Center Let's Talk Shop: 1-800-691-6774 / support@mobieus.com
-
- Administration
- Proxy
-
(and 2 more)
Tagged with:
-
Hello everyone; SCCM 2012 server agent deployment process, while I ran into the following error logs. I wonder what could be the reason? "the agent has not collected files matching the file name "*.exe" or the path "*\*" from this computer because the files exceed the maximum size limit of 512 kb. you may need to reconfigure the maximum size limit to allow file collection at the next scheduled agent interval." Thank you.