Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Esben_D
Lansweeper Employee
Lansweeper Employee
The report below gives back a list of Azure security groups and rules.

The report will only list groups when the following criteria are met:
  • You have Lansweeper 7.1 or higher.
  • There is Azure resource group or virtual machine data scanned.
  • The asset state is active.

Select Top 1000000 tblAzureNetworkSecurityGroup.Name As SecurityGroupName,
tblAzureSecurityRule.Priority,
tblAzureSecurityRule.Name As RuleName,
tblAzureSecurityRule.RuleType,
tblAzureSecurityRule.Access,
tblAzureSecurityRule.Description,
tblAzureSecurityRule.Direction,
tblAzureSecurityRule.Protocol,
tblAzureSecurityRule.DestinationPortRange,
tblAzureSecurityRule.SourcePortRange,
tblAzureSecurityRule.DestinationAddressPrefix,
tblAzureSecurityRule.SourceAddressPrefix
From tblAzureSecurityRule
Inner Join tblAzureNetworkSecurityGroup On
tblAzureSecurityRule.AzureNetworkSecurityGroupId =
tblAzureNetworkSecurityGroup.Id
Order By SecurityGroupName,
tblAzureSecurityRule.Priority,
RuleName
0 REPLIES 0

Reports & Analytics

Ask about reports you're interested in and share reports you've created. Subscribe to receive daily updates of reports shared in the Community.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now