Just another WordPress site
Sample cmdlet from d365fo.integrations: Get-D365ODataPublicEntity

Sample cmdlet from d365fo.integrations: Get-D365ODataPublicEntity

Here’s one of the clever commands to quickly search for entities

You can use it to find various entities. As always, PowerShell can pipe the results into other cmdlet’s:

Now, what data is in the result of one of these?

The results include:

I’ll do another post describing one of the newest additions to the module,

But, for this we will need to look at a different entity, since CustomersV3 does not have any action (as you can see above)

Remember, you can find the powershell module here: https://github.com/d365collaborative/d365fo.integrations

Related posts: