Here's an example of how you can run discovery and agent installation using the OpsMgr Command Shell. $query = New-LdapQueryDiscoveryCriteria -domain <your_domain> -ldapquery "(cn= <target_netbios_name> )" $discoverycfg = New-WindowsDiscoveryConfiguration
Read More...