Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shurick81 opened this issue Apr 14, 2019 · 0 comments

Comments

@shurick81
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant