Get-MgmtSvcNamespace

Gets registered management service namespaces.

Syntax

Get-MgmtSvcNamespace
   [[-Namespace] <String[]>]
   [<CommonParameters>]

Description

The Get-MgmtSvcNamespace cmdlet returns a list of registered management service namespaces. A namespace groups a set of related configuration settings. For example, a set of connectionStrings and App settings in the web.config file of a feature constitutes a namespace.

Examples

Example 1: Get management service namespaces

PS C:\> Get-MgmtSvcNamespace
MySQL
SQLServer
Monitoring
UsageService
UsageCollector
WebAppGallery
Notification
AdminAPI
TenantAPI
TenantPublicAPI
AdminSite
TenantSite

This command gets the management service namespaces for the local computer.

Parameters

-Namespace

Specifies an array of namespaces of management service settings.

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