Perform Network Discovery

 

Applies To: Windows Server Technical Preview

After you have completed all of the steps in Prerequisites for Performing Network Discovery, you can perform Network Discovery.

You can use the following procedure to perform Network Discovery.

To perform Network Discovery

  1. Open Windows PowerShell and run the following command.

    $discovery=New-Object Microsoft.Windows.NetworkController.NetworkDiscoveryActionProperties
    $discovery.Action=”start”
    
    Invoke-NetworkControllerTopologyDiscovery –ConnectionUri https://networkcontroller –Properties $disovery
    

For information about discovery results, see View and Validate Discovered Topology.

See Also

Network Discovery and Topology