Get-MgmtSvcSetting

Get-MgmtSvcSetting

Gets the local setting values for the management service component.

Syntax

Parameter Set: Default
Get-MgmtSvcSetting [[-Namespace] <String[]> ] [[-Name] <String[]> ] [ <CommonParameters>]


 

Detailed Description

The Get-MgmtSvcSetting cmdlet gets the local setting values for the management service component. The cmdlet returns the namespace, name, and value of the management service component.

Parameters

-Name<String[]>

Specifies an array of names of management service settings. You can use wildcards.

 

Aliases

none

Required?

false

Position?

2

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

true

 

-Namespace<String[]>

Specifies an array of namespaces of management service settings. You can use wildcards.

 

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

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 the machine key setting

This command gets the machine key on the tenant site on the local computer.

PS C:\> Get-MgmtSvcSetting -Namespace "TenantSite" -Name "machineKey.decryptionKey"

 

Related topics

Set-MgmtSvcSetting

Protect-MgmtSvcConfiguration

Unprotect-MgmtSvcConfiguration

Get-MgmtSvcDatabaseSetting

Set-MgmtSvcDatabaseSetting