简体   繁体   English

如何在 Linux PowerShell 上安装 Microsoft CRM 模块?

[英]How to install Microsoft CRM modules on Linux PowerShell?

I've installed PowerShell on Linux operating system.我已经在 Linux 操作系统上安装了 PowerShell。 My task is to do work with Microsoft CRM by using Linux Powershell commands.我的任务是使用 Linux Powershell 命令处理 Microsoft CRM。 But Microsoft CRM commands are not working on Linux PowerShell.但是 Microsoft CRM 命令不适用于 Linux PowerShell。 For example: 1) Install-Module Microsoft.Xrm.Data.PowerShell -Scope CurrentUser.例如:1) Install-Module Microsoft.Xrm.Data.PowerShell -Scope CurrentUser。 2)Update-Module Microsoft.Xrm.Data.PowerShell -Force. 2) 更新模块 Microsoft.Xrm.Data.PowerShell -Force。 3) Set-ExecutionPolicy –ExecutionPolicy RemoteSigned –Scope CurrentUser. 3) Set-ExecutionPolicy –ExecutionPolicy RemoteSigned –Scope CurrentUser。 Above commands are not working on Linux PowerShell.以上命令不适用于 Linux PowerShell。

Microsoft CRM isn't supported on Linux in any way, where is your CRM server located ? Linux 不以任何方式支持 Microsoft CRM,您的 CRM 服务器位于何处? You may try using a web browser for the online version thought.您可以尝试使用网络浏览器查看在线版本。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM