When i manually start the User and Machine policy from the ccm client it changes to Yes but i still cannot install any applications and its not send the inventory.
I tried a while ago to initiated it on some of the computers using a script and that changed the status to Yes but still the same problem with applications and inventory. and after awhile the status changed back to "No"
On Error Resume Next
Dim objCPAppletMgr, objClientActions, objClientAction, strActionName
strActionName="Request & Evaluate Machine Policy"
'Get the Control Panel applet manager object
set objCPAppletMgr = CreateObject("CPApplet.CPAppletMgr")
'Get a collection of client actions
set objClientActions=objCPAppletMgr.GetClientActions
'Loop through the available client actions
For Each objClientAction In objClientActions
If objClientAction.Name = strActionName Then
objClientAction.PerformAction
WScript.Echo "Action " + objClientAction.Name + " initiated"
End If
Next
The firewall policy is the same for all computers and i double checked on some of the computers that its actually applied.
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.
Hello.
I have a problem on about 30% of my windows 7 machines that the client is not reporting to the SCCM server that the client is installed.
if i look at the logs everything seems fine. both LocationService and ClientLocation logg.
i tried troubleshooting using this blog but nothing helped.
http://eskonr.com/2010/11/sccm-client-installation-troubleshooting-steps-check-list/
When i manually start the User and Machine policy from the ccm client it changes to Yes but i still cannot install any applications and its not send the inventory.
I tried a while ago to initiated it on some of the computers using a script and that changed the status to Yes but still the same problem with applications and inventory. and after awhile the status changed back to "No"
The firewall policy is the same for all computers and i double checked on some of the computers that its actually applied.
Any ideas?
Share this post
Link to post
Share on other sites