You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-365/admin/email/select-domain-to-use-for-email-from-microsoft-365-products.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ description: "Let Microsoft send notification messages from an email address wit
37
37
-[Supported Products](#supported-products)
38
38
-[Excluded Scenarios](#excluded-scenarios)
39
39
40
-
Emails sent out to users as they interact with each other and across various products within Microsoft 365 are designed to provide insights and information about their organization. These emails are typically sent out between users based on those interactions, which means that they are often sent from the user’s email address. Those emails will remain unchanged and will continue to work as they do today.
40
+
Emails sent out to users as they interact with each other and across various products within Microsoft 365 are designed to provide insights and information about their organization. These emails are typically sent out between users based on those interactions, which means that they're often sent from the user’s email address. Those emails will remain unchanged and will continue to work as they do today.
41
41
42
42
There are several scenarios where emails are sent from a “no-reply” system-based product account. For example, batched comments, news, digests, and system notification emails are currently sent from a no-reply product address. These include addresses such [email protected], [email protected], [email protected].
43
43
@@ -83,8 +83,11 @@ Please note that the following products currently support this feature:
83
83
- Planner
84
84
- Project
85
85
- Viva Connections
86
+
- Viva Glint
87
+
- Viva Pulse
86
88
- Viva Topics
87
89
- Viva Amplify
90
+
- Teams (Pending production rollout - Updates via Message Center Post MC705761 and Roadmap ID 375694)
88
91
89
92
> [!NOTE]
90
93
> The supported products list will be updated as each product migrates to support the setting and no action will be required as these products onboard to the centralized setting.
Copy file name to clipboardExpand all lines: microsoft-365/enterprise/create-user-accounts-with-microsoft-365-powershell.md
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "Create Microsoft 365 user accounts with PowerShell"
3
3
ms.author: kvice
4
4
author: kelleyvice-msft
5
5
manager: scotv
6
-
ms.date: 08/10/2020
6
+
ms.date: 12/29/2023
7
7
audience: Admin
8
8
ms.topic: article
9
9
ms.service: microsoft-365-enterprise
@@ -13,6 +13,7 @@ search.appverid:
13
13
ms.collection:
14
14
- scotvorg
15
15
- Ent_O365
16
+
- must-keep
16
17
f1.keywords:
17
18
- CSH
18
19
ms.custom:
@@ -43,11 +44,10 @@ When you create user accounts in PowerShell, certain account properties are alwa
43
44
|**Password** <br/> |No <br/> | If you don't specify a password, a random password is assigned to the user account, and the password is visible in the results of the command. If you specify a password, it needs to be 8 to 16 ASCII text characters of the following types: lowercase letters, uppercase letters, numbers, and symbols.<br/> |
44
45
|**UsageLocation** <br/> |No <br/> |This is a valid ISO 3166-1 alpha-2 country code. For example, *US* for the United States, and *FR* for France. It's important to provide this value, because some Microsoft 365 services aren't available in certain countries/regions. You can't assign a license to a user account unless the account has this value configured. For more information, see [About license restrictions](https://go.microsoft.com/fwlink/p/?LinkId=691730).<br/> |
45
46
46
-
>[!Note]
47
-
>[Learn how to create user accounts](../admin/add-users/add-users.md) by using the Microsoft 365 admin center.
48
-
>
47
+
>[!NOTE]
48
+
>Also see [Learn how to create user accounts](../admin/add-users/add-users.md) by using the Microsoft 365 admin center.
49
+
>
49
50
> For a list of additional resources, see [Manage users and groups](/admin).
50
-
>
51
51
52
52
## Use the Azure Active Directory PowerShell for Graph module
53
53
@@ -81,9 +81,8 @@ To create an individual account, use the following syntax:
>PowerShell Core doesn't support the Microsoft Azure Active Directory module for Windows PowerShell module and cmdlets that have *Msol* in their name. Run these cmdlets from Windows PowerShell.
86
-
>
84
+
> [!NOTE]
85
+
> PowerShell Core doesn't support the Microsoft Azure Active Directory module for Windows PowerShell module and cmdlets that have *Msol* in their name. Run these cmdlets from Windows PowerShell.
87
86
88
87
To list the available [licensing plan names](/azure/active-directory/enterprise-users/licensing-service-plan-reference), use this command:
>The column names and their order in the first row of the CSV file are arbitrary. But make sure the order of the data in the rest of the file matches the order of the column names. And use the column names for the parameter values in the PowerShell for Microsoft 365 command.
113
-
110
+
>[!NOTE]
111
+
>The column names and their order in the first row of the CSV file are arbitrary. But make sure the order of the data in the rest of the file matches the order of the column names. And use the column names for the parameter values in the PowerShell for Microsoft 365 command.
This example creates user accounts from the file *C:\My Documents\NewAccounts.csv* and logs the results in a file named *C:\My Documents\NewAccountResults.csv*.
3. Review the output file to see the results. We didn't specify passwords, so the random passwords that Microsoft 365 generated are visible in the output file.
127
-
126
+
128
127
## See also
129
128
130
129
[Manage Microsoft 365 user accounts, licenses, and groups with PowerShell](manage-user-accounts-and-licenses-with-microsoft-365-powershell.md)
Copy file name to clipboardExpand all lines: microsoft-365/enterprise/getting-started-with-microsoft-365-powershell.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,15 @@ title: "Get started with PowerShell for Microsoft 365"
3
3
ms.author: kvice
4
4
author: kelleyvice-msft
5
5
manager: scotv
6
-
ms.date: 07/17/2020
6
+
ms.date: 01/24/2024
7
7
audience: ITPro
8
8
ms.topic: conceptual
9
9
ms.service: microsoft-365-enterprise
10
10
ms.localizationpriority: medium
11
11
ms.collection:
12
12
- scotvorg
13
13
- Ent_O365
14
+
- must-keep
14
15
f1.keywords:
15
16
- CSH
16
17
ms.custom:
@@ -30,29 +31,29 @@ You can use commands and scripts in PowerShell for Microsoft 365 to manage Micro
30
31
Select from these topics:
31
32
32
33
-[**Why you need to use PowerShell for Microsoft 365**](why-you-need-to-use-microsoft-365-powershell.md)
33
-
34
+
34
35
Start here if you're new to PowerShell for Microsoft 365. Learn why you should use PowerShell for Microsoft 365.
35
-
36
-
-[**Connect to Microsoft 365 with PowerShell**](connect-to-microsoft-365-powershell.md)
37
-
36
+
37
+
-[**Connect to Microsoft 365 with Microsoft Graph PowerShell**](connect-to-microsoft-365-powershell.md)
38
+
38
39
Start here to connect to your Microsoft 365 subscription by using PowerShell for Microsoft 365 and do administrative tasks from the command line.
39
-
40
+
40
41
-[**Connect to all Microsoft 365 services in a single PowerShell window**](connect-to-all-microsoft-365-services-in-a-single-windows-powershell-window.md)
41
-
42
+
42
43
You can manage Microsoft 365 in separate windows for Skype for Business Online, SharePoint Online, Microsoft Exchange Online, and Microsoft 365 accounts and licenses. Or, you can manage them all from a single window. This article explains how.
43
-
44
+
44
45
-[**Use PowerShell to create reports in Microsoft 365**](use-windows-powershell-to-create-reports-in-microsoft-365.md)
45
-
46
+
46
47
Start here if you've installed the PowerShell for Microsoft 365 modules and want to learn about using automation commands to create reports quickly.
47
-
48
+
48
49
-[**Cmdlet references for Microsoft 365 services**](cmdlet-references-for-microsoft-365-services.md)
49
-
50
+
50
51
Learn about the cmdlets for the PowerShell for Microsoft 365 modules.
51
-
52
+
52
53
-[**Microsoft 365 community resources for PowerShell**](microsoft-365-powershell-community-resources.md)
53
-
54
+
54
55
Start here to connect to the PowerShell community and get more information about using PowerShell for Microsoft 365.
55
-
56
+
56
57
## Related topics
57
58
58
59
[Manage Microsoft 365 with PowerShell](manage-microsoft-365-with-microsoft-365-powershell.md)
Copy file name to clipboardExpand all lines: microsoft-365/enterprise/manage-microsoft-365-passwords.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "Manage Microsoft 365 user account passwords"
3
3
ms.author: kvice
4
4
author: kelleyvice-msft
5
5
manager: scotv
6
-
ms.date: 09/24/2020
6
+
ms.date: 01/24/2024
7
7
audience: Admin
8
8
ms.topic: overview
9
9
ms.service: microsoft-365-enterprise
@@ -17,6 +17,7 @@ ms.collection:
17
17
- scotvorg
18
18
- Ent_O365
19
19
- M365-subscription-management
20
+
- must-keep
20
21
search.appverid:
21
22
- MET150
22
23
- MOE150
@@ -42,7 +43,7 @@ You manage user account passwords in:
42
43
43
44
-[The Microsoft 365 admin center](/admin)
44
45
- The Microsoft Entra admin center
45
-
46
+
46
47
### Hybrid
47
48
48
49
With hybrid identity, passwords are stored in AD DS so you must use on-premises AD DS tools to manage user account passwords. Even when using Password Hash Synchronization (PHS), in which Microsoft Entra ID stores a hashed version of the already hashed version in AD DS, you and users must manage their passwords in AD DS.
@@ -78,8 +79,8 @@ Password writeback is required to fully utilize Microsoft Entra ID Protection ca
78
79
79
80
For additional information and configuration instructions, see [Microsoft Entra SSPR with password writeback](/azure/active-directory/active-directory-passwords-writeback).
80
81
81
-
>[!Note]
82
-
>Upgrade to the latest version of Microsoft Entra Connect to ensure the best possible experience and new features as they are released. For more information, see [Custom installation of Microsoft Entra Connect](/azure/active-directory/connect/active-directory-aadconnect-get-started-custom).
82
+
>[!NOTE]
83
+
>Upgrade to the latest version of Microsoft Entra Connect to ensure the best possible experience and new features as they are released. For more information, see [Custom installation of Microsoft Entra Connect](/azure/active-directory/connect/active-directory-aadconnect-get-started-custom).
Copy file name to clipboardExpand all lines: microsoft-365/enterprise/manage-sharepoint-users-and-groups-with-powershell.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
-
title: "Manage SharePoint Online users and groups with PowerShell"
2
+
title: "Manage SharePoint users and groups with PowerShell"
3
3
ms.author: kvice
4
4
author: kelleyvice-msft
5
5
manager: scotv
6
-
ms.date: 07/17/2020
6
+
ms.date: 01/24/2024
7
7
audience: Admin
8
8
ms.topic: how-to
9
9
ms.service: microsoft-365-enterprise
@@ -13,6 +13,7 @@ search.appverid:
13
13
ms.collection:
14
14
- scotvorg
15
15
- Ent_O365
16
+
- must-keep
16
17
f1.keywords:
17
18
- CSH
18
19
ms.custom:
@@ -21,16 +22,16 @@ ms.custom:
21
22
- SPO_Content
22
23
- seo-marvel-apr2020
23
24
ms.assetid: d0d3877a-831f-4744-96b0-d8167f06cca2
24
-
description: In this article, learn how to use PowerShell for Microsoft 365 to manage SharePoint Online users, groups, and sites.
25
+
description: In this article, learn how to use PowerShell for Microsoft 365 to manage SharePoint users, groups, and sites.
25
26
---
26
27
27
-
# Manage SharePoint Online users and groups with PowerShell
28
+
# Manage SharePoint users and groups with PowerShell
28
29
29
30
*This article applies to both Microsoft 365 Enterprise and Office 365 Enterprise.*
30
31
31
-
If you're a SharePoint Online administrator who works with large lists of user accounts or groups and wants an easier way to manage them, you can use PowerShell for Microsoft 365.
32
+
If you're a SharePoint administrator who works with large lists of user accounts or groups and wants an easier way to manage them, you can use PowerShell for Microsoft 365.
32
33
33
-
Before you begin, the procedures in this article require you to connect to SharePoint Online. For instructions, see [Connect to SharePoint Online PowerShell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
34
+
Before you begin, the procedures in this article require you to connect to SharePoint. For instructions, see [Connect to SharePoint PowerShell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
You can copy and paste these commands into Notepad, change the variable values for $tenant, $site, and $user to actual values from your environment, and then paste this into your SharePoint Online Management Shell window to run them.
80
+
You can copy and paste these commands into Notepad, change the variable values for $tenant, $site, and $user to actual values from your environment, and then paste this into your SharePoint Management Shell window to run them.
Sometimes you have to remove a user from a site or even all sites. Perhaps the employee moves from one division to another or leaves the company. You can do this for one employee easily in the UI, but this isn't easily done when you have to move a complete division from one site to another.
131
132
132
-
However by using the SharePoint Online Management Shell and CSV files, this is fast and easy. In this task, you'll use Windows PowerShell to remove a user from a site collection security group. Then you'll use a CSV file and remove lots of users from different sites.
133
+
However by using the SharePoint Management Shell and CSV files, this is fast and easy. In this task, you'll use Windows PowerShell to remove a user from a site collection security group. Then you'll use a CSV file and remove lots of users from different sites.
133
134
134
135
We'll be using the 'Remove-SPOUser' cmdlet to remove a single Microsoft 365 user from a site collection group so we can see the command syntax. Here's how the syntax looks:
135
136
@@ -273,13 +274,13 @@ However, what if you wanted to do this for every site? You can do this without h
This report is fairly simple, and you can add more code to create more specific reports or reports that include more detailed information. But this should give you an idea of how to use the SharePoint Online Management Shell to manage users in the SharePoint Online environment.
277
+
This report is fairly simple, and you can add more code to create more specific reports or reports that include more detailed information. But this should give you an idea of how to use the SharePoint Management Shell to manage users in the SharePoint environment.
277
278
278
279
## See also
279
280
280
-
[Connect to SharePoint Online PowerShell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
281
+
[Connect to SharePoint PowerShell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
281
282
282
-
[Manage SharePoint Online with PowerShell](create-sharepoint-sites-and-add-users-with-powershell.md)
283
+
[Manage SharePoint with PowerShell](create-sharepoint-sites-and-add-users-with-powershell.md)
283
284
284
285
[Manage Microsoft 365 with PowerShell](manage-microsoft-365-with-microsoft-365-powershell.md)
0 commit comments