Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Got a new one today. HTH.
Foreach ($discovery in (get-discovery | foreach-object {$_.DataSource}))
{
if ($discovery.Configuration -match "IntervalSeconds>seconds<")
{$discovery.get_ParentElement().DisplayName}
}