Skip to content

Commit 051a0a4

Browse files
committed
Merge branch 'main' into AB#8924-CertAssignmentFails-Error-0xe0434352-Exchange-OnPrem
2 parents 366a57c + b9e8655 commit 051a0a4

90 files changed

Lines changed: 1226 additions & 709 deletions

File tree

Some content is hidden

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

.openpublishing.redirection.developer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5762,7 +5762,7 @@
57625762
},
57635763
{
57645764
"source_path": "support/developer/browsers/welcome-browsers.yml",
5765-
"redirect_url": "/previous-versions/troubleshoot/browsers/welcome-browsers",
5765+
"redirect_url": "/troubleshoot/microsoft-edge/welcome-edge",
57665766
"redirect_document_id": false
57675767
},
57685768
{

.openpublishing.redirection.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
{
22
"redirections": [
3-
{
3+
{
4+
"source_path": "support/windows-server/active-directory/admt-3dot2-installation-incomplete.md",
5+
"redirect_url": "/previous-versions/troubleshoot/windows-server/admt-3dot2-installation-incomplete",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "support/windows-server/active-directory/issues-admt-3dot1-migrate-to-domain.md",
10+
"redirect_url": "/previous-versions/troubleshoot/windows-server/issues-admt-3dot1-migrate-to-domain",
11+
"redirect_document_id": false
12+
},
13+
{
414
"source_path": "support/windows-server/active-directory/use-adminpak-remotely-administer-computers.md",
515
"redirect_url": "/previous-versions/troubleshoot/windows-server/use-adminpak-remotely-administer-computers",
616
"redirect_document_id": false

support/azure/virtual-machines/windows/serial-console-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags: azure-resource-manager
88
ms.service: azure-virtual-machines
99
ms.tgt_pltfrm: vm
1010
ms.workload: infrastructure-services
11-
ms.date: 10/16/2025
11+
ms.date: 01/27/2026
1212
ms.author: jarrettr
1313
ms.reviewer: mbifeld
1414
ms.custom: sap:Cannot connect to my VM
@@ -46,6 +46,7 @@ Serial Console is available for virtual machines and virtual machine scale sets
4646
- China East 3
4747
- China North 2
4848
- China North 3
49+
- Denmark East
4950
- East Asia
5051
- East US 2 EUAP
5152
- East US 2

support/azure/virtual-machines/windows/windows-azure-guest-agent-tools-vmassist.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -44,25 +44,13 @@ Set-ExecutionPolicy Bypass -Force
4444
(Invoke-WebRequest -Uri https://aka.ms/vmassist -OutFile vmassist.ps1) | .\vmassist.ps1
4545
```
4646

47-
Alternatively, you can specify the full URL instead of the aka.ms short link:
48-
49-
```powershell
50-
(Invoke-WebRequest -Uri https://raw.githubusercontent.com//azure/azure-support-scripts/master/vmassist/windows/vmassist.ps1 -OutFile vmassist.ps1) | .\vmassist.ps1
51-
```
52-
5347
### Option 2: Manually download and run
5448

5549
Download:
5650

5751
```powershell
5852
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
59-
Invoke-WebRequest -Uri https://raw.githubusercontent.com//azure/azure-support-scripts/master/vmassist/windows/vmassist.ps1 -OutFile vmassist.ps1
60-
```
61-
62-
Alternatively, you can specify the full URL instead of the aka.ms short link:
63-
64-
```powershell
65-
Invoke-WebRequest -Uri https://raw.githubusercontent.com//azure/azure-support-scripts/master/vmassist/windows/vmassist.ps1 -OutFile vmassist.ps1
53+
Invoke-WebRequest -Uri https://aka.ms/vmassist -OutFile vmassist.ps1
6654
```
6755

6856
Run the script:
@@ -72,16 +60,6 @@ Set-ExecutionPolicy Bypass -Force
7260
.\vmassist.ps1
7361
```
7462

75-
### Option 3: Download from browser
76-
77-
1. Download the ```vmassist.ps1``` file [from a web browser](https://github.com//azure/azure-support-scripts/blob/master/vmassist/windows/vmassist.ps1).
78-
1. In an elevated PowerShell window, make sure that you're in the same directory that you downloaded the script to, and then run the following code to run the script:
79-
80-
```powershell
81-
Set-ExecutionPolicy Bypass -Force
82-
.\vmassist.ps1
83-
```
84-
8563
## Analyzing output
8664

8765
The script runs a series of checks to analyze the health of the VM Guest Agent and look for various known configurations that could cause issues. Each check either passes or fails in the PowerShell window.

support/docfx.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"dynamics-365/field-service/**.*": "MSDocsHeader-Dynamics365-Field-Service",
7373
"dynamics-365/sales/**.*": "MSDocsHeader-Dynamics365Sales",
7474
"mem/**.*": "MSDocsHeader-Intune",
75+
"microsoft-edge/**.*": "MSDocsHeader-MSEdge",
7576
"power-platform/**.*": "MSDocsHeader-PowerPlatform",
7677
"power-platform/power-apps/**.*": "MSDocsHeader-MSPowerApps",
7778
"power-platform/power-automate/**.*": "MSDocsHeader-MSPowerAutomate",
@@ -157,7 +158,8 @@
157158
"dynamics-365/**/*.md": "aartig13",
158159
"dynamics/**/*.md": "aartig13",
159160
"power-platform/**/*.md": "aartig13",
160-
"sales-copilot/**/*.md": "aartig13"
161+
"sales-copilot/**/*.md": "aartig13",
162+
"microsoft-edge/**/*.md": "aartig13"
161163
},
162164
"ms.collection": {
163165
"power-platform/ai-builder/**/*.md": "CEnSKM-ai-copilot",
@@ -186,7 +188,8 @@
186188
"dynamics-365/**/*.md": "aartigoyle",
187189
"dynamics/**/*.md": "aartigoyle",
188190
"power-platform/**/*.md": "aartigoyle",
189-
"sales-copilot/**/*.md": "aartigoyle"
191+
"sales-copilot/**/*.md": "aartigoyle",
192+
"microsoft-edge/**/*.md": "aartigoyle"
190193
},
191194
"ms.reviewer": {
192195
"dynamics-365/supply-chain/costing/*.md": "yanansong",
@@ -249,6 +252,7 @@
249252
"microsoft-identity-manager/*.md": "microsoft-identity-manager",
250253
"dynamics/gp/*.md": "dynamics-gp",
251254
"mem/configmgr/**/*.md": "configuration-manager",
255+
"microsoft-edge/**.*": "microsoft-edge",
252256
"system-center/**/*.md": "system-center",
253257
"windows/win32/**/*.md": "windows-dev-apps",
254258
"windows-hardware/drivers/**/*.md": "windows-hardware-driver-quality",
@@ -278,6 +282,7 @@
278282
"windows-365/**/*.md": "Windows 365",
279283
"mem/intune/**/*.md": "Intune",
280284
"mem/configmgr/**/*.md": "Configuration Manager",
285+
"microsoft-edge/**.*": "Microsoft Edge",
281286
"system-center/dpm/**/*.md": "Data Protection Manager",
282287
"system-center/scom/**/*.md": "Operations Manager",
283288
"system-center/orchestrator/**/*.md": "Orchestrator",
@@ -343,6 +348,10 @@
343348
"ASP.NET",
344349
"ASP.NET Core"
345350
],
351+
"microsoft-edge/**.*": [
352+
"Microsoft Edge",
353+
"Microsoft Edge Developer"
354+
],
346355
"sql/**/*.md": [
347356
"Troubleshoot",
348357
"sql"

support/entra/entra-id/app-integration/android-app-authentication-fails-after-published-to-google-play-store.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ms.custom: sap:Developing or Registering apps with Microsoft identity platform
99

1010
# Authentication fails after an Android app is published to the Google Play Store
1111

12+
## Summary
13+
1214
This article provides a solution to an authentication failure that occurs during signing in after users install an Android app published to the Google Play Store.
1315

1416
## Symptoms

support/entra/entra-id/app-integration/app-doesnt-appear.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ content_well_notification: AI-contribution
1111
ai-usage: ai-assisted
1212
ms.custom: sap:Enterprise Applications
1313
---
14-
# Application does not appear after clicking the add button
14+
# Application doesn't appear after clicking the add button
15+
16+
## Summary
1517

1618
The process of adding an application to Microsoft Entra ID may sometimes fail due to transient issues, networking problems, or a known issue. If you encounter an error when clicking the Add button, you’ll see a Notification in an Error state, which indicates that there was an error when creating the application. To learn more about the error or share it with a support engineer, you can follow the steps in [How to see the details of a portal notification](./send-notification-details.md).
1719

support/entra/entra-id/app-integration/app-takes-long-time-appear.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.custom: sap:Enterprise Applications
1313
---
1414
# Application takes a long time to appear after clicking the "add" button
1515

16+
## Summary
17+
1618
If you experience a delay in the appearance of your application after clicking the "add" button, it is possible that it may take 1-2 minutes (and sometimes longer) for the application to appear in your directory. While this is not the expected performance, you can monitor the progress of the application addition by clicking on the Notifications icon (the bell) in the upper right corner of the Azure portal and looking for an In Progress or Completed notification labeled **Adding application**.
1719

1820
If your application is not added or you encounter an error when clicking the Add button, you will see a Notification in an Error state. To obtain more information about the error and learn more or share with a support engineer, you can follow the steps in [How to see the details of a portal notification](./send-notification-details.md).

support/entra/entra-id/app-integration/application-delegated-permission-access-tokens-identity-platform.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.custom: sap:App registrations
88
---
99
# Application and delegated permissions for access tokens in the Microsoft identity platform
1010

11+
## Summary
12+
1113
This article introduces the differences between application and delegated permissions for access tokens in the Microsoft identity platform to help diagnose issues when applications call web APIs.
1214

1315
## Overview

support/entra/entra-id/app-integration/application-using-tls-1dot0-1dot1-authentication-fail.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.custom: sap:Developing or Registering apps with Microsoft identity platform
88
---
99
# Microsoft Entra applications using TLS 1.0/1.1 fail to authenticate
1010

11+
## Summary
12+
1113
This article provides solutions to authentication errors that occur with Microsoft Entra-integrated applications targeting versions earlier than Microsoft .NET Framework 4.7.
1214

1315
## Symptoms

0 commit comments

Comments
 (0)