White Papers
Discovery and inventory commands
13 Advantages of Command Line Interface in Dell EMC OpenManage Essentials
Disabling discovery range group
3.9 Create discovery exclude range
• PS> Add-DiscoveryExcludeRange –Range<range>
• PS> Add-DiscoveryExcludeRange –RangeList <ranges in xml>
Input Parameters
• An exclude range name
• A list of exclude ranges names in an XML file
Ouput
• A message indicating the operation was successful
• For each range that could not be added, an explanation is returned:
o Exclude Range <range> exists already
Adding discovery exclude range
3.10 Remove discovery exclude range
• PS> Remove-DiscoveryExcludeRange –Range <range>
• PS> Remove-DiscoveryExcludeRange –RangeList <ranges in xml>
Input Parameters
• An exclude range name
• A list of exclude ranges names in an XML file
Output
• A message indicating the operation was successful
• For each range that could not be removed, an explanation is returned:
o Exclude Range <range> does not exist