Get-AzureRmDiscoveredSecuritySolution
September 20, 2018 ยท View on GitHub
SYNOPSIS
Gets security solutions that were discovered by Azure Security Center
SYNTAX
SubscriptionScope (Default)
Get-AzureRmDiscoveredSecuritySolution [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
ResourceGroupLevelResource
Get-AzureRmDiscoveredSecuritySolution -ResourceGroupName <String> -Name <String> -Location <String>
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
ResourceId
Get-AzureRmDiscoveredSecuritySolution -ResourceId <String> [-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
DESCRIPTION
Security solutions are automatically discovered by Azure Security Center, use this cmdlet to view the discovered security solutions
EXAMPLES
Example 1
PS C:\> Get-AzureRmDiscoveredSecuritySolution
Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft.Secu
rity/locations/centralus/discoveredSecuritySolutions/ContosoWAF2
Name : ContosoWAF2
Offer :
Publisher : microsoft
SecurityFamily : SaasWaf
Sku :
Get all the discovered security solutions in the subscription
Example 2
PS C:\> Get-AzureRmDiscoveredSecuritySolution -ResourceGroupName "myService1" -Location "centralus" -Name "ContosoWAF2"
Id : /subscriptions/487bb485-b5b0-471e-9c0d-10717612f869/resourceGroups/myService1/providers/Microsoft.Secu
rity/locations/centralus/discoveredSecuritySolutions/ContosoWAF2
Name : ContosoWAF2
Offer :
Publisher : microsoft
SecurityFamily : SaasWaf
Sku :
Get a specific discovered security solution
PARAMETERS
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Type: IAzureContextContainer
Parameter Sets: (All)
Aliases: AzureRmContext, AzureCredential
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Location
Location.
Type: String
Parameter Sets: ResourceGroupLevelResource
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Name
Resource name.
Type: String
Parameter Sets: ResourceGroupLevelResource
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ResourceGroupName
Resource group name.
Type: String
Parameter Sets: ResourceGroupLevelResource
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ResourceId
Resource ID.
Type: String
Parameter Sets: ResourceId
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).