Skip to main content

Do you need to execute some PowerShell commands but don’t you have administrator rights on your machine? You can install PowerShell modules in the scope of the current user.

As a Microsoft Power Platform Administrator, sometimes you need to use PowerShell modules like:

Azure AD PowerShell module

Execute following command:

install-module azuread -Scope CurrentUser

Power Apps Administration module

Execute following command:

install-module azuread -Scope CurrentUser

Leave a Reply