Get-MgmtSvcSchema

Gets registered schemas.

Syntax

Get-MgmtSvcSchema
   [[-Schema] <String[]>]
   [<CommonParameters>]

Description

The Get-MgmtSvcSchema cmdlet returns a list of registered management service schemas. A schema groups a set of related SQL scripts. A schema represents the database objects that a resource provider uses or that are shared by features.

Examples

Example 1: Get all registered schemas

PS C:\> Get-MgmtSvcSchema

MySQL
SQLServer
Usage
WebAppGallery
Notification
Management
Config
PortalAspNet
PortalNotification

This command gets all of the management service schemas that are registered on the local computer.

Parameters

-Schema

Specifies an array of component schemas. You can use wildcard characters.

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