Skip to main content

Notifications

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

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

(0) ShareShare
ReportReport
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,202 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,202 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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Congratulations to the January Top 10 leaders!

Check out the January community rock stars...

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,996 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 230,853 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans