Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Steampipe ====== * [[https://steampipe.io/]] ====== Azure ====== List AAD users <code bash> select * from azure_ad_user; </code> ===== Azure Compliance Mod ===== Example running CIS Benchmark checks <code bash> az login --tenant <tenant id> az account list az account set --subscription <subscription id> steampipe check azure_compliance.benchmark.cis_v150 --export=cis_v150.csv --export=cis_v150.json --export=cis_v150.html </code> steampipe.txt Last modified: 2022/10/31 18:53by mgupton