web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
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

I have the same question (0)
  • Verified answer
    cloflyMao Profile Picture
    25,210 on at

    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

  • testUser123 Profile Picture
    35 on at

    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?

  • cloflyMao Profile Picture
    25,210 on at

    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

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Tom_Gioielli Profile Picture

Tom_Gioielli 108 Super User 2025 Season 2

#2
Jimmy Passeti Profile Picture

Jimmy Passeti 50 Most Valuable Professional

#3
Gerardo Rentería García Profile Picture

Gerardo Rentería Ga... 49 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans