Post-installation activities for the Apps Consent Grant Utility
The following are the post-installation activities to install and manage the Apps Consent Grant utility:
The module must be installed on the Windows computer using the following command:
Install-Module Az.Accounts -RequiredVersion 2.12.1
Note:
The version of the module must be 2.12.1 or lower with PowerShell version 5.1.
You must have the following permissions:
Full Admin
Access All Items
API Impersonation
Unblock the PowerShell script, which is located at the following path:
C:\Program Files (x86)\HubStor\BulkAppConsentGrantUtility\BulkAppConsent\Scripts\bulk_activate_apps.ps1On the properties window that opens, click > .
Set the execution policy as Unrestricted for both 64-bit and 32-bit PowerShell using the following command:
Set-ExecutionPolicy Unrestricted