Get-DefaultSetting

Get-DefaultSetting

Gets the default settings for a management group.

Syntax

Parameter Set: FromMonitoringObjectProviderPath
Get-DefaultSetting [[-Path] <String[]> ] [ <CommonParameters>]

Detailed Description

Gets the default settings for a management group.

Parameters

-Path<String[]>

Specifies the path or set of paths to the management groups for which to retrieve default settings. To enter multiple values, separate them by using commas.

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

Notes

  • For more information, type "Get-Help Get-DefaultSetting -detailed". For technical information, type "Get-Help Get-DefaultSetting -full".
    When specifying multiple values for a parameter, use commas to separate the values. For example, "<parameter-name> <value1>, <value2>".

Examples

-------------- EXAMPLE 1 --------------

This command gets the default settings for all connected management groups.

C:\PS>get-defaultsetting

Set-DefaultSetting