Skip to content
Reza edited this page Nov 6, 2023 · 1 revision

PSDataverse is a PowerShell module that brings Dataverse's Web API to PowerShell 7+ with features like piping, batching and more. It is designed with ease-of-use and performance in mind and follows the patterns of native PowerShell cmdlets to play nicely with other modules. It is very easy to get started. You need first install it of course and it can be done directly from PowerShell Gallery and then, you will connect to a Power Platform environment and right after that you can use any of the commands available in PSDataverse. Please always keep your PSDataverse module up-to-date and I am regularly fixing bugs, improving existing commands and adding new ones.

Clone this wiki locally