Get-MgmtSvcResourceProviderConfiguration

Get-MgmtSvcResourceProviderConfiguration

Gets a resource provider configuration.

Syntax

Parameter Set: Default
Get-MgmtSvcResourceProviderConfiguration [[-Name] <String[]> ] [-As <String> ] [-ConnectionString <String> ] [-EncryptionAlgorithm <String> ] [-EncryptionKey <String> ] [ <CommonParameters>]


 

Detailed Description

The Get-MgmtSvcResourceProviderConfiguration cmdlet gets a resource provider configuration. If you run this cmdlet without specifying any parameters, all resource provider configurations are returned. To get a specific resource provider configuration, specify one or more values for the Name parameter.

Parameters

-As<String>

Specifies an output format.

 

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

 

-ConnectionString<String>

Specifies an SQL connection string.

 

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

 

-EncryptionAlgorithm<String>

Specifies an encryption algorithm.

 

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

 

-EncryptionKey<String>

Specifies an encryption key, as a hexadecimal string.

 

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

 

-Name<String[]>

Specifies an array of names of resource providers. You can use wildcards.

 

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

 

<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 resource provider configurations

This command gets all resource provider configurations and returns their information in XML format.

PS C:\> Get-MgmtSvcResourceProviderConfiguration -As XmlString

 

Example 2: Get specific resource provider configurations by their name

This command gets only the resource provider configurations named SqlServers and marketplace, and returns information about the configurations to the user.

PS C:\> Get-MgmtSvcResourceProviderConfiguration -Name "SqlServers","marketplace"

 

Related topics

New-MgmtSvcResourceProviderConfiguration

Add-MgmtSvcResourceProviderConfiguration

Remove-MgmtSvcResourceProviderConfiguration