DHCP Mgmt Pck Scope Exclusions
Did you leave the "*" in the IncludedScope parameter?
The script first looks to see it the found scope matches the IncludedScopes
parameter, the it lokks to see that it does not match the Excluded Scopes
parameter.
For example, I set up 2 scopes (10.0.0.0 and 172.168.0.0) with no addresses
available
Scenario 1
IncludedScopes = *
ExcludedScopes = (blank)
Result = I get an alert for both, as expected
Scenario 2
IncludedScopes = *
ExcludedScopes = 172.168.0.0
Result = I get an alert for just 10.0.0.0, as expected
Scenario 3
IncludedScopes = *
ExcludedScopes = 1*
Result = I get no alerts, as expected
--
James Hedrick
Microsoft Operations Manager
Log a bug or Feature Request directly to the MOM Product Team by going to
http://www.microsoft.com/mom/feedback.
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
|