Skip to content

Commit 97fcd5b

Browse files
committed
Merge remote-tracking branch 'upstream/main' into AB#9354-Top-articles--Add-Summary-section
2 parents 878e3c6 + f91ac7b commit 97fcd5b

8 files changed

Lines changed: 27 additions & 12 deletions

File tree

Teams/teams-rooms-and-devices/teams-rooms-known-issues-windows.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ appliesto:
2222
- Microsoft Teams
2323
search.appverid:
2424
- MET150
25-
ms.date: 12/13/2025
25+
ms.date: 01/26/2026
2626
---
2727
# Known issues with Teams Rooms on Windows
2828

@@ -42,6 +42,8 @@ ms.date: 12/13/2025
4242
|Video participants missing from Front row.|The Front row view doesn't show all the video participants, and they're missing from the overflow area as well.<br/><br/>The Front row view displays a maximum of five attendees on a single screen, and up to nine attendees on a dual screen. When the maximum number of attendees are already shown on the screen, the extra attendees are represented in the overflow view area. However, when two or more participants turn on their cameras, the remaining video streams might not fit in the Front-of-Room display, and they are not accounted for in the overflow area as well. This issue causes those video participants to appear as "missing" from the meeting.|Use a different meeting view than the Front row view.|
4343
|All video streams turn off on Front row during a meeting.|When you use the Front row view on a Teams Rooms on Windows device, all video streams including the meeting room's video and incoming content turn off in the Front-of-Room display. This issue occurs intermittently when a remote participant turns off their video while content is being shared.|Leave and rejoin the Teams meeting from the Teams Rooms device.|
4444
|USB devices fail intermittently on Teams Rooms devices.|On Teams Rooms on Windows devices that use Intel PCH 500, 600, or 700 systems, you hear occasional glitches or unexpected clicking or popping noises in an audio stream. You might also see glitches in a video stream momentarily, and occasionally a USB audio or video device might stop working.<br/><br/>These issues occur if your device experiences USB split transaction issues.|Switch to Admin mode on your Teams Rooms on Windows device and perform step 3 listed in the Resolution section of [USB-connected audio or video devices malfunction when connected to specific Intel-based devices](/troubleshoot/windows-client/setup-upgrade-and-drivers/usb-audio-video-devices-malfunction?source=docs#resolution). If the script that you run determines that your device is impacted, perform step 4 to add the registry entry as described.|
45+
|Multiple issues when identical USB cameras are connected to Teams Rooms.|When you use multiple connected USB cameras of the same make and model with Teams Rooms on Windows, you might experience the following issues:<br/><ul><li>Inability to reliably select or control a specific physical camera.</li><li>Unexpected changes in camera selection, framing behavior, and source switching. </li><li>Change to the active camera setting after it is disconnected and reconnected, or after the Teams Rooms app or the meeting restart.</li><li>Intelligent or enhanced framing experiences target the wrong camera.</li></ul>|No workaround is available at this time.|
46+
|Teams Rooms device loses internet connectivity after installing a feature update for Windows| A Teams Rooms device that is connected to a network, which requires a proxy can't connect to the internet after installing a feature update for Windows, including an upgrade to Windows 11.<br/><br/>This issue occurs if the proxy setting for internet access on the affected device is configured for the LocalSystem instead of a system-wide proxy. The Windows feature update deletes the LocalSystem settings. This behavior is by design.|If your device has proxy settings set for the LocalSystem user, transfer those settings to the [system-wide proxy settings](/windows/client-management/mdm/networkproxy-csp) that are set and maintained through Mobile Device Management (MDM). Alternatively, you can use the [Set-WinInetProxy](https://www.powershellgallery.com/packages/WinInetProxy/0.1.0) PowerShell cmdlet to configure the system-wide proxy settings.</br></br>When you use system-wide proxy settings, they won't be affected when you install Windows feature updates on the device in future.|
4547

4648
## Hardware issues
4749

support/azure/azure-kubernetes/connectivity/troubleshoot-cluster-connection-issues-api-server.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ You can take these common troubleshooting steps to check the connectivity to the
6262
timeout 5 telnet $CLUSTER_FQDN 443 || echo "Connection test completed"
6363
```
6464
65+
> [!NOTE]
66+
> When you stop and start an AKS cluster, the API server's IP address can change. If you experience connection issues after a stop/start operation, flush your DNS cache, and verify that the IP address resolves correctly. For more information, see [Stop and start an Azure Kubernetes Service (AKS) cluster](/azure/aks/start-stop-cluster#about-the-cluster-stopstart-feature).
67+
6568
3. If the AKS cluster is private, make sure you run the command from a virtual machine (VM) that can access the AKS cluster's Azure Virtual Network. See [Options for connecting to the private cluster](/azure/aks/private-clusters#options-for-connecting-to-the-private-cluster).
6669
6770
4. If necessary, follow the steps in the troubleshooting article [Client IP address can't access the API server](client-ip-address-cannot-access-api-server.md), so the API server adds your client IP address to the IP ranges it authorizes.

support/azure/azure-storage/files/connectivity/files-troubleshoot-smb-connectivity.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Troubleshoot problems connecting to and accessing SMB Azure file sh
44
services: storage
55
ms.service: azure-file-storage
66
ms.custom: sap:Connectivity, devx-track-azurepowershell, linux-related-content
7-
ms.date: 01/07/2026
7+
ms.date: 01/26/2026
88
ms.reviewer: kendownie, jarrettr, v-weizhu, v-six, hanagpal, justingross
99
---
1010
# Troubleshoot Azure Files connectivity and access issues (SMB)
@@ -135,6 +135,14 @@ Revert the `LmCompatibilityLevel` value to the default value of 3 in the followi
135135

136136
`HKLM\SYSTEM\CurrentControlSet\Control\Lsa`
137137

138+
#### Cause 3: The file share name doesn't exist or there is a typo in the share name
139+
140+
Error 67 can occur when the storage account exists and the SMB endpoint is reachable, but the SMB namespace or share path can't be resolved. This isn't a DNS issue, an authentication issue, or a permissions issue.
141+
142+
##### Solution for cause 3
143+
144+
Double check the file share name. Azure file share names must be exact. Check for an extra character, missing characters, or an incorrect share name copied from the Azure portal. Retry mounting the share.
145+
138146
### <a id="error-64"></a> Error 64 when you mount an Azure file share
139147

140148
When mounting a file share from on-premises or another datacenter, you might see the following error:

support/entra/entra-id/app-integration/401-unauthorized-aspnet-core-web-api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ ms.custom: sap:Developing or Registering apps with Microsoft identity platform
99

1010
# 401 Unauthorized errors in ASP.NET Core Web API with Microsoft Entra ID
1111

12-
When you call an ASP.NET Core Web API that's secured by using Microsoft Entra ID authentication, you might encounter a "401 Unauthorized" error. This article provides guidance for using `JwtBearerEvents` to capture detailed logs to troubleshoot these errors.
12+
## Summary
13+
14+
This article provides guidance for using JwtBearerEvents to capture detailed logs to troubleshoot a "401 Unauthorized" error when you call an ASP.NET Core Web API that's secured by using Microsoft Entra ID authentication.
1315

1416
## Symptoms
1517

support/mem/configmgr/app-management/deployment-type-changes-deployed-unexpectedly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ _Original KB number:_ &nbsp; 2683900
1414

1515
## Symptoms
1616

17-
Consider the following scenario in System Center 2012 Configuration Manager:
17+
Consider the following scenario in Configuration Manager:
1818

1919
- User A is an administrator who is granted the Application Editor role.
2020
- User B is an administrator who is granted the Application Deployment role.

support/mem/configmgr/client-management/invalid-data-error-import-mof-file.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ ms.date: 02/11/2025
55
ms.reviewer: kaushika, erinwi, prakask, keiththo, brshaw
66
ms.custom: sap:Client Operations\Client Settings
77
---
8-
# Configuration Manager Sms_def.mof file gives an invalid data error message when you import the file
8+
# Configuration Manager gives an invalid data error message when you import the MOF file to customize hardware inventory
99

10-
This article helps you fix a problem in which the Sms_def.mof file doesn't open when you try to import the file to customize your hardware inventory in Microsoft System Center 2012 Configuration Manager.
10+
This article helps you fix a problem in which the Managed Object Format (MOF) fil doesn't open when you try to import the file to customize your hardware inventory in Configuration Manager.
1111

1212
_Original product version:_ &nbsp; Microsoft System Center 2012 Configuration Manager
1313
_Original KB number:_ &nbsp; 2690570
1414

1515
## Symptoms
1616

17-
When you try to import the Sms_def.mof file to customize your hardware inventory in System Center 2012 Configuration Manager, the file does not open. Additionally, you receive an error message that states that the file contains invalid data.
17+
When you try to import the Managed Object Format (MOF) file to customize your hardware inventory in Configuration Manager, the file does not open. Additionally, you receive an error message that states that the file contains invalid data.
1818

1919
## Resolution
2020

support/mem/configmgr/client-management/remote-control-fails-error-c000012.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
title: Remote control fails with error C000012
3-
description: Fixes an issue in which remote control fails with error C0000120 in System Center 2012 Configuration Manager.
3+
description: Fixes an issue in which remote control fails with error C0000120 in Configuration Manager.
44
ms.date: 02/11/2025
55
ms.reviewer: kaushika, erinwi
66
ms.custom: sap:Client Operations\Remote Control
77
---
8-
# Remote control fails with error C000012 in System Center 2012 Configuration Manager
8+
# Remote control fails with error C000012 in Configuration Manager
99

10-
This article helps you resolve an issue in which remote control fails with error C0000120 in System Center 2012 Configuration Manager.
10+
This article helps you resolve an issue in which remote control fails with error C0000120 in Configuration Manager.
1111

1212
_Original product version:_ &nbsp; System Center 2012 Configuration Manager
1313
_Original KB number:_ &nbsp; 2716965
1414

1515
## Symptoms
1616

17-
When attempting to use System Center 2012 Configuration Manager to remote control a system, the connection fails. The remote control log and CmRcService.log indicate the following failure:
17+
When attempting to use Configuration Manager to remote control a system, the connection fails. The remote control log and CmRcService.log indicate the following failure:
1818

1919
> WT_CompleteIO failed. Network shutdown : Unknown error (Error: C0000120; Source: Unknown)
2020

support/sql/releases/sqlserver-2025/build-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.reviewer: v-six
1212

1313
This article lists the Microsoft SQL Server 2025 builds that were released after the release of SQL Server 2025.
1414

15-
## SQL Server 2022 Cumulative Update (CU) builds
15+
## SQL Server 2025 Cumulative Update (CU) builds
1616

1717
| Cumulative update name | SQL Server build version | SQL Server (sqlservr.exe) file version | Analysis Services build version | Analysis Services (msmdsrv.exe) file version | Knowledge Base number | Release date |
1818
|---------------|-------------|-----------------|-------------|-----------------|------------------------------------|--------------------|

0 commit comments

Comments
 (0)