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:
- AzureAD, for example to make an O365 group (Microsoft 365 group) security enabled
- Microsoft.PowerApps.Administration.PowerShell, for example to list all your environments
Azure AD PowerShell module
Execute following command:
install-module azuread -Scope CurrentUser
Power Apps Administration module
Execute following command:
install-module azuread -Scope CurrentUser