Get-MgmtSvcSchema

Get-MgmtSvcSchema

Gets registered schemas.

Syntax

Parameter Set: Default
Get-MgmtSvcSchema [[-Schema] <String[]> ] [ <CommonParameters>]


 

Detailed 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.

Parameters

-Schema<String[]>

Specifies an array of component schemas. You can use wildcards.

 

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

true

 

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.

Examples

Example 1: Get all registered schemas

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

PS C:\> Get-MgmtSvcSchema

 

MySQL

SQLServer

Usage

WebAppGallery

Notification

Management

Config

PortalAspNet

PortalNotification

Related topics

Get-MgmtSvcFeature

Get-MgmtSvcNamespace

Get-MgmtSvcEndpoint

Remove-MgmtSvcDatabaseUser

Install-MgmtSvcDatabase

Add-MgmtSvcDatabaseUser

Set-MgmtSvcDatabaseUser

Test-MgmtSvcDatabase