Install Powershell for PowerApps and Flows for admins #31

Zbigniew Lukowski - Tutorials
Zbigniew Lukowski - Tutorials
426 بار بازدید - 2 سال پیش - List of all commands in
List of all commands in the order they were introduced in the tutorial:
$PSVersionTable.PSVersion

Set-ExecutionPolicy -ExecutionPolicy Restricted

Install-Module -Name Microsoft.PowerApps.Administration.PowerShell
Install-Module -Name Microsoft.PowerApps.PowerShell -AllowClobber

Add-PowerAppsAccount

or you can skip opening the popup window and pass the credentials in powershell

$pass = ConvertTo-SecureString "password" -AsPlainText -Force
Add-PowerAppsAccount -Username [email protected] -Password $pass  - CHANGE CREDENTIALS

Microsoft documentation:
https://learn.microsoft.com/en-us/pow...

In this video, we'll show you how to install and use Powershell to start, manage, and uninstall powerapps on power platform. We'll also show you how to avoid specific pitfalls during the installation.

Powershell is a powerful command-line tool that can be used to manage power applications, flows and connections. Whether you're a beginner or a powerUser, this video is sure to be helpful!

In my recent tutorials, I'm concentrating heavily on powerapps, model-driven apps, Dataverse, and Power Platform as a whole, When I'm encountering an interesting defect I try to immediately post it on Youtube to make other people's life easier.  Sometimes I'll also touch Power Automate but mostly when it supports Canvas.
2 سال پیش در تاریخ 1401/08/22 منتشر شده است.
426 بـار بازدید شده
... بیشتر