Created
February 17, 2022 22:29
-
-
Save emregulcan/06536fd548ff2aecc1e3f9d196b0a1a4 to your computer and use it in GitHub Desktop.
Install PowerApps modules for PowerShell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install-Module -Name Microsoft.PowerApps.Administration.PowerShell | |
Install-Module -Name Microsoft.PowerApps.PowerShell -AllowClobber |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please check details for modules
https://www.powershellgallery.com/packages/Microsoft.PowerApps.Administration.PowerShell
https://www.powershellgallery.com/packages/Microsoft.PowerApps.PowerShell
For
-AllowClobber
, please checkInstall-Module
command's documentation