├── .gitignore ├── LICENSE ├── README.md ├── Scan-Activity.pbit ├── Scan-Activity.ps1 ├── Scan-Inventory.pbit ├── Scan-Inventory.ps1 ├── Scan-RefreshHistory.pbit ├── Scan-RefreshHistory.ps1 └── images ├── model-inventory.png ├── report_activity_pag1.png ├── report_inventory_pag1.png ├── report_inventory_pag2.png ├── report_inventory_pag3.png ├── report_inventory_pag4.png └── report_refreshhistory_pag1.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbiscanner/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbiscanner/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbiscanner/HEAD/README.md -------------------------------------------------------------------------------- /Scan-Activity.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbiscanner/HEAD/Scan-Activity.pbit -------------------------------------------------------------------------------- /Scan-Activity.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbiscanner/HEAD/Scan-Activity.ps1 -------------------------------------------------------------------------------- /Scan-Inventory.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbiscanner/HEAD/Scan-Inventory.pbit -------------------------------------------------------------------------------- /Scan-Inventory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbiscanner/HEAD/Scan-Inventory.ps1 -------------------------------------------------------------------------------- /Scan-RefreshHistory.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbiscanner/HEAD/Scan-RefreshHistory.pbit -------------------------------------------------------------------------------- /Scan-RefreshHistory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbiscanner/HEAD/Scan-RefreshHistory.ps1 -------------------------------------------------------------------------------- /images/model-inventory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbiscanner/HEAD/images/model-inventory.png -------------------------------------------------------------------------------- /images/report_activity_pag1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbiscanner/HEAD/images/report_activity_pag1.png -------------------------------------------------------------------------------- /images/report_inventory_pag1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbiscanner/HEAD/images/report_inventory_pag1.png -------------------------------------------------------------------------------- /images/report_inventory_pag2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbiscanner/HEAD/images/report_inventory_pag2.png -------------------------------------------------------------------------------- /images/report_inventory_pag3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbiscanner/HEAD/images/report_inventory_pag3.png -------------------------------------------------------------------------------- /images/report_inventory_pag4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbiscanner/HEAD/images/report_inventory_pag4.png -------------------------------------------------------------------------------- /images/report_refreshhistory_pag1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RuiRomano/pbiscanner/HEAD/images/report_refreshhistory_pag1.png --------------------------------------------------------------------------------