Need to find client communication with SCCM server
Hi Frns, due to some reasons our netwrok got changed , i want to check whether all the ports are opened to all the DMZ networks, is there any way to check the SCCM servers and client communications in one shot, if so please let me know.
December 13th, 2010 2:03am

Hi, You can check the policyagent.log file on the client and see if it can download policies. Also run an inventory action and see if the data is received by the site server.Kent Agerlund | My blogs: http://blog.coretech.dk/author/kea/ and http://scug.dk/ | Twitter @Agerlund | Linkedin: /kentagerlund
Free Windows Admin Tool Kit Click here and download it now
December 13th, 2010 3:03am

HI Kent, thanks for replying i have around 200 different networks, it is very difficult to me for checking one by one. is there any alternate way to find the communication status to all the networks in one shot.
December 13th, 2010 8:00am

If you just want only to know about if the ports are open which are required from client to SCCM server,you can contact Network Team since they will have all informaiton about what ports are open and what not. If you want to know if the client are able to communicate perperly or not with SCCM server ,you have to check thsi up Via logs or Via reports if they are reporting to site server correcly. Below are the list of ports that are required from Client to site server communicaiton. http://technet.microsoft.com/en-us/library/bb632618.aspx//Eswar Koneti @ http://eskonr.com/
Free Windows Admin Tool Kit Click here and download it now
December 13th, 2010 9:03am

I would do the following things to quickly make sure my client are working fine or not after a network changes. Run the following query and make sure the client have latest the hardware and software inventory dates which are in these networks. SELECT DISTINCT SYS.Netbios_Name0, SYS.Operating_System_Name_and0, HWSCAN.LastHWScan, SWSCAN.LastScanDate, SWSCAN.LastCollectedFileScanDate FROM v_R_System SYS LEFT JOIN v_GS_LastSoftwareScan SWSCAN on SYS.ResourceID = SWSCAN.ResourceID LEFT JOIN v_GS_WORKSTATION_STATUS HWSCAN on SYS.ResourceID = HWSCAN.ResourceID Run "Scan 1 - Last scan states by collection" and make sure they are able to run the scan properly. send a test advertisement to these client and make sure they are able to receive and run the advertisement. Regards, Madan
December 21st, 2010 2:45pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics