简体   繁体   中英

How to install Microsoft CRM modules on Linux PowerShell?

I've installed PowerShell on Linux operating system. My task is to do work with Microsoft CRM by using Linux Powershell commands. But Microsoft CRM commands are not working on Linux PowerShell. For example: 1) Install-Module Microsoft.Xrm.Data.PowerShell -Scope CurrentUser. 2)Update-Module Microsoft.Xrm.Data.PowerShell -Force. 3) Set-ExecutionPolicy –ExecutionPolicy RemoteSigned –Scope CurrentUser. Above commands are not working on Linux PowerShell.

Microsoft CRM isn't supported on Linux in any way, where is your CRM server located ? You may try using a web browser for the online version thought.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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