Get-MgmtSvcEndpoint

Gets management service component endpoints.

Syntax

Get-MgmtSvcEndpoint
   [[-Namespace] <String[]>]
   [[-Name] <String[]>]
   [<CommonParameters>]

Description

The Get-MgmtSvcEndpoint cmdlet gets one or more management service component endpoints.

You must run this cmdlet on the computer that hosts the desired namespace.

Examples

Example 1: Get management service component endpoints

PS C:\> Get-MgmtSvcEndpoint -Namespace "AdminAPI"

This command gets endpoints that are configured for the feature in the namespace named AdminAPI.

Parameters

-Name

Specifies an array of endpoint names.

Type:String[]
Position:1
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-Namespace

Specifies an array of endpoint namespaces.

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