Skip to content

Commit 8ab7052

Browse files
authored
Update b2b-quickstart-invite-powershell.md
1 parent ed9e057 commit 8ab7052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/external-identities/b2b-quickstart-invite-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
2525

2626
To complete the scenario in this quickstart, you need:
2727

28-
- A role that allows you to create users in your tenant directory, such as at least a [Guest Inviter role](https://learn.microsoft.com/en-us/azure/active-directory/roles/permissions-reference#guest-inviter).
28+
- A role that allows you to create users in your tenant directory, such as at least a [Guest Inviter role](../roles/permissions-reference.md#guest-inviter) or a [User administrator](../roles/permissions-reference.md#user-administrator).
2929
- Install the [Microsoft Graph Identity Sign-ins module](/powershell/module/microsoft.graph.identity.signins/?view=graph-powershell-beta&preserve-view=true) (Microsoft.Graph.Identity.SignIns) and the [Microsoft Graph Users module](/powershell/module/microsoft.graph.users/?view=graph-powershell-beta&preserve-view=true) (Microsoft.Graph.Users). You can use the `#Requires` statement to prevent running a script unless the required PowerShell modules are met.
3030

3131
```powershell

0 commit comments

Comments
 (0)