functions/get-productinformation.ps1

<#
.SYNOPSIS
Returns information about D365FO
 
.DESCRIPTION
Gets detailed information about application and platform
 
.EXAMPLE
An example
 
.NOTES
General notes
#>

function Get-ProductInformation
{
    return Get-ProductInfoProvider
}