Skip to main content

Notifications

Announcements

No record found.

Customer experience | Sales, Customer Insights,...
Answered

Where to find all login data to deploy Dynamics365 EventManagment with Powershell Interactive Login?

Posted on by 35

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.

Administrator-Windows-PowerShell.png

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

  • cloflyMao Profile Picture
    cloflyMao 25,198 on at
    RE: Where to find all login data to deploy Dynamics365 EventManagment with Powershell Interactive Login?

    Hi Partner,

    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.

    w1.PNG

    Then check if it throws the same error.

    Regards,

    Clofly

  • testUser123 Profile Picture
    testUser123 35 on at
    RE: Where to find all login data to deploy Dynamics365 EventManagment with Powershell Interactive Login?

    It worked for me well on Friday, but since Monday i have been getting this errror:
    PROBLEMS-15.png


    i get this error after entering Username and PAssword and pressing login on popup. COuld you help me please?

  • Verified answer
    cloflyMao Profile Picture
    cloflyMao 25,198 on at
    RE: Where to find all login data to deploy Dynamics365 EventManagment with Powershell Interactive Login?

    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.

    11504.JPG

    Please check crm number of your organization URL and select the proper region.

    Dynamics 365 CRM URL Regions - Carl de Souza

    Regards,

    Clofly

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.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans