Skip to content

Commit 07dde3a

Browse files
authored
Merge pull request #218966 from MicrosoftDocs/main
11/18 AM Publish
2 parents 0787b06 + 43a7852 commit 07dde3a

File tree

118 files changed

+317
-809
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+317
-809
lines changed

articles/active-directory/external-identities/bulk-invite-powershell.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ services: active-directory
77
ms.service: active-directory
88
ms.subservice: B2B
99
ms.topic: tutorial
10-
ms.date: 02/11/2020
10+
ms.date: 11/18/2022
1111

1212
ms.author: mimart
1313
author: msmimart
1414
manager: celestedg
15-
15+
ms.custom: engagement-fy23
1616

1717
# Customer intent: As a tenant administrator, I want to send B2B invitations to multiple external users at the same time so that I can avoid having to send individual invitations to each user.
1818

@@ -21,7 +21,7 @@ ms.collection: M365-identity-device-management
2121

2222
# Tutorial: Use PowerShell to bulk invite Azure AD B2B collaboration users
2323

24-
If you use Azure Active Directory (Azure AD) B2B collaboration to work with external partners, you can invite multiple guest users to your organization at the same time. In this tutorial, you learn how to use PowerShell to send bulk invitations to external users. Specifically, you do the following:
24+
If you use [Azure Active Directory (Azure AD) B2B collaboration](what-is-b2b.md) to work with external partners, you can invite multiple guest users to your organization at the same time [via the portal](tutorial-bulk-invite.md) or via PowerShell. In this tutorial, you learn how to use PowerShell to send bulk invitations to external users. Specifically, you do the following:
2525

2626
> [!div class="checklist"]
2727
> * Prepare a comma-separated value (.csv) file with the user information
@@ -34,9 +34,9 @@ If you don’t have an Azure subscription, create a [free account](https://azure
3434

3535
### Install the latest AzureADPreview module
3636

37-
Make sure that you install the latest version of the Azure AD PowerShell for Graph module (AzureADPreview).
37+
Make sure that you install the latest version of the Azure AD PowerShell for Graph module (AzureADPreview).
3838

39-
First, check which modules you have installed. Open Windows PowerShell as an elevated user (Run as administrator), and run the following command:
39+
First, check which modules you've' installed. Open Windows PowerShell as an elevated user (Run as administrator), and run the following command:
4040

4141
```powershell
4242
Get-Module -ListAvailable AzureAD*
@@ -76,7 +76,7 @@ In Microsoft Excel, create a CSV file with the list of invitee user names and em
7676

7777
For example, create a worksheet in the following format:
7878

79-
![PowerShell output showing pending user acceptance](media/tutorial-bulk-invite/AddUsersExcel.png)
79+
:::image type="content" source="media/tutorial-bulk-invite/AddUsersExcel.PNG" alt-text="Screenshot that shows the csv file columns of Name and InvitedUserEmailAddress.":::
8080

8181
Save the file as **C:\BulkInvite\Invitations.csv**.
8282

@@ -127,7 +127,7 @@ To verify that the invited users were added to Azure AD, run the following comma
127127
Get-AzureADUser -Filter "UserType eq 'Guest'"
128128
```
129129

130-
You should see the users that you invited listed, with a user principal name (UPN) in the format *emailaddress*#EXT#\@*domain*. For example, *lstokes_fabrikam.com#EXT#\@contoso.onmicrosoft.com*, where contoso.onmicrosoft.com is the organization from which you sent the invitations.
130+
You should see the users that you invited listed, with a [user principal name (UPN)](../hybrid/plan-connect-userprincipalname.md#what-is-userprincipalname) in the format *emailaddress*#EXT#\@*domain*. For example, *lstokes_fabrikam.com#EXT#\@contoso.onmicrosoft.com*, where contoso.onmicrosoft.com is the organization from which you sent the invitations.
131131

132132
## Clean up resources
133133

@@ -141,7 +141,7 @@ For example: `Remove-AzureADUser -ObjectId "lstokes_fabrikam.com#EXT#@contoso.on
141141

142142
## Next steps
143143

144-
In this tutorial, you sent bulk invitations to guest users outside of your organization. Next, learn how the invitation redemption process works.
144+
In this tutorial, you sent bulk invitations to guest users outside of your organization. Next, learn how the invitation redemption process works and how to enforce MFA for guest users.
145145

146-
> [!div class="nextstepaction"]
147-
> [Learn about the Azure AD B2B collaboration invitation redemption process](redemption-experience.md)
146+
- [Learn about the Azure AD B2B collaboration invitation redemption process](redemption-experience.md)
147+
- [Enforce multi-factor authentication for B2B guest users](b2b-tutorial-require-mfa.md)
972 Bytes
Loading

articles/aks/concepts-storage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ For more information on core Kubernetes and AKS concepts, see the following arti
244244
[azure-disk-csi]: azure-disk-csi.md
245245
[azure-netapp-files]: azure-netapp-files.md
246246
[azure-files-csi]: azure-files-csi.md
247+
[azure-files-volume]: azure-files-volume.md
247248
[aks-concepts-clusters-workloads]: concepts-clusters-workloads.md
248249
[aks-concepts-identity]: concepts-identity.md
249250
[aks-concepts-scale]: concepts-scale.md

0 commit comments

Comments
 (0)