简体   繁体   English

我们如何使用 PowerShell 在 powerapps 环境中安装 D365 应用程序?

[英]How do we install D365 apps in powerapps environment with PowerShell?

I need to install D365 apps to my powerapps environment with PowerShell.我需要使用 PowerShell 将 D365 应用程序安装到我的 powerapps 环境中。 But, I don't see any supported cmdlet available now.但是,我现在没有看到任何受支持的 cmdlet。 Anyone please confirm, if any cmdlet is available to achieve the same in below use cases任何人请确认,如果有任何 cmdlet 可用于在以下用例中实现相同功能

  1. Install D365 apps(Sales, Service etc) while creating the powerapps environment在创建 powerapps 环境时安装 D365 应用程序(销售、服务等)
    or或者
  2. Install D365 apps for existing powerapps environment为现有的 powerapps 环境安装 D365 应用程序

I'm sharing this snippet from a community forum thread :我正在从社区论坛线程中分享这个片段:

1   Install-Module -Name Microsoft.PowerApps.Administration.PowerShell
2   New-AdminPowerAppEnvironment -DisplayName "MyTestEnvironment" -EnvironmentSku Production -LocationName europe -CurrencyName EUR -LanguageName 1033 -Templates @("D365_SalesPro") -ProvisionDatabase

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

相关问题 使用管道编辑 DevOps 存储库中的文件(版本控制 D365 F&O) - Editing files in the DevOps repository using the pipeline (Versioning D365 F&O) 如何使用 Powershell 一次性为所有用户禁用和启用 Office 365 应用程序? - How can I disable and enable Office 365 apps for all users at once using powershell? 如何在Powershell 2中激活虚拟环境? - How do I activate a virtual environment in Powershell 2? 如何编写 powershell 的逻辑来检查环境 PATH 变量是否已安装(或设置)? - How to write a logic of powershell to check if a environment PATH variable is install (or set)? 如何在Powershell中安装ruby插件? - how do I install a ruby plugin in Powershell? 如何安装AzureAD PowerShell模块 - How do install AzureAD PowerShell module 如何安装 PSCX Powershell 模块? - How do I install PSCX Powershell module? Powershell - 在保留现有应用程序的同时迁移 Office 365 许可产品 - Powershell - Migrate Office 365 licensed products while retaining existing apps 如何为 Microsoft 365/AzureAD/Exchange Online 自动化的 powershell 脚本进行身份验证? - How do I do authentication for my powershell scripts for Microsoft 365/AzureAD/Exchange Online automation? 如何编写Powershell脚本在Windows上设置开发人员环境? - How do I write a powershell script to setup a developer environment on Windows?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM