Merge pull request #12 from microsoft/portal-instructions

readme: add portal instructions as alternative
This commit is contained in:
Dhruv Chand 2021-08-20 12:21:36 -07:00 коммит произвёл GitHub
Родитель bb51a2c4b4 6fca03f770
Коммит a8bf4ec3ad
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -7,7 +7,7 @@ If you have applications that use Azure AD Graph permissions and actively call A
## Prerequisites
Download and save the [Get-AzureADGraphApps.ps1](https://github.com/microsoft/AzureADGraphApps/blob/main/Get-AzureADGraphApps.ps1) script file to your device.
Note: This script has a dependancy on the Azure AD PowerShell module. When the script is run it will automatically install the dependant module if it is not already installed.
Note: This script has a dependency on the Azure AD PowerShell module. When the script is run it will automatically install the dependant module if it is not already installed. You will need PowerShell Desktop edition to run this script.
## Usage
The command below will create a csv of all the apps in the tenant that rely on the Azure AD Graph.
@ -18,6 +18,10 @@ The command below will create a csv of all the apps in the tenant that rely on t
## FAQs
**Q: I use a Mac/Azure Cloud Shell. Can I run this script?**
**A:** No, but you can fetch the same list of applications (that use Azure Active Directory Graph permissions) using the [Azure portal by following these steps](https://docs.microsoft.com/en-us/graph/migrate-azure-ad-graph-faq#method-2-use-the-app-registrations-menu-of-the-azure-portal).
**Q: What permission do I need to run this script?**
**A:** This script can be run by any user in the tenant and does not require a privileged Azure AD role.