Get-MgmtSvcSetting

Gets the local setting values for the management service component.

Syntax

Get-MgmtSvcSetting
   [[-Namespace] <String[]>]
   [[-Name] <String[]>]
   [<CommonParameters>]

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.

Examples

Example 1: Get the machine key setting

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

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

Parameters

-Name

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

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

-Namespace

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

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