Skip to content

Commit fd9fbf4

Browse files
Merge pull request #28487 from MicrosoftDocs/main
[AutoPublish] main to live - 05/14 15:28 PDT | 05/15 03:58 IST
2 parents a2d6f16 + 1a357ec commit fd9fbf4

5 files changed

Lines changed: 23 additions & 8 deletions

File tree

copilot/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Updates released between April 29, 2025, and May 13, 2025.
119119
On PowerPoint for Mac, Copilot proposes design-ready layouts as soon as you insert a slide or start typing a title, helping you build polished decks faster.
120120
<a href="https://techcommunity.microsoft.com/blog/microsoft365insiderblog/jumpstart-your-presentations-with-slide-starters/4407669" target="_blank">Learn more.</a>
121121
### Viva Insights
122-
- **Viva Insights now included in Microsoft 365 Copilot subscriptions** [Windows, Web, TeamsAndSurfaceDevices]
122+
- **Viva Insights now included in Microsoft 365 Copilot subscriptions** [Windows, Web]
123123

124124
Create advanced, custom reports with Viva Insights to understand Copilot adoption, productivity and business impact. Full access to Viva Insights is available now with Microsoft 365 Copilot subscriptions.
125125
### Word

microsoft-365/archive/archive-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Admin-level search and Purview-based search operate like normal. End-user search
4848

4949
#### Can I archive at the site-level and file-level?
5050

51-
Currently, only full-site archiving and reactivating is possible in this offering. File-level granular archiving support will be released in 2025.
51+
Currently, only full-site archiving and reactivating is possible in this offering. File-level granular archiving support will be released in 2026. For more information, see the [Microsoft 365 Roadmap](https://www.microsoft.com/microsoft-365/roadmap?id=477371).
5252

5353
#### What’s the availability timing of Microsoft 365 Archive for Microsoft Government Community Cloud (GCC) customers?
5454

microsoft-365/commerce/index.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,19 @@ landingContent:
102102
url: https://www.youtube.com/watch?v=BRN-zfy0ncI
103103
- text: Move users to a different subscription
104104
url: https://www.youtube.com/watch?v=IgXxC1H1XU0
105+
106+
# Card
107+
- title: Manage volume licensing
108+
linkLists:
109+
- linkListType: how-to-guide
110+
links:
111+
- text: Sign in to the Microsoft 365 admin center (volume licensing)
112+
url: licenses/vl-sign-in.md
113+
- text: Download volume licensing products
114+
url: licenses/download-vl-products.md
115+
- text: Find and use product keys for volume licensing
116+
url: licenses/product-keys-for-vl.md
117+
- text: Manage License Reservations for volume licensing
118+
url: licenses/manage-license-reservations-vl.md
119+
- text: Contact volume licensing support
120+
url: licenses/contact-vl-support.md

microsoft-365/enterprise/configure-exchange-server-for-hybrid-modern-authentication.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ Run the commands that assign your on-premises web service URLs as Microsoft Entr
135135
5. If you don't see your internal and external MAPI/HTTP, EWS, ActiveSync, OAB, and Autodiscover records in this list, you must add them using the command below (the example URLs are `mail.corp.contoso.com` and `owa.contoso.com`, but you'd **replace the example URLs with your own**). Ensure that the generic AutoDiscover record for your domain (for example `autodiscover.contoso.com`) is included as well:
136136

137137
```powershell
138-
$x= Get-MsolServicePrincipal -AppPrincipalId 00000002-0000-0ff1-ce00-000000000000
139-
$x.ServicePrincipalnames.Add("https://mail.corp.contoso.com/")
140-
$x.ServicePrincipalnames.Add("https://owa.contoso.com/")
141-
$x.ServicePrincipalnames.Add("https://autodiscover.contoso.com/")
142-
Set-MSOLServicePrincipal -AppPrincipalId 00000002-0000-0ff1-ce00-000000000000 -ServicePrincipalNames $x.ServicePrincipalNames
138+
$x = Get-MgServicePrincipal -Filter "AppId eq '00000002-0000-0ff1-ce00-000000000000'"
139+
$x.ServicePrincipalNames += "https://mail.corp.contoso.com/"
140+
$x.ServicePrincipalNames += "https://owa.contoso.com/"
141+
$x.ServicePrincipalNames += "https://autodiscover.contoso.com/"
142+
Update-MgServicePrincipal -ServicePrincipalId $x.Id -ServicePrincipalNames $x.ServicePrincipalNames
143143
```
144144

145145
6. Verify that your new records were added by running the `Get-MgServicePrincipal` command from step 4 again, and validate the output. Compare the list from before to the new list of SPNs. You might also note down the new list for your records. If you're successful, you should see the two new URLs in the list. Going by our example, the list of SPNs now includes the specific URLs `https://mail.corp.contoso.com` and `https://owa.contoso.com`.

microsoft-365/enterprise/m365-dr-workload-other.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ Refer to endpoint.microsoft.com, Tenant Administration | Tenant Status for exist
4343
- It's necessary for Microsoft to provide customer support, troubleshoot the service, or comply with legal requirements.
4444
- The customer configures an account to enable such storage of customer data, including by using the following:
4545
- Features that are designed to operate globally, such as Content Delivery Network (CDN), which provides a global caching service and stores customer data at edge locations around the world.
46-
- If you're using the Remote Help feature, the Helper and Sharer's information might be sent outside of the stated Geo for 48 hours.
4746
- If you are using Intune's enrollment and compliance notification features to send emails to end-users, the emails will be processed within the respective country for sovereign cloud customers, in EMEA for customers located in EMEA, and in North America for all other customers.
4847
- For Microsoft Entra ID: Refer to [Microsoft Entra Data Locations](https://aka.ms/aaddatamap).
4948
- Preview, beta, or other prerelease services, which typically store customer data in the United States but might store it globally. Regardless, Microsoft doesn't control or limit the Geo from which customers or their end users might access customer data. Similarly, where customer data in other services is subsequently integrated into Intune, the originating customer data will continue to be stored subject to the other service's own Geo commitments (if any); only the copy of the customer data integrated into Intune will be stored in the stated Geo for Intune.

0 commit comments

Comments
 (0)