Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

CRM Powershell Library v1.2.4.0

Compare
Choose a tag to compare
@AMSoftwareNL AMSoftwareNL released this 27 Apr 16:11
· 37 commits to master since this release

Cmdlets

The following Cmdlets are added or updated

Content

Get-CrmContent

Customization

Import-CrmSolution
Import-CrmTranslation
Import-CrmWebResource
New-CrmWebResource
Set-CrmWebResource
Test-CrmSolution

Plugin Registration

Disable-CrmPluginStep
Enable-CrmPluginStep
Get-CrmPluginAssembly
Get-CrmPlugin
Get-CrmPluginImage
Get-CrmPluginStep
Get-CrmServiceEndpoint
Register-CrmPlugin
Register-CrmPluginStep
Register-CrmPluginStepImage
Register-CrmServiceEndpoint
Set-CrmPlugin
Set-CrmPluginStep
Set-CrmPluginStepImage
Set-CrmServiceEndpoint
Unregister-CrmPluginAssembly
Unregister-CrmPlugin
Unregister-CrmPluginStep
Unregister-CrmPluginStepImage
Unregister-CrmServiceEndpoint

Issues & Changes

  • Cmdlets with Path parameter conform to best practices for PowerShell. Parameter (string[]) for Path and LiteralPath. Else parameter Path renamed to LiteralPath.
  • Added TypeConverter from EntityReference to Guid. This way retrieved EntityReferences can be used as pipeline parameters for Id.
  • Added parameter to retrieve Related Entities with Get-CrmContent.
  • Extended EntityPropertyAdapter to include AliassedValues.
  • Added Cmdlets for Plugin Registration