├── Create-Workspace.ps1 ├── Delete-Dataset.ps1 ├── Import-PBIX.ps1 ├── Import-and-Refresh-Anonymous-Datasource-.ps1 ├── Import-and-Refresh-Sql-Datasource.ps1 ├── Login-As-Service-Principal-With-Certificate.ps1 ├── Login-As-Service-Principal.ps1 ├── Login-As-User-Unattended.ps1 ├── Loginin-As-User-Unattended.ps1 ├── Northwind.pbix ├── README.md ├── Takeover-Dataset-and-Refresh-Sql-Datasource.ps1 ├── Update-Connection-Details-for-Sql-Datasource.ps1 ├── Update-Credentials-and-Refresh-Sql-Datasource.ps1 ├── WingtipSales.pbix ├── danger-zone └── Delete-All-Workspaces.ps1 └── gateway └── Add-Gateway-User-with-SP-as-Admin.ps1 /Create-Workspace.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TedPattison/PowerBI-PowerShell-Samples/HEAD/Create-Workspace.ps1 -------------------------------------------------------------------------------- /Delete-Dataset.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TedPattison/PowerBI-PowerShell-Samples/HEAD/Delete-Dataset.ps1 -------------------------------------------------------------------------------- /Import-PBIX.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TedPattison/PowerBI-PowerShell-Samples/HEAD/Import-PBIX.ps1 -------------------------------------------------------------------------------- /Import-and-Refresh-Anonymous-Datasource-.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TedPattison/PowerBI-PowerShell-Samples/HEAD/Import-and-Refresh-Anonymous-Datasource-.ps1 -------------------------------------------------------------------------------- /Import-and-Refresh-Sql-Datasource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TedPattison/PowerBI-PowerShell-Samples/HEAD/Import-and-Refresh-Sql-Datasource.ps1 -------------------------------------------------------------------------------- /Login-As-Service-Principal-With-Certificate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TedPattison/PowerBI-PowerShell-Samples/HEAD/Login-As-Service-Principal-With-Certificate.ps1 -------------------------------------------------------------------------------- /Login-As-Service-Principal.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TedPattison/PowerBI-PowerShell-Samples/HEAD/Login-As-Service-Principal.ps1 -------------------------------------------------------------------------------- /Login-As-User-Unattended.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TedPattison/PowerBI-PowerShell-Samples/HEAD/Login-As-User-Unattended.ps1 -------------------------------------------------------------------------------- /Loginin-As-User-Unattended.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TedPattison/PowerBI-PowerShell-Samples/HEAD/Loginin-As-User-Unattended.ps1 -------------------------------------------------------------------------------- /Northwind.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TedPattison/PowerBI-PowerShell-Samples/HEAD/Northwind.pbix -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TedPattison/PowerBI-PowerShell-Samples/HEAD/README.md -------------------------------------------------------------------------------- /Takeover-Dataset-and-Refresh-Sql-Datasource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TedPattison/PowerBI-PowerShell-Samples/HEAD/Takeover-Dataset-and-Refresh-Sql-Datasource.ps1 -------------------------------------------------------------------------------- /Update-Connection-Details-for-Sql-Datasource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TedPattison/PowerBI-PowerShell-Samples/HEAD/Update-Connection-Details-for-Sql-Datasource.ps1 -------------------------------------------------------------------------------- /Update-Credentials-and-Refresh-Sql-Datasource.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TedPattison/PowerBI-PowerShell-Samples/HEAD/Update-Credentials-and-Refresh-Sql-Datasource.ps1 -------------------------------------------------------------------------------- /WingtipSales.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TedPattison/PowerBI-PowerShell-Samples/HEAD/WingtipSales.pbix -------------------------------------------------------------------------------- /danger-zone/Delete-All-Workspaces.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TedPattison/PowerBI-PowerShell-Samples/HEAD/danger-zone/Delete-All-Workspaces.ps1 -------------------------------------------------------------------------------- /gateway/Add-Gateway-User-with-SP-as-Admin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TedPattison/PowerBI-PowerShell-Samples/HEAD/gateway/Add-Gateway-User-with-SP-as-Admin.ps1 --------------------------------------------------------------------------------