简体   繁体   English

通过Powershell与应用程序用户在线连接到Dynamics CRM

[英]Connect with Powershell to Dynamics CRM online with application user

I would like to use Powershell cmdlets to work with Microsoft CRM 365 online. 我想使用Powershell cmdlet在线使用Microsoft CRM 365。 I can connect with Get-CrmConnection using my username and password, but I would like to use an Application User instead. 我可以使用我的用户名和密码与Get-CrmConnection连接,但我想改用Application User。 This is the same Application user that I am using to access the CRM Web API. 这是我用来访问CRM Web API的同一应用程序用户。

I am unable to generate the correct connection string that will authenticate the Application user. 我无法生成将对应用程序用户进行身份验证的正确连接字符串。

应用程序用户详细信息

If your intension is keep the credential secret every time you run your PowerShell script you could use InteractiveMode (microsoft link) 如果您的意图是在每次运行PowerShell脚本时都将凭据保密,则可以使用InteractiveMode (Microsoft链接)

with it the CRM Login will prompt and ask for your credentials 使用它,CRM登录将提示并要求您提供凭据

Hope it helps - M.Acosta.D 希望对您有所帮助-Acosta.D

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在线连接 PowerShell 与 CRM? - How to connect PowerShell with CRM online? 使用Powershell的Dynamics CRM Online V 9部署软件包-问题 - Dynamics CRM online V 9 Deploy packages using powershell - issues Powershell Dynamics CRM,如何向用户添加两个队列 - Powershell Dynamics CRM, how to add two queues to a user 使用 PowerShell 从 Dynamics CRM(在线)检索帐户实体名称列表 - Retrieve list of account entity names from Dynamics CRM (Online) using PowerShell 使用 Azure Powershell(AZ 模块)为 Dynamics CRM Online 设置 Azure Ad Api 权限 - Setting Azure Ad Api permission for Dynamics CRM Online using Azure Powershell (AZ Module) 是否可以使用Powershell添加和配置Dynamics CRM工作流程 - Is it possible to add and configure Dynamics CRM workflows with Powershell 通过Powershell进行CRM动态在线Odata查询 - CRM Dynamic Online Odata Query via Powershell 禁用组织时 Microsoft CRM Dynamics 2011 PowerShell 错误 - Microsoft CRM Dynamics 2011 PowerShell Error when disabling an organization Microsoft Dynamics CRM的PowerShell cmdlet中的内部服务器错误 - Internal Server Error in PowerShell cmdlets for Microsoft Dynamics CRM CRM Online - 使用 Powershell 创建电子邮件服务器配置文件 - CRM Online - Create email server profile using Powershell
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM