Microsoft.CrmSdk.XrmTooling.CrmConnector.PowerShell
9.0.2.3
Prefix Reserved
Notice:
This Nuget package is no longer maintained.
This package has been transitioned to PowerShell gallery and can be found here :
https://www.powershellgallery.com/packages/Microsoft.Xrm.Tooling.CrmConnector.PowerShell
See the version list below for details.
dotnet add package Microsoft.CrmSdk.XrmTooling.CrmConnector.PowerShell --version 9.0.2.3
NuGet\Install-Package Microsoft.CrmSdk.XrmTooling.CrmConnector.PowerShell -Version 9.0.2.3
<PackageReference Include="Microsoft.CrmSdk.XrmTooling.CrmConnector.PowerShell" Version="9.0.2.3" />
paket add Microsoft.CrmSdk.XrmTooling.CrmConnector.PowerShell --version 9.0.2.3
#r "nuget: Microsoft.CrmSdk.XrmTooling.CrmConnector.PowerShell, 9.0.2.3"
// Install Microsoft.CrmSdk.XrmTooling.CrmConnector.PowerShell as a Cake Addin #addin nuget:?package=Microsoft.CrmSdk.XrmTooling.CrmConnector.PowerShell&version=9.0.2.3 // Install Microsoft.CrmSdk.XrmTooling.CrmConnector.PowerShell as a Cake Tool #tool nuget:?package=Microsoft.CrmSdk.XrmTooling.CrmConnector.PowerShell&version=9.0.2.3
This package contains the official Microsoft assemblies for Xrm.Tooling.Connector Powershell and has been authored by the Microsoft Dynamics CRM SDK team.
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Microsoft.CrmSdk.XrmTooling.CrmConnector.PowerShell:
Repository | Stars |
---|---|
microsoft/PowerApps-Samples
Sample code for Power Apps, including Dataverse, model-driven apps, canvas apps, Power Apps component framework, portals, and AI Builder.
|
|
microsoft/Dynamics365-Apps-Samples
Sample code for Dynamics 365 apps
|
This package contains assemblies for Dynamics 365 (online and on-premises). These assemblies require application development using the Microsoft .NET Framework 4.5.2 or later.
9.0.2.3:
Added new dependancies:
Json.net version 6.0.0.0
Microsoft.Rest.ClientRuntime 3.0.0.0
Added Support for Caller ID using AAD Object ID of caller -
Added new property on CrmServiceClient: CallerAADObjectId
Supported for 8.1 and later.
Added New Method ExecuteCrmWebRequest
This method supports using the XRM WebAPI directly from the CRMServiceClient.
Supports only oAuth and Certificate Auth connection types
Supported for 8.0 and later.
Supports Common request types and supports batch execute.
Added Global Discovery Support for Instance lookup
Global discovery is now used for all lookup, both regional and global (Online Region = Don't Know) when OAuth is used, except where special region rules are required.
Note: Germany and North America 2 are not scanned when Online Region = Don't Know is selected.
Added SkipDiscovery to all connection string variants.
Added Certificate support for constructor variants.
Fixed issue with allowing discovery selection using onPrem and OAuth.
Fixed an issue with older On-Prem ADFS instances that do not require a resource URI.
**Special notes:
Added additional telemetry support to connection requests
This will add the process name of the calling process (if available) to help with troubleshooting and support requests.
Added request IDs to all requests to help with troubleshooting and support requests.
These will appear only when verbose logging is enabled.
9.0.0.5: 9.0 Initial Release
9.0.0.3-preview:
Intial release.
To register module, run the RegisterXrmTooling.ps1