Get-NetworkControllerManagedDevices

Gets managed devices for a Network Controller.

Syntax

Get-NetworkControllerManagedDevices
   [-RestURI] <String>
   [[-Credential] <PSCredential>]
   [[-CertificateThumbprint] <String>]
   [<CommonParameters>]

Description

The Get-NetworkControllerManagedDevices cmdlet gets managed devices for a Network Controller. The cmdlet aggregates results for devices from Get-NetworkControllerServer, Get-NetworkControllerVirtualServer, Get-NetworkControllerGateway, and Get-NetworkControllerLoadBalancerMux, and then presents the connections information for every device.

Examples

Example 1: Get managed devices

Get-NetworkControllerManagedDevices -RestURI "https://nc.contoso.cloud.com"

This command gets managed devices for the specified Network Controller REST APIs.

Parameters

-CertificateThumbprint

Certificate thumbprint to use for Network Controller. Specify in case of certificate deployment.

Type:String
Position:2
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Credential

Credential to use for Network Controller. Specify in case of Kerberos deployment.

Type:PSCredential
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-RestURI

The URI to be used for Network Controller REST APIs. Specify in case of wild card certificate deployment.

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

Object