VMware Cloud Community
KThorlund
Enthusiast
Enthusiast

vRO / DHCP Scope / Get-DhcpServerv4ScopeStatistics

Hi, 

In Powershell we got Get-DhcpServerv4ScopeStatistics to get information about a (Microsoft) DHCP scope. E.g. how mail available IPs there is left...

Can I somehow retrieve similar informaiton directly from vRO / plugin. Or do I need to go via Powershell (and e.g. a SQL for storing it) to be able use it in vRO?

Best regards, Kjeld

Reply
0 Kudos
1 Reply
iiliev
VMware Employee
VMware Employee

Hi,

From documentation page of Get-DhcpServerv4ScopeStatistics it looks like it is utilizing WMI.

The older versions of vRO Active Directory plug-in had some rudimentary support for WMI but that support was dropped at some point. So I think currently vRO cannot talk to WMI (unless someone has produced a dedicated WMI plug-in).

Reply
0 Kudos