We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vagrant output: https://gist.github.com/shurick81/f6d234d6c345e90796ba170ded3c9c23
A workaround, as usual:
vagrant destroy --force vagrant up
The text was updated successfully, but these errors were encountered:
On the other hand, even after this error, I can see that Dynamics is actually installed:
PS C:\Windows\system32> if (-not (Get-PSSnapin -Name Microsoft.Crm.PowerShell -ErrorAction SilentlyContinue)) >> { >> Add-PSSnapin Microsoft.Crm.PowerShell >> $RemoveSnapInWhenDone = $True >> } >> Get-CrmOrganization BaseCurrencyCode : USD BaseCurrencyName : US Dollar BaseCurrencyPrecision : 2 BaseCurrencySymbol : $ BaseLanguageCode : 1033 DatabaseName : uplift_MSCRM FriendlyName : Uplift Ltd. Id : c233076d-0b59-e911-bd8a-080027635ad0 SqlCollation : Latin1_General_CI_AI SqlServerName : CRM SqmIsEnabled : False SrsUrl : http://crm:80/reportserver State : Enabled UniqueName : uplift Version : 9.0.2.3034 ExtensionData : System.Runtime.Serialization.ExtensionDataObject
Sorry, something went wrong.
No branches or pull requests
vagrant output: https://gist.github.com/shurick81/f6d234d6c345e90796ba170ded3c9c23
A workaround, as usual:
The text was updated successfully, but these errors were encountered: