Now is the time to pull your head out of the sand, and have a good look around. The classical web interface is going away. Whether you like it or not, it’s time to act! The Unified Interface is coming.
Microsoft Dynamics 365 Customer Engagement Administration [Video]
With a bit of delay, my latest of a series of 3 video courses is finally out. Click the image below to go to PACKT’s site where it’s available now. The other courses in this series include: Getting Started with Dynamics 365 Customer Engagement [Video] and Configuring and Extending Dynamics 365 Customer Engagement [Video] You... Continue Reading →
Dynamics 365 PowerShell using Microsoft.Xrm.Data.PowerShell Part 3
What’s that going to do? Well, it takes a solution named solutionName and exports it in an unmanaged form to the specified path.
Dynamics 365 PowerShell using Microsoft.Xrm.Data.PowerShell Part 2
In this part we’re looking at connecting to a D365 environment.
Just like we did with the first part, we’re putting the connection code in a function. We’re doing this in order to be able to call it multiple times, depending on the environment we’re connecting to. Eventually, we’ll connect to both a source and a target environments.
Dynamics 365 PowerShell using Microsoft.Xrm.Data.PowerShell
Right off the bat, we’re looking at the Microsoft.Xrm.Data.PowerShell library. It’s available from GitHub
