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: support/mem/intune/device-enrollment/import-windows-autopilot-device-csv-files-errors.md
+19-12Lines changed: 19 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
2
title: Troubleshoot error 806 or 808 when importing Windows Autopilot CSV files
3
3
description: Describes an issue in which you receive the ZtdDeviceAlreadyAssigned (806) or ZtdDeviceAssignedToOtherTenant (808) error message when you import Windows Autopilot device CSV files in Microsoft Intune.
4
-
ms.date: 12/05/2023
4
+
ms.date: 02/14/2025
5
5
search.appverid: MET150
6
6
ms.custom: sap:Autopilot\Advisory
7
-
ms.reviewer: kaushika
7
+
ms.reviewer: kaushika, scottmca
8
8
---
9
9
# Error 806 or 808 when you import Windows Autopilot device CSV files in Intune
10
10
@@ -30,18 +30,26 @@ When you try to import a CSV file in the [Microsoft Intune admin center](https:/
30
30
31
31
## Cause
32
32
33
-
The **806 - ZtdDeviceAlreadyAssigned** and **808 - ZtdDeviceAssignedToOtherTenant** errors can occur if a device is already registered in your tenant or if a record of the device already exists in Microsoft Store for Business. The record must be removed before the device's CSV file can be imported in Intune.
33
+
The **806 - ZtdDeviceAlreadyAssigned** and **808 - ZtdDeviceAssignedToOtherTenant** errors can occur if a device is already registered in your tenant or if a record of the device already exists in Microsoft Intune. The record must be removed before the device's CSV file can be imported in Intune.
34
34
35
35
## Solution
36
36
37
-
To fix the issue, confirm whether the device record exists in Microsoft Store for Business:
37
+
To fix the issue, confirm whether the device record exists in Microsoft Intune
38
38
39
-
1. Sign in to [Microsoft Store for Business](https://businessstore.microsoft.com/).
40
-
1. Select **Manage**, and then select **Devices**.
41
-
1. Locate the device. If the device record exists, select the device, and then select **Remove devices**.
42
-
1. Return to the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431), and then reimport the CSV file.
39
+
1. Sign in to the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431), select **Devices** in the left pane.
43
40
44
-
If the device record doesn't exist in Microsoft Store for Business or Intune, you might require assistance from Microsoft Support to remove the device record. In this case, collect the following information, and then create a service request by following the steps in [How to get support in Microsoft Intune admin center](/mem/intune/fundamentals/get-support):
41
+
1. Under **By platform**, select **Windows**.
42
+
43
+
1. Under **Device onboarding**, select **Enrollment**.
44
+
45
+
1. Under **Windows Autopilot**, select **Devices**.
46
+
47
+
1. Select the devices you want to delete, and then select **Delete** in the toolbar.
48
+
49
+
> [!NOTE]
50
+
> The deletion process might take a few minutes to complete.
51
+
52
+
If the device record doesn't exist in Microsoft Intune, you might require assistance from Microsoft Support to remove the device record. In this case, collect the following information, and then create a service request by following the steps in [How to get support in the Microsoft Intune admin center](/mem/intune/fundamentals/get-support).
45
53
46
54
-**Device CSV**: A copy of the device CSV file that generates the error.
47
55
-**Proof of ownership**: Typically, this is a bill of sale or an invoice in PDF format.
@@ -52,8 +60,8 @@ If the device record doesn't exist in Microsoft Store for Business or Intune, yo
52
60
> - The document that proves ownership of the device must be in its original form. Screenshots are not accepted.
53
61
> - The serial number, chassis ID, or other unique identifier of the device must be present in the document. If it isn't, you need to request the vendor for an updated document of ownership which includes these details about the device.
54
62
> - Your company's name must appear in the document.
55
-
>
56
-
> Customers who use Microsoft Premier Support don't need to provide proof of ownership to deregister a device. However, they still need to prove that the device is in their possession.
63
+
>
64
+
> Customers who use Microsoft Premier Support don't need to provide proof of ownership to deregister a device. However, they still need to prove that the device is in their possession.
57
65
58
66
-**Diagnostic logs**:
59
67
@@ -67,4 +75,3 @@ If the device record doesn't exist in Microsoft Store for Business or Intune, yo
67
75
68
76
> [!NOTE]
69
77
> These files can be attached to the service request when you create the request.
title: Troubleshoot Power Apps Canvas App Performance Issues
3
+
description: Troubleshoot common performance issues in Power Apps canvas apps.
4
+
author: lancedMicrosoft
5
+
ms.custom: sap:Canvas App Performance
6
+
ms.reviewer: lanced, aartigoyle
7
+
ms.date: 02/14/2025
8
+
ms.author: lanced
9
+
search.audienceType:
10
+
- maker
11
+
search.app:
12
+
- PowerApps
13
+
contributors:
14
+
- aartigoyle
15
+
---
16
+
# Troubleshoot Power Apps canvas app performance issues
17
+
18
+
> [!TIP]
19
+
> For performance issues, you can use profiling tools like [Monitor](/power-apps/maker/monitor-overview) and [Performance insights](/power-apps/maker/common/performance-insights-overview) to debug and diagnose problems.
20
+
21
+
The following table outlines common performance issues you might encounter while using a canvas app, along with likely causes and recommendations. High-level issues are linked to more detailed documentation through their associated causes and recommendations. Some recommendations might appear multiple times, as the root cause can manifest in various symptoms.
22
+
23
+
| Problem/Symptom | Likely cause | Recommendations |
24
+
| ---|---|---|
25
+
| Slow app/page load times | - Overloaded OnStart<br> - Large data sets<br> - Many cross-screen references <br> - Heavy media files | - [Move calculations out of OnStart](/power-apps/maker/canvas-apps/working-with-large-apps#use-appformulas-instead-of-apponstart) <br> - [Use small data payloads](/power-apps/maker/canvas-apps/small-data-payloads) <br> - [Defer loading data](/power-apps/maker/canvas-apps/efficient-calculations#defer-significant-updates-to-a-nonblocking-ui-step) <br> - [Optimize resource usage – media, controls, references](/power-apps/maker/canvas-apps/fast-app-page-load#minimize-required-resources)|
26
+
| Large data payloads | - Retrieving unnecessary data<br> - Large data sets <br> |- [Use small data payloads](/power-apps/maker/canvas-apps/small-data-payloads)<br>- [Use delegation](/power-apps/maker/canvas-apps/small-data-payloads#use-delegation) <br> - [Prefilter data at the source](/power-apps/maker/canvas-apps/optimized-query-data-patterns#use-server-side-views) <br> - [Limit data retrieval](/power-apps/maker/canvas-apps/small-data-payloads#suggestions)|
| Inefficient calculations | - Complex formulas<br> - Repeated calculations <br> |- [Optimize formulas](/power-apps/maker/canvas-apps/efficient-calculations#calculations) <br> - [Split up long formulas](/power-apps/maker/canvas-apps/working-with-large-apps#split-up-long-formulas)|
29
+
| Overall slow app performance | - Inefficient data retrieval<br> - Many cross-screen references<br> - Complex formulas<br> - Overly large apps | - [Optimize data sources](/power-apps/maker/canvas-apps/optimized-query-data-patterns) <br> - [Optimize formulas](/power-apps/maker/canvas-apps/efficient-calculations#calculations) <br> - [Use collections for small, frequently used data](/power-apps/maker/canvas-apps/fast-app-page-load#avoid-directly-populating-a-collection-with-large-amounts-of-data) <br> - [Split up apps](/power-apps/maker/canvas-apps/working-with-large-apps#partition-the-app)|
30
+
31
+
## More information
32
+
33
+
For an overview of how to create a performant canvas app, see the [Overview of creating performant apps](/power-apps/maker/canvas-apps/create-performant-apps-overview).
34
+
35
+
For more information and guidance on creating performant apps, see:
36
+
37
+
-[Small data payloads - limit the amount of data you get](/power-apps/maker/canvas-apps/small-data-payloads)
38
+
-[Optimized data query patterns](/power-apps/maker/canvas-apps/optimized-query-data-patterns)
39
+
-[Optimize app or page load for peak performance](/power-apps/maker/canvas-apps/fast-app-page-load)
-[Common canvas app performance issues and resolutions](/power-apps/maker/canvas-apps/common-performance-issue-resolutions)
47
+
-[Debugging canvas apps with Monitor](/power-apps/maker/monitor-canvasapps)
48
+
49
+
For functionality or performance issues with model-driven apps, see [Power Apps troubleshooting strategies](~/power-platform/power-apps/create-and-use-apps/isolate-common-issues.md).
Copy file name to clipboardExpand all lines: support/power-platform/power-apps/create-and-use-apps/isolate-common-issues.md
+4-17Lines changed: 4 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: General Power Apps troubleshooting strategies
3
3
description: Learn about general strategies to narrow down the cause of app errors.
4
4
author: tahoon
5
5
ms.reviewer: tapanm, lanced
6
-
ms.date: 04/04/2024
6
+
ms.date: 01/31/2025
7
7
ms.author: tahoon
8
8
ms.custom: sap:App Creation (Canvas App)
9
9
search.audienceType:
@@ -49,25 +49,12 @@ If your issue isn't listed, see [Next steps](#next-steps) later in this article.
49
49
50
50
## Performance troubleshooting
51
51
52
-
For issues with **performance**, you can use profiling tools like [Monitor](/power-apps/maker/monitor-overview) and [Performance insights](/power-apps/maker/common/performance-insights-overview) to help you debug and diagnose problems.
52
+
> [!TIP]
53
+
> For performance issues, you can use profiling tools like [Monitor](/power-apps/maker/monitor-overview) and [Performance insights](/power-apps/maker/common/performance-insights-overview) to debug and diagnose problems.
53
54
54
55
### Canvas apps
55
56
56
-
For an overview of how to create a performant canvas app, see the [Overview of creating performant apps](/power-apps/maker/canvas-apps/create-performant-apps-overview).
57
-
58
-
For more information and guidance on creating performant apps, see:
59
-
60
-
-[Small data payloads](/power-apps/maker/canvas-apps/small-data-payloads)
61
-
-[Optimized data query patterns](/power-apps/maker/canvas-apps/optimized-query-data-patterns)
62
-
-[Speed up app or page load](/power-apps/maker/canvas-apps/fast-app-page-load)
-[Common canvas app performance issues and resolutions](/power-apps/maker/canvas-apps/common-performance-issue-resolutions)
70
-
-[Debugging canvas apps with Monitor](/power-apps/maker/monitor-canvasapps)
57
+
For more information, see [Troubleshoot Power Apps canvas app performance issues](~/power-platform/power-apps/canvas-app-performance/troubleshoot-perf-table.md).
Copy file name to clipboardExpand all lines: support/windows-server/networking/slow-smb-file-transfer.md
+18-12Lines changed: 18 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Slow SMB files transfer speed
3
3
description: Learn how to resolve transfer performance issues with SMB files by using the provided troubleshooting steps.
4
-
ms.date: 01/15/2025
4
+
ms.date: 02/13/2025
5
5
manager: dcscontentpm
6
6
audience: itpro
7
7
ms.topic: troubleshooting
@@ -15,12 +15,9 @@ Server Message Block (SMB) is the default Windows network file system feature an
15
15
## Slow transfer
16
16
17
17
> [!NOTE]
18
-
> [SMB signing](https://techcommunity.microsoft.com/t5/storage-at-microsoft/configure-smb-signing-with-confidence/ba-p/2418102) and [SMB encryption](/windows-server/storage/file-server/smb-security) are known to slow down SMB transfers. The amount of the performance loss depends greatly on the capabilities of the hardware involved. The primary factors are the count and speed of the CPU core, and how much CPU time is dedicated to other workloads.
18
+
> [SMB signing](https://techcommunity.microsoft.com/t5/storage-at-microsoft/configure-smb-signing-with-confidence/ba-p/2418102) and [SMB encryption](/windows-server/storage/file-server/smb-security) are known to slow down SMB transfers. The amount of the performance loss depends greatly on the capabilities of the hardware involved. The primary factors are the count and speed of the CPU cores, and how much CPU time is dedicated to other workloads.
19
19
>
20
-
> [SMB signing will be required by default](https://aka.ms/SmbSigningRequired) in Windows 11, version 24H2 (preview) and Windows Server 2025 (preview). We don't recommend turning off the SMB client and server signing requirement, as they provide significant protection against spoofing, tampering, and relay attacks.
21
-
22
-
> [!Important]
23
-
> Windows 11, version 24H2 and Windows Server 2025 are in PREVIEW. This information relates to a prerelease product that may be substantially modified before it's released. Microsoft makes no warranties, expressed or implied, with respect to the information provided here.
20
+
> Starting with Windows 11, version 24H2 and Windows Server 2025, [SMB signing is required](https://aka.ms/SmbSigningRequired) by default. We don't recommend turning off the SMB client and server signing requirement, as they provide significant protection against spoofing, tampering, and relay attacks.
24
21
25
22
The following steps can be used to analyze, troubleshoot, and resolve common issues with slow SMB transfers.
26
23
@@ -30,11 +27,11 @@ The following steps can be used to analyze, troubleshoot, and resolve common iss
30
27
- Robocopy is optimized for IT administrators to create high-performance local and remote file copy tasks.
31
28
- File Explorer is convenient for basic use, but lacks the performance optimizations of robocopy that certain tasks require.
32
29
33
-
- Try an unbuffered I/O copy for files larger than 1 GB by using the `robocopy /J` command from the command line.
30
+
- Try an unbuffered I/O copy for files larger than 1 GB by using the `robocopy /J` command from Command Prompt or PowerShell.
34
31
- Enable and use [SMB compression](/windows-server/storage/file-server/smb-compression).
35
32
36
-
- This greatly reduces transfer time and bandwidth utilization for large files containing significant whitespace, such as virtual machine disks, `.iso`, and `.dmp`.
37
-
- Non-compressible data, like archive files (`.zip`, `.7z`, and `.rar`), `.mp4`videos, and `.mp3` files won't see significant performance improvements with SMB compression.
33
+
- This greatly reduces transfer time and bandwidth utilization for large files containing significant whitespace, such as virtual machine disks (`.vhd`, `.vhdx`, `.vmdk`, and `.ovf`), `.iso`, and `.dmp` files.
34
+
- Non-compressible data, like archive (`.zip`, `.7z`, and `.rar`), video (`.mp4`and `.mkv`), and audio (`.mp3` and `.flac`) files won't see significant performance improvements with SMB compression.
38
35
- SMB compression is available starting with Windows 11 and Windows Server 2022.
39
36
40
37
- SMB speeds can be limited by storage performance.
@@ -62,7 +59,7 @@ The following steps can be used to analyze, troubleshoot, and resolve common iss
62
59
63
60
- Transfers are slow only when using certain technologies or a [Scale-Out File Server (SOFS)](/windows-server/failover-clustering/sofs-overview).
64
61
65
-
- Some technologies, typically backup or database-based, require disk write-through to maintain data integrity.
62
+
- Some technologies, typically backups and databases, require disk write-through to maintain data integrity.
66
63
- Windows SOFS requires write-through, as does SQL backups.
67
64
- Disk write-through requires that the storage operation bypasses all storage caches and buffers and must be committed directly to the storage medium for the operation to complete.
68
65
- In these cases, a storage system that lacks high write-through performance can't provide performant SMB transfers.
@@ -123,15 +120,15 @@ Network latency, SMB `create` commands, and antivirus programs contribute to a s
123
120
124
121
- Robocopy is built into Windows, and the `/MT` parameter enables multi-threaded file copies.
125
122
- Multi-threaded copies help by running many data transfers in parallel.
126
-
- While one or two files are being created, multiple files can be transferred.
123
+
- While one or two files are being created, the data of multiple files can be transferred.
127
124
- This increases the amount of in-flight network data and minimizes pauses in the network data stream.
128
125
- Writing to the console is another time-consuming operation, so redirecting the output to a log file speeds up the transfer job.
129
126
- By default, `/MT` copies eight files at a time. It supports up to 128 copies at a time.
130
127
- Too many threads may harm performance. Two threads per CPU core is generally safe, but testing is highly advised to find the optimal performance number.
131
128
- For more information about usage details, see [robocopy](/windows-server/administration/windows-commands/robocopy).
132
129
133
130
- Use `AzCopy` when moving data to/from Azure.
134
-
-[AzCopy](https://aka.ms/azcopy) has concurrency (multi-threading) capabilities and several [performance optimizations](/azure/storage/common/storage-use-azcopy-optimize).
131
+
-[AzCopy](https://aka.ms/azcopy) has concurrency (multi-threading) capabilities and several [performance optimizations](/azure/storage/common/storage-use-azcopy-optimize) for cloud workloads.
135
132
136
133
- Use file compression.
137
134
- Compress the small files into a large archive file (`.zip`, `.7z`, `.rar`, `.tar`, and `.gz`).
@@ -157,6 +154,15 @@ You should verify that the Office and SMB binaries are up-to-date, and then test
157
154
Set-SmbServerConfiguration -EnableLeasing $false
158
155
```
159
156
157
+
Alternatively, to disable leasing on a per-share basis in Windows Server 2019 and later versions, run the following cmdlet:
158
+
159
+
> [!IMPORTANT]
160
+
> We recommend testing with `LeasingMode` set to `Shared` first. This allows some leasing while disabling the portions that typically cause slowness. Use `None` only as a final option.
2. This works immediately on a new SMB client connection. There's no need to restart the SMB server or client machines.
161
167
162
168
To avoid this issue, you can also replicate the file to a local file server. For more information, see [saving Office documents to a network server is slow when using EFS](/office/troubleshoot/office/saving-file-to-network-server-slow).
0 commit comments