Skip to content

Commit 8219db8

Browse files
Merge pull request #12972 from MicrosoftDocs/main
[AutoPublish] main to live - 08/04 15:34 PDT | 08/05 04:04 IST
2 parents 739f2de + fa9cb8f commit 8219db8

15 files changed

+135
-135
lines changed

exchange/docs-conceptual/app-only-auth-powershell-v2.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ Certificate based authentication (CBA) or app-only authentication as described i
3838
> If the procedures in this article don't work for you, verify that you don't have Beta versions of the PackageManagement or PowerShellGet modules installed by running the following command: `Get-InstalledModule PackageManagement -AllVersions; Get-InstalledModule PowerShellGet -AllVersions`.
3939
>
4040
> - In Exchange Online PowerShell, you can't use the procedures in this article with the following Microsoft 365 Group cmdlets:
41-
> - [New-UnifiedGroup](/powershell/module/exchange/new-unifiedgroup)
42-
> - [Remove-UnifiedGroup](/powershell/module/exchange/remove-unifiedgroup)
43-
> - [Remove-UnifiedGroupLinks](/powershell/module/exchange/remove-unifiedgrouplinks)
44-
> - [Add-UnifiedGroupLinks](/powershell/module/exchange/add-unifiedgrouplinks)
41+
> - [New-UnifiedGroup](/powershell/module/exchangepowershell/new-unifiedgroup)
42+
> - [Remove-UnifiedGroup](/powershell/module/exchangepowershell/remove-unifiedgroup)
43+
> - [Remove-UnifiedGroupLinks](/powershell/module/exchangepowershell/remove-unifiedgrouplinks)
44+
> - [Add-UnifiedGroupLinks](/powershell/module/exchangepowershell/add-unifiedgrouplinks)
4545
>
4646
> You can use Microsoft Graph to replace most of the functionality from those cmdlets. For more information, see [Working with groups in Microsoft Graph](/graph/api/resources/groups-overview).
4747
>
4848
> - In Security & Compliance PowerShell, you can't use the procedures in this article with the following Microsoft 365 Group cmdlets:
49-
> - [Get-ComplianceSearchAction](/powershell/module/exchange/get-compliancesearchaction)
50-
> - [New-ComplianceSearch](/powershell/module/exchange/new-compliancesearch)
51-
> - [Start-ComplianceSearch](/powershell/module/exchange/start-compliancesearch)
49+
> - [Get-ComplianceSearchAction](/powershell/module/exchangepowershell/get-compliancesearchaction)
50+
> - [New-ComplianceSearch](/powershell/module/exchangepowershell/new-compliancesearch)
51+
> - [Start-ComplianceSearch](/powershell/module/exchangepowershell/start-compliancesearch)
5252
>
5353
> - Delegated scenarios are supported in Exchange Online. The recommended method for connecting with delegation is using GDAP and App Consent. For more information, see [Use the Exchange Online PowerShell v3 Module with GDAP and App Consent](/powershell/partnercenter/exchange-online-gdap-app). You can also use multi-tenant applications when CSP relationships are not created with the customer. The required steps for using multi-tenant applications are called out within the regular instructions in this article.
5454
>
@@ -523,7 +523,7 @@ To assign custom role groups to the application using service principals, do the
523523
$SP = Get-ServicePrincipal -Identity "SP for Azure AD App ExO PowerShell CBA"
524524
```
525525

526-
For detailed syntax and parameter information, see [New-ServicePrincipal](/powershell/module/exchange/new-serviceprincipal).
526+
For detailed syntax and parameter information, see [New-ServicePrincipal](/powershell/module/exchangepowershell/new-serviceprincipal).
527527

528528
3. In Exchange Online PowerShell or Security & Compliance PowerShell, run the following command to add the service principal as a member of the custom role group:
529529

@@ -537,4 +537,4 @@ To assign custom role groups to the application using service principals, do the
537537
Add-RoleGroupMember -Identity "Contoso View-Only Recipients" -Member $SP.Identity
538538
```
539539

540-
For detailed syntax and parameter information, see [Add-RoleGroupMember](/powershell/module/exchange/add-rolegroupmember).
540+
For detailed syntax and parameter information, see [Add-RoleGroupMember](/powershell/module/exchangepowershell/add-rolegroupmember).

exchange/docs-conceptual/client-advanced-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ description: "Security & Compliance PowerShell advanced settings for Microsoft P
2121

2222
This article contains the [Security & Compliance PowerShell](/powershell/exchange/office-365-scc/office-365-scc-powershell) advanced settings that are supported by [Microsoft Purview Information Protection client](/purview/information-protection-client) when you use the following cmdlets:
2323

24-
- [New-Label](/powershell/module/exchange/new-label) or [Set-Label](/powershell/module/exchange/set-label)
25-
- [New-LabelPolicy](/powershell/module/exchange/new-labelpolicy) or [Set-LabelPolicy](/powershell/module/exchange/set-labelpolicy)
24+
- [New-Label](/powershell/module/exchangepowershell/new-label) or [Set-Label](/powershell/module/exchangepowershell/set-label)
25+
- [New-LabelPolicy](/powershell/module/exchangepowershell/new-labelpolicy) or [Set-LabelPolicy](/powershell/module/exchangepowershell/set-labelpolicy)
2626

2727
The advanced settings that are supported by sensitivity labels built into Microsoft 365 apps and services are included on the cmdlet page itself. You might also find useful [PowerShell tips for specifying the advanced settings](/purview/create-sensitivity-labels#powershell-tips-for-specifying-the-advanced-settings).
2828

exchange/docs-conceptual/cmdlet-property-sets.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ The available property sets for the **Get-EXOCasMailbox** cmdlet and the propert
4949

5050
For more information, see:
5151

52-
- [Get-EXOCASMailbox](/powershell/module/exchange/get-exocasmailbox)
53-
- [Get-CASMailbox](/powershell/module/exchange/get-casmailbox)
52+
- [Get-EXOCASMailbox](/powershell/module/exchangepowershell/get-exocasmailbox)
53+
- [Get-CASMailbox](/powershell/module/exchangepowershell/get-casmailbox)
5454

5555
## Get-EXOMailbox property sets
5656

@@ -86,8 +86,8 @@ The available property sets for the **Get-EXOMailbox** cmdlet and the properties
8686

8787
For more information, see:
8888

89-
- [Get-EXOMailbox](/powershell/module/exchange/get-exomailbox)
90-
- [Get-Mailbox](/powershell/module/exchange/get-mailbox)
89+
- [Get-EXOMailbox](/powershell/module/exchangepowershell/get-exomailbox)
90+
- [Get-Mailbox](/powershell/module/exchangepowershell/get-mailbox)
9191

9292
## Get-EXOMailboxStatistics property sets
9393

@@ -100,8 +100,8 @@ The available property sets for the **Get-EXOMailboxStatistics** cmdlet and the
100100

101101
For more information, see:
102102

103-
- [Get-EXOMailboxStatistics](/powershell/module/exchange/get-exomailboxstatistics)
104-
- [Get-MailboxStatistics](/powershell/module/exchange/get-mailboxstatistics)
103+
- [Get-EXOMailboxStatistics](/powershell/module/exchangepowershell/get-exomailboxstatistics)
104+
- [Get-MailboxStatistics](/powershell/module/exchangepowershell/get-mailboxstatistics)
105105

106106
## Get-EXORecipient property sets
107107

@@ -121,5 +121,5 @@ The available property sets for the **Get-EXORecipient** cmdlet and the properti
121121

122122
For more information, see:
123123

124-
- [Get-EXORecipient](/powershell/module/exchange/get-exorecipient)
125-
- [Get-Recipient](/powershell/module/exchange/get-recipient)
124+
- [Get-EXORecipient](/powershell/module/exchangepowershell/get-exorecipient)
125+
- [Get-Recipient](/powershell/module/exchangepowershell/get-recipient)

exchange/docs-conceptual/connect-exo-powershell-managed-identity.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ The rest of this article explains how to connect using managed identity, and the
2828
> [!NOTE]
2929
> In Exchange Online PowerShell, you can't use the procedures in this article with the following Microsoft 365 Group cmdlets:
3030
>
31-
> - [New-UnifiedGroup](/powershell/module/exchange/new-unifiedgroup)
32-
> - [Remove-UnifiedGroup](/powershell/module/exchange/remove-unifiedgroup)
33-
> - [Remove-UnifiedGroupLinks](/powershell/module/exchange/remove-unifiedgrouplinks)
34-
> - [Add-UnifiedGroupLinks](/powershell/module/exchange/add-unifiedgrouplinks)
31+
> - [New-UnifiedGroup](/powershell/module/exchangepowershell/new-unifiedgroup)
32+
> - [Remove-UnifiedGroup](/powershell/module/exchangepowershell/remove-unifiedgroup)
33+
> - [Remove-UnifiedGroupLinks](/powershell/module/exchangepowershell/remove-unifiedgrouplinks)
34+
> - [Add-UnifiedGroupLinks](/powershell/module/exchangepowershell/add-unifiedgrouplinks)
3535
>
3636
> You can use Microsoft Graph to replace most of the functionality from those cmdlets. For more information, see [Working with groups in Microsoft Graph](/graph/api/resources/groups-overview).
3737
>

exchange/docs-conceptual/connect-to-exchange-online-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The command that you need to run uses the following syntax:
6161
Connect-ExchangeOnline [-UserPrincipalName <UPN>] [-ExchangeEnvironmentName <Value>] [-ShowBanner:$false] [-LoadCmdletHelp] [-DelegatedOrganization <String>] [-SkipLoadingFormatData] [-DisableWAM]
6262
```
6363

64-
For detailed syntax and parameter information, see [Connect-ExchangeOnline](/powershell/module/exchange/connect-exchangeonline).
64+
For detailed syntax and parameter information, see [Connect-ExchangeOnline](/powershell/module/exchangepowershell/connect-exchangeonline).
6565

6666
- _\<UPN\>_ is your account in user principal name format (for example, `[email protected]`).
6767

exchange/docs-conceptual/connect-to-scc-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The command that you need to run uses the following syntax:
5454
Connect-IPPSSession -UserPrincipalName <UPN> [-ConnectionUri <URL>] [-AzureADAuthorizationEndpointUri <URL>] [-DelegatedOrganization <String>] [-PSSessionOption $ProxyOptions]
5555
```
5656

57-
For detailed syntax and parameter information, see [Connect-IPPSSession](/powershell/module/exchange/connect-ippssession).
57+
For detailed syntax and parameter information, see [Connect-IPPSSession](/powershell/module/exchangepowershell/connect-ippssession).
5858

5959
- _\<UPN\>_ is your account in user principal name format (for example, `[email protected]`).
6060

exchange/docs-conceptual/control-remote-powershell-access-to-exchange-servers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For additional management tasks related to remote PowerShell, see [Connect to Ex
3636

3737
- You need to be assigned permissions before you can perform this procedure or procedures. To see what permissions you need, see the "Remote PowerShell" entry in the [Exchange infrastructure and PowerShell permissions](/Exchange/permissions/feature-permissions/infrastructure-permissions) article.
3838

39-
- If you're using non-Microsoft tools to customize email addresses of users, you need to disable email address policies on the affected users before you do the procedures in this article. If you don't, the **Set-User** commands change the email addresses of the users to match the applicable email address policy. To disable email address policies on users, set the value of the EmailAddressPolicyEnabled parameter to $false on the [Set-Mailbox](/powershell/module/exchange/set-mailbox) cmdlet.
39+
- If you're using non-Microsoft tools to customize email addresses of users, you need to disable email address policies on the affected users before you do the procedures in this article. If you don't, the **Set-User** commands change the email addresses of the users to match the applicable email address policy. To disable email address policies on users, set the value of the EmailAddressPolicyEnabled parameter to $false on the [Set-Mailbox](/powershell/module/exchangepowershell/set-mailbox) cmdlet.
4040

4141
> [!TIP]
4242
> Having problems? Ask for help in the [Exchange Server](https://go.microsoft.com/fwlink/p/?linkId=60612) forums.

0 commit comments

Comments
 (0)