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

Add license scan report and status #1

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Introduction
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Favishnyakov%2FDynamics365Configuration.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Favishnyakov%2FDynamics365Configuration?ref=badge_shield)


A module to ease infrastructure as code tasks for Dynamics 365.

Expand Down Expand Up @@ -171,6 +173,9 @@ Install-Dynamics365Server

Have a look at Microsoft Dynamics 365 Server documentation: https://technet.microsoft.com/en-us/library/hh699830.aspx.


[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Favishnyakov%2FDynamics365Configuration.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Favishnyakov%2FDynamics365Configuration?ref=badge_large)

### Parameters

#### MediaDir
Expand Down Expand Up @@ -470,4 +475,4 @@ Specifies the location of the Dynamics 365 language pack installation files.
```PowerShell
Save-Dynamics365Resource -Resource Dynamics365Server90LanguagePackSve -TargetDirectory C:\Install\Dynamics\Dynamics365Server90LanguagePackSve
Install-Dynamics365Language -MediaDir C:\Install\Dynamics\Dynamics365Server90LanguagePackSve
```
```