Tag: PowerShell
-
Power Platform Tidbits 11: Load large tables /views from SQL Server to Power Platform
There are several ways of loading (or migrating) data to Power Platform. I have blogged about it in length before. Today I’m going to show how you can easily and reliably load large amount of data from Microsoft SQL Server to Power Platform. We are going to use the most famous PowerShell among SQL Server…
-
Power Platform Tidbits 9: Truncate a table in Dataverse with one command
Power Platform Tidbits 9: Truncate a table in Dataverse with just one PowerShell command
-
How to import large CSV files in Power Platform (or Dynamics 365)
How to use PSDataverse to load huge CSV files in Power Platform / Dynamics.
-
Introducing PSDataverse, PowerShell’s new super power
PSDataverse is a PowerShell module that brings Dataverse to PowerShell.
-
How to use PowerShell Invoke-WebRequest behind corporate proxy
Corportate proxies are one of the productivity killers for developers. They are not well supported in every utility and framework and each tool has its own litrature to set proxy settings. To add salt to the injury, not every tool supports NTLM authentication well which is quite common in many proxies. Companies have to sometimes…