Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Dynamics 365 for Customer Engagement Reporting Extensions out of the box #7

@shurick81

Description

@shurick81

Would be great to have this installed by default: https://docs.microsoft.com/en-us/dynamics365/customer-engagement/on-premises/install-microsoft-dynamics-365-reporting-extensions.

Here's a few relevant PS snippets:
https://github.com/shurick81/Dynamics365Configuration#examples-4

For our case it will be something like this:

Invoke-Command "$env:COMPUTERNAME.contoso.local" -Credential $CRMInstallAccountCredential -Authentication CredSSP {
    Install-Dynamics365ReportingExtensions `
        -MediaDir $mediaDir\SrsDataConnector `
        -InstanceName SQLInstance01 `
        -LogFilePath c:\tmp\Dynamics365ServerInstallLog.txt `
        -LogFilePullIntervalInSeconds 15 `
        -LogFilePullToOutput
    }

If this repo is not in the middle of the total rework process, I can fork and provide some commit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions