Announcements
No record found.
Hello! I'm not an experienced user of Dynamics365, but I want to deploy a customized version of EventManagment Portal. I found out that we can do this using PowerShell script that comes with Angular app for EventManagment Portal.I have the only a username and pass from Dymamics365 EventManagment Portall app. Probably I have a domain. Where I can find all these data for deployment? Thanks
Hi Partner,
We only choose On-premises type when Dynamics 365 is installed and being hosted on our own server.(Thus it is the reason that why domain is required.)
Dynamics Marketing only has online version, so we should choose the Office 365 option instead.
Please check crm number of your organization URL and select the proper region.
Dynamics 365 CRM URL Regions - Carl de Souza
Regards,
Clofly
It worked for me well on Friday, but since Monday i have been getting this errror:i get this error after entering Username and PAssword and pressing login on popup. COuld you help me please?
Is the account you are entering administrator role?
You could run a simple console application and connect to Dynamics with organization service to verify whether there is problem to your current account.
Connecting to Dynamics 365 using the Organization Service Proxy - Carl de Souza
Alternatively, try credentials way to connect to Dynamics instead of InteractiveMode.
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/xrm-tooling/use-powershell-cmdlets-xrm-tooling-connect#connect-to-dataverse-by-specifying-credentials-inline
function Connect-ToCrm() { [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12 $Cred = Get-Credential return Get-CrmConnection -Credential $Cred -DeploymentRegion APAC –OnlineType Office365 –OrganizationName "crm123456" # return Get-CrmConnection -InteractiveMode }
It will ask us to enter username and password in console.
Then check if it throws the same error.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
ManoVerse 208 Super User 2026 Season 1
CU11031447-0 100
NeerajPawar 80