jdomeier
-
Total Posts
:
128
- Scores: 0
-
Reward points
:
15280
- Joined: 4/12/2006
-
Status: offline
|
SCCM Boundaries - IP Subnets and Subnet Masks
Thursday, May 31, 2012 10:51 AM
( permalink)
Hi All, 1st Question: When it comes to SCCM Boundaries and entering in IP Subnets with their Subnet Masks is pretty simple until some time down the road when you can't remember what Subnet Mask you entered in. It doesn't display the subnet mask when you go back into the properties of an IP Subnet. It's gone.. I did create a SQL report today and would like to see if some of you report gurus think this is the correct report to use or if you have a better one. Here is the code: (I Know I don't need the NAC.) select NAC.DNSHostName0, NAC.IPAddress0, NAC.IPSubnet0, NAC.DefaultIPGateway0 from dbo.v_GS_NETWORK_ADAPTER_CONFIGUR NAC where NAC.DNSHostName0 <> 'NULL' and NAC.DefaultIPGateway0 <> 'NULL' OrderBy NAC.IPAddress0 the IpSubnet0 returns the IP Subnet mask I believe. This report returns all the systems I have in our organization. Sort of messy. I would rather just report on the IP Subnets I have entered in the SCCM Boundaries. 2nd Question:? ? I have noticed inside the hman.log file on the server that when you add an IP Subnet to sccm, it seems to keep trying to add IP Subnets that I have entered in a long time ago. There is only a handful of these IP Subnets that are showing up. The pcs with these boundaries are receiving sccm patches and packages. Is the fix for this is to remove it wait until inside the hman.log file says it has removed the ip subnet and then re add it? I haven't tried that yet. ? ? Thanks ?Jerry
|
|
|
|