Get-NetworkControllerManagedDevices
Gets managed devices for a Network Controller.
Syntax
Default (Default)
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.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 2 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Credential
Credential to use for Network Controller. Specify in case of Kerberos deployment.
Parameter properties
Type: | PSCredential |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-RestURI
The URI to be used for Network Controller REST APIs. Specify in case of wild card certificate deployment.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 0 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.