Invoke-LMCloudGroupNetScan
Syntax
Section titled “Syntax”GroupId
Section titled “GroupId”Invoke-LMCloudGroupNetScan -Id <string> [<CommonParameters>]GroupName
Section titled “GroupName”Invoke-LMCloudGroupNetScan -Name <string> [<CommonParameters>]Description
Section titled “Description”The Invoke-LMCloudGroupNetScan function schedules a NetScan task for a specified cloud device group (AWS, Azure, or GCP) in LogicMonitor.
Examples
Section titled “Examples”EXAMPLE 1
Section titled “EXAMPLE 1”#Run NetScan on a cloud group by IDInvoke-LMCloudGroupNetScan -Id "12345"EXAMPLE 2
Section titled “EXAMPLE 2”#Run NetScan on a cloud group by nameInvoke-LMCloudGroupNetScan -Name "AWS-Production"Parameters
Section titled “Parameters”The ID of the cloud device group. Required for GroupId parameter set.
Type: System.StringDefaultValue: ''SupportsWildcards: falseAliases: []ParameterSets:- Name: GroupId Position: Named IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''The name of the cloud device group. Required for GroupName parameter set.
Type: System.StringDefaultValue: ''SupportsWildcards: falseAliases: []ParameterSets:- Name: GroupName Position: Named IsRequired: true 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.