Enabling/Disabling Power Platform Environment features

Sometimes we need to mass enable or disable PowerPlatform environment features, and we really don't want to manually cliking arround in each environment | features... Microsoft Power Platform CLI Commands to the rescue, if you don't know what it is head over here: https://learn.microsoft.com/en-us/power-platform/developer/cli/introduction?tabs=windows The below easy script turn off Copilot for App makers. #Connect …

Continue reading Enabling/Disabling Power Platform Environment features

Replacing existing Canvas apps with a new canvas app

Sometimes we want to replace an existing Canvas app with a new "version/build" while retaining URL and app ID. It's not the same as building a new version on an existing, we want to "overwrite" an app. Example as below, we have two app, these will have different AppId and URL Original app: A new …

Continue reading Replacing existing Canvas apps with a new canvas app