{"id":47842544,"url":"https://github.com/abbgrade/psxmla","last_synced_at":"2026-04-03T21:01:26.250Z","repository":{"id":43944282,"uuid":"407219561","full_name":"abbgrade/PsXmla","owner":"abbgrade","description":"PsXmla connects XMLA and PowerShell. It gives you PowerShell Cmdlets with the power of Microsoft.AnalysisServices.Tabular","archived":false,"fork":false,"pushed_at":"2025-02-12T09:58:35.000Z","size":47,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2026-03-06T02:35:06.677Z","etag":null,"topics":["automation","azure-analysis-services","powerbi","powershell","sqlserver","ssas","xmla"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abbgrade.png","metadata":{"files":{"readme":"Readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-16T15:33:50.000Z","updated_at":"2022-03-27T18:48:09.000Z","dependencies_parsed_at":"2023-02-14T09:17:09.919Z","dependency_job_id":null,"html_url":"https://github.com/abbgrade/PsXmla","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/abbgrade/PsXmla","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbgrade%2FPsXmla","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbgrade%2FPsXmla/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbgrade%2FPsXmla/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbgrade%2FPsXmla/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abbgrade","download_url":"https://codeload.github.com/abbgrade/PsXmla/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbgrade%2FPsXmla/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31377115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T17:53:18.093Z","status":"ssl_error","status_checked_at":"2026-04-03T17:53:17.617Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","azure-analysis-services","powerbi","powershell","sqlserver","ssas","xmla"],"created_at":"2026-04-03T21:01:26.107Z","updated_at":"2026-04-03T21:01:26.235Z","avatar_url":"https://github.com/abbgrade.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PsXmla\r\n\r\nPsXmla connects XMLA and PowerShell. It gives you PowerShell Cmdlets with the power of [Microsoft.AnalysisServices.Tabular](https://www.nuget.org/packages/Microsoft.AnalysisServices.Tabular/). For example you can automate your work with [Tabular Editor](https://github.com/TabularEditor/TabularEditor) and the [Power BI XMLA endpoints](https://docs.microsoft.com/en-us/power-bi/admin/service-premium-connect-tools).\r\n\r\n## Installation\r\n\r\nThis module can be installed from [PsGallery](https://www.powershellgallery.com/packages/PsXmla).\r\n\r\n```powershell\r\nInstall-Module -Name PsXmla -Scope CurrentUser\r\n```\r\n\r\nAlternatively it can be build and installed from source.\r\n\r\n1. Install the development dependencies\r\n2. Download or clone it from GitHub\r\n3. Run the installation task:\r\n\r\n```powershell\r\nInvoke-Build Install\r\n```\r\n\r\n## Usage\r\n\r\nTODO\r\n\r\n### Commands\r\n\r\n| Command                      | Description                               | Status  |\r\n| ---------------------------- | ----------------------------------------- | ------- |\r\n| Connect-Instance             | Create a new database connection.         | \u0026#9745; |\r\n| \u0026#11185; Polly Retries       | Implement retry policies on Polly         | \u0026#9744; |\r\n| Disconnect-Instance          | Close connection                          | \u0026#9745; |\r\n| Invoke-Command               | Execute SQLCMD scripts                    | \u0026#9744; |\r\n| \u0026#11185; Retry support       | Specify the number of retry attempts      | \u0026#9745; |\r\n| \u0026#11185; Power BI exceptions | Parse and handle exceptions from Power BI | \u0026#9744; |\r\n\r\n## Changelog\r\n\r\nSee the [changelog](./CHANGELOG.md) file.\r\n\r\n## Development\r\n\r\n- This is a [Portable Module](https://docs.microsoft.com/de-de/powershell/scripting/dev-cross-plat/writing-portable-modules?view=powershell-7) based on [PowerShell Standard](https://github.com/powershell/powershellstandard) and [.NET Standard](https://docs.microsoft.com/en-us/dotnet/standard/net-standard).\r\n- [VSCode](https://code.visualstudio.com) is recommended as IDE. [VSCode Tasks](https://code.visualstudio.com/docs/editor/tasks) are configured.\r\n- Build automation is based on [InvokeBuild](https://github.com/nightroman/Invoke-Build)\r\n- Test automation is based on [Pester](https://pester.dev)\r\n- Commands are named based on [Approved Verbs for PowerShell Commands](https://docs.microsoft.com/de-de/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands)\r\n\r\n### Build\r\n\r\nThe build scripts require InvokeBuild. If it is not installed, install it with the command `Install-Module InvokeBuild -Scope CurrentUser`.\r\n\r\nYou can build the module using the VS Code build task or with the command `Invoke-Build Build`.\r\n\r\n### Release\r\n\r\n1. Create release branch using gitflow.\r\n2. Update version number in psd1 file.\r\n3. Update changelog in this readme file.\r\n4. Uninstall old versions.\r\n5. publish release using `Invoke-Build Publish`.\r\n6. finish release using gitflow.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabbgrade%2Fpsxmla","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabbgrade%2Fpsxmla","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabbgrade%2Fpsxmla/lists"}