New-LMUptimeDevice
Syntax
Section titled “Syntax”WebInternal (Default)
Section titled “WebInternal (Default)”New-LMUptimeDevice -Name <string> -HostGroupIds <string[]> -Domain <string> -TestLocationCollectorIds <int[]> [-Description <string>] [-PollingInterval <int>] [-AlertTriggerInterval <int>] [-GlobalSmAlertCond <string>] [-OverallAlertLevel <string>] [-IndividualAlertLevel <string>] [-IndividualSmAlertEnable <bool>] [-UseDefaultLocationSetting <bool>] [-UseDefaultAlertSetting <bool>] [-Properties <Object>] [-Template <string>] [-FolderPath <string>] [-StatusCode <string>] [-Keyword <string>] [-Schema <string>] [-IgnoreSSL <bool>] [-PageLoadAlertTimeInMS <int>] [-AlertExpr <string>] [-TriggerSSLStatusAlert <bool>] [-TriggerSSLExpirationAlert <bool>] [-Steps <hashtable[]>] [-HTTPMethod <string>] [-HTTPBody <string>] [-HTTPHeaders <string>] [-StepTimeout <int>] [-FollowRedirection <bool>] [-WhatIf] [-Confirm] [<CommonParameters>]PingExternal
Section titled “PingExternal”New-LMUptimeDevice -Name <string> -HostGroupIds <string[]> -Hostname <string> [-Description <string>] [-PollingInterval <int>] [-AlertTriggerInterval <int>] [-GlobalSmAlertCond <string>] [-OverallAlertLevel <string>] [-IndividualAlertLevel <string>] [-IndividualSmAlertEnable <bool>] [-UseDefaultLocationSetting <bool>] [-UseDefaultAlertSetting <bool>] [-Properties <Object>] [-Template <string>] [-Count <int>] [-PercentPktsNotReceiveInTime <int>] [-TimeoutInMSPktsNotReceive <int>] [-TestLocationSmgIds <int[]>] [-TestLocationAll] [-WhatIf] [-Confirm] [<CommonParameters>]PingInternal
Section titled “PingInternal”New-LMUptimeDevice -Name <string> -HostGroupIds <string[]> -Hostname <string> -TestLocationCollectorIds <int[]> [-Description <string>] [-PollingInterval <int>] [-AlertTriggerInterval <int>] [-GlobalSmAlertCond <string>] [-OverallAlertLevel <string>] [-IndividualAlertLevel <string>] [-IndividualSmAlertEnable <bool>] [-UseDefaultLocationSetting <bool>] [-UseDefaultAlertSetting <bool>] [-Properties <Object>] [-Template <string>] [-Count <int>] [-PercentPktsNotReceiveInTime <int>] [-TimeoutInMSPktsNotReceive <int>] [-WhatIf] [-Confirm] [<CommonParameters>]WebExternal
Section titled “WebExternal”New-LMUptimeDevice -Name <string> -HostGroupIds <string[]> -Domain <string> [-Description <string>] [-PollingInterval <int>] [-AlertTriggerInterval <int>] [-GlobalSmAlertCond <string>] [-OverallAlertLevel <string>] [-IndividualAlertLevel <string>] [-IndividualSmAlertEnable <bool>] [-UseDefaultLocationSetting <bool>] [-UseDefaultAlertSetting <bool>] [-Properties <Object>] [-Template <string>] [-FolderPath <string>] [-StatusCode <string>] [-Keyword <string>] [-Schema <string>] [-IgnoreSSL <bool>] [-PageLoadAlertTimeInMS <int>] [-AlertExpr <string>] [-TriggerSSLStatusAlert <bool>] [-TriggerSSLExpirationAlert <bool>] [-Steps <hashtable[]>] [-HTTPMethod <string>] [-HTTPBody <string>] [-HTTPHeaders <string>] [-StepTimeout <int>] [-FollowRedirection <bool>] [-TestLocationSmgIds <int[]>] [-TestLocationAll] [-WhatIf] [-Confirm] [<CommonParameters>]Description
Section titled “Description”The New-LMUptimeDevice cmdlet provisions an Uptime web or ping monitor (internal or external) through the LogicMonitor v3 device endpoint. It builds the appropriate payload shape, applies validation to enforce supported combinations, and submits the request with the required X-Version header. Supported monitor types include:
- Internal Web Checks
- External Web Checks
- Internal Ping Checks
- External Ping Checks
Examples
Section titled “Examples”EXAMPLE 1
Section titled “EXAMPLE 1”New-LMUptimeDevice -Name "web-int-01" -HostGroupIds 17 -Domain "app.example.com" -TestLocationCollectorIds 12Creates a new internal web uptime check against app.example.com using collector 12.
EXAMPLE 2
Section titled “EXAMPLE 2”New-LMUptimeDevice -Name "web-ext-01" -HostGroupIds 17 -Domain "app.example.com" -TestLocationSmgIds 2,3,4Creates a new external web uptime check using the specified public locations.
EXAMPLE 3
Section titled “EXAMPLE 3”New-LMUptimeDevice -Name "ping-int-01" -HostGroupIds 17 -Hostname "intranet.local" -TestLocationCollectorIds 5Creates an internal ping uptime check that targets intranet.local.
EXAMPLE 4
Section titled “EXAMPLE 4”New-LMUptimeDevice -Name "ping-ext-01" -HostGroupIds 17 -Hostname "api.example.net" -TestLocationSmgIds 2,4Creates an external ping uptime check using the provided public locations.
EXAMPLE 5
Section titled “EXAMPLE 5”New-LMUptimeDevice -Name "api-post-check" -HostGroupIds 17 -Domain "api.example.com" -TestLocationSmgIds 2,3 -HTTPMethod POST -HTTPBody '{"test": true}' -HTTPHeaders "Content-Type: application/json" -StatusCode 201Creates an external web check that performs a POST request with JSON body and custom headers.
Parameters
Section titled “Parameters”-AlertExpr
Section titled “-AlertExpr”Specifies the SSL alert expression for web checks.
Type: System.StringDefaultValue: ''SupportsWildcards: falseAliases: []ParameterSets:- Name: WebExternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: WebInternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-AlertTriggerInterval
Section titled “-AlertTriggerInterval”Specifies the number of consecutive failures required to trigger an alert. Valid values are 1-10. Default is 1.
Type: System.Int32DefaultValue: 1SupportsWildcards: falseAliases: []ParameterSets:- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-Confirm
Section titled “-Confirm”Prompts you for confirmation before running the cmdlet.
Type: System.Management.Automation.SwitchParameterDefaultValue: ''SupportsWildcards: falseAliases:- cfParameterSets:- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-Count
Section titled “-Count”Specifies ping attempts per collection for ping checks. Valid values: 5, 10, 15, 20, 30, 50.
Type: System.Int32DefaultValue: 5SupportsWildcards: falseAliases: []ParameterSets:- Name: PingExternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: PingInternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-Description
Section titled “-Description”Provides an optional description for the device.
Type: System.StringDefaultValue: ''SupportsWildcards: falseAliases: []ParameterSets:- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-Domain
Section titled “-Domain”Specifies the domain for web checks. Required for web parameter sets.
Type: System.StringDefaultValue: ''SupportsWildcards: falseAliases: []ParameterSets:- Name: WebExternal Position: Named IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: WebInternal Position: Named IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-FolderPath
Section titled “-FolderPath”Specifies the folder path to use for web checks. Defaults to empty string.
Type: System.StringDefaultValue: ''SupportsWildcards: falseAliases: []ParameterSets:- Name: WebExternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: WebInternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-FollowRedirection
Section titled “-FollowRedirection”Indicates whether to follow HTTP redirects. Defaults to $true.
Type: System.BooleanDefaultValue: TrueSupportsWildcards: falseAliases: []ParameterSets:- Name: WebExternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: WebInternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-GlobalSmAlertCond
Section titled “-GlobalSmAlertCond”Defines the global synthetic alert condition threshold.
Type: System.StringDefaultValue: allSupportsWildcards: falseAliases: []ParameterSets:- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-HostGroupIds
Section titled “-HostGroupIds”Specifies one or more device group identifiers to assign to the Uptime device.
Type: System.String[]DefaultValue: ''SupportsWildcards: falseAliases: []ParameterSets:- Name: PingExternal Position: Named IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: PingInternal Position: Named IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: WebExternal Position: Named IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: WebInternal Position: Named IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-Hostname
Section titled “-Hostname”Specifies the hostname or IP address to ping. Required for ping parameter sets (PingInternal and PingExternal).
Type: System.StringDefaultValue: ''SupportsWildcards: falseAliases: []ParameterSets:- Name: PingExternal Position: Named IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: PingInternal Position: Named IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-HTTPBody
Section titled “-HTTPBody”Specifies the HTTP body content for POST requests. Only applicable when HTTPMethod is POST.
Type: System.StringDefaultValue: ''SupportsWildcards: falseAliases: []ParameterSets:- Name: WebExternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: WebInternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-HTTPHeaders
Section titled “-HTTPHeaders”Specifies custom HTTP headers for web checks as a string.
Type: System.StringDefaultValue: ''SupportsWildcards: falseAliases: []ParameterSets:- Name: WebExternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: WebInternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-HTTPMethod
Section titled “-HTTPMethod”Specifies the HTTP method for web checks. Valid values are GET, HEAD, or POST. Defaults to GET.
Type: System.StringDefaultValue: GETSupportsWildcards: falseAliases: []ParameterSets:- Name: WebExternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: WebInternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-IgnoreSSL
Section titled “-IgnoreSSL”Indicates whether SSL warnings should be ignored for web checks. Defaults to $false.
Type: System.BooleanDefaultValue: FalseSupportsWildcards: falseAliases: []ParameterSets:- Name: WebExternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: WebInternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-IndividualAlertLevel
Section titled “-IndividualAlertLevel”Specifies the alert level for individual checks. Valid values are warn, error, or critical.
Type: System.StringDefaultValue: errorSupportsWildcards: falseAliases: []ParameterSets:- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-IndividualSmAlertEnable
Section titled “-IndividualSmAlertEnable”Indicates whether individual synthetic alerts are enabled. Defaults to $true.
Type: System.BooleanDefaultValue: TrueSupportsWildcards: falseAliases: []ParameterSets:- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-Keyword
Section titled “-Keyword”Specifies the keyword to match for web checks. Defaults to empty string.
Type: System.StringDefaultValue: ''SupportsWildcards: falseAliases: []ParameterSets:- Name: WebExternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: WebInternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''Specifies the device name. Required for every parameter set.
Type: System.StringDefaultValue: ''SupportsWildcards: falseAliases: []ParameterSets:- Name: PingExternal Position: Named IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: PingInternal Position: Named IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: WebExternal Position: Named IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: WebInternal Position: Named IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-OverallAlertLevel
Section titled “-OverallAlertLevel”Specifies the alert level for overall checks. Valid values are warn, error, or critical.
Type: System.StringDefaultValue: warnSupportsWildcards: falseAliases: []ParameterSets:- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-PageLoadAlertTimeInMS
Section titled “-PageLoadAlertTimeInMS”Specifies the page load alert threshold in milliseconds for web checks.
Type: System.Int32DefaultValue: 30000SupportsWildcards: falseAliases: []ParameterSets:- Name: WebExternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: WebInternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-PercentPktsNotReceiveInTime
Section titled “-PercentPktsNotReceiveInTime”Defines the packet loss percentage threshold for ping checks.
Type: System.Int32DefaultValue: 80SupportsWildcards: falseAliases: []ParameterSets:- Name: PingExternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: PingInternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-PollingInterval
Section titled “-PollingInterval”Sets the polling interval in minutes. Valid values are 1-10.
Type: System.Int32DefaultValue: 5SupportsWildcards: falseAliases: []ParameterSets:- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-Properties
Section titled “-Properties”Provides a hashtable of custom properties for the device. Keys map to property names.
Type: System.ObjectDefaultValue: ''SupportsWildcards: falseAliases: []ParameterSets:- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-Schema
Section titled “-Schema”Defines the HTTP schema (http or https) for web checks. Defaults to https.
Type: System.StringDefaultValue: httpsSupportsWildcards: falseAliases: []ParameterSets:- Name: WebExternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: WebInternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-StatusCode
Section titled “-StatusCode”Specifies the expected status code for web checks. Defaults to 200.
Type: System.StringDefaultValue: 200SupportsWildcards: falseAliases: []ParameterSets:- Name: WebExternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: WebInternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-Steps
Section titled “-Steps”Provides the scripted step definitions for web checks. Defaults to a single GET script step when omitted.
Type: System.Collections.Hashtable[]DefaultValue: ''SupportsWildcards: falseAliases: []ParameterSets:- Name: WebExternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: WebInternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-StepTimeout
Section titled “-StepTimeout”Specifies the request timeout in seconds for web check steps. Valid range is 1-300. Defaults to 30.
Type: System.Int32DefaultValue: 30SupportsWildcards: falseAliases: []ParameterSets:- Name: WebExternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: WebInternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-Template
Section titled “-Template”Specifies an optional website template identifier.
Type: System.StringDefaultValue: ''SupportsWildcards: falseAliases: []ParameterSets:- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-TestLocationAll
Section titled “-TestLocationAll”Indicates that all public locations should be used for external checks.
Type: System.Management.Automation.SwitchParameterDefaultValue: FalseSupportsWildcards: falseAliases: []ParameterSets:- Name: PingExternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: WebExternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-TestLocationCollectorIds
Section titled “-TestLocationCollectorIds”Specifies collector identifiers for internal checks. Required for internal parameter sets.
Type: System.Int32[]DefaultValue: ''SupportsWildcards: falseAliases: []ParameterSets:- Name: PingInternal Position: Named IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: WebInternal Position: Named IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-TestLocationSmgIds
Section titled “-TestLocationSmgIds”Specifies synthetic monitoring group identifiers for external checks.
Type: System.Int32[]DefaultValue: ''SupportsWildcards: falseAliases: []ParameterSets:- Name: PingExternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: WebExternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-TimeoutInMSPktsNotReceive
Section titled “-TimeoutInMSPktsNotReceive”Defines the packet response timeout threshold in milliseconds for ping checks.
Type: System.Int32DefaultValue: 500SupportsWildcards: falseAliases: []ParameterSets:- Name: PingExternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: PingInternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-TriggerSSLExpirationAlert
Section titled “-TriggerSSLExpirationAlert”Indicates whether SSL expiration alerts are enabled for web checks.
Type: System.BooleanDefaultValue: FalseSupportsWildcards: falseAliases: []ParameterSets:- Name: WebExternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: WebInternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-TriggerSSLStatusAlert
Section titled “-TriggerSSLStatusAlert”Indicates whether SSL status alerts are enabled for web checks.
Type: System.BooleanDefaultValue: FalseSupportsWildcards: falseAliases: []ParameterSets:- Name: WebExternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false- Name: WebInternal Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-UseDefaultAlertSetting
Section titled “-UseDefaultAlertSetting”Indicates whether default alert settings should be used. Defaults to $true.
Type: System.BooleanDefaultValue: TrueSupportsWildcards: falseAliases: []ParameterSets:- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-UseDefaultLocationSetting
Section titled “-UseDefaultLocationSetting”Indicates whether default location settings should be used. Defaults to $true.
Type: System.BooleanDefaultValue: TrueSupportsWildcards: falseAliases: []ParameterSets:- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''-WhatIf
Section titled “-WhatIf”Runs the command in a mode that only reports what would happen without performing the actions.
Type: System.Management.Automation.SwitchParameterDefaultValue: ''SupportsWildcards: falseAliases:- wiParameterSets:- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''CommonParameters
Section titled “CommonParameters”This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.