Skip to content

Commit 33c15be

Browse files
authored
some changes
1 parent 5f5adb7 commit 33c15be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

support/power-platform/power-automate/desktop-flows/invalid-credentials-errors-running-desktop-flows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Invalid credentials error running desktop flows
33
description: Provides a resolution for the invalid credentials error that might occur when you run a desktop flow in Power Automate.
44
ms.reviewer: guco, johndund
55
ms.custom: sap:Desktop flows\Cannot create desktop flow connection
6-
ms.date: 01/03/2025
6+
ms.date: 02/17/2025
77
---
88
# Invalid credentials error when running desktop flows in Power Automate for desktop
99

@@ -50,8 +50,8 @@ To see an error message with specific details on what went wrong, ensure you hav
5050
|-1073741477|A user has requested a type of logon (for example, interactive or network) that has not been granted. An administrator has control over who can logon interactively and through the network.|The user account doesn't have logon rights on the machine, or the administrator changed the policies of the machine (check the [User Rights Assignment](/previous-versions/windows/it-pro/windows-10/security/threat-protection/security-policy-settings/user-rights-assignment) settings).|To solve this issue, see ["Logon type has not been granted" error when running a desktop flow or creating a connection](logon-type-has-not-been-granted.md).|
5151
|-1073445812|The user's UPN isn't in the expected format|The user signed in using `DOMAIN\user` but should use the `[email protected]` format instead (or vice versa).|Try to sign in using both the `[email protected]` and `DOMAIN\user` formats.|
5252
|-1073741062|Smart card logon is required and was not used| |Connections to machines that require smart card logons aren't supported. Use a machine without this requirement.|
53-
|-1073741715|Bad username or authentication information| The given credentials are not correct. This could be because of a bad user/password combination, or the format of your username is incorrect. |First, double check that your username and password work on the machine. You can do this by logging out of the machine in question and logging back in with the same credentials. If that works, you can verify you're using the right username format by running the [dsregcmd /status](/entra/identity/devices/troubleshoot-device-dsregcmd) command in the context of the desktop flow connection account. Check the `Executing Account Name` value (in the `Diagnostic Data` section) in the output and make sure it matches the username that was used. If your machine is [Microsoft Entra joined](/entra/identity/devices/concept-directory-join) or hybrid, use the `[email protected]` format. You can tell if your machine is Entra ID joined if you see `AzureAdJoined : YES` under `Device State`. If it says `NO` after `AzureAdJoined` but after `DomainJoined` it says `YES`, use a username in the format `DOMAIN\user`. You should only use the `DOMAIN\user` format if your device is domain-only joined.|
54-
|-1073741730|The domain isn't available| | Make sure you're using the right username format for your machine join type. If your machine is Microsoft Entra joined, use a UPN (`[email protected]`) format for your username. You can see whether it is Entra joined by using the [dsregcmd /status](/entra/identity/devices/troubleshoot-device-dsregcmd) command. If under `Device State` it says `AzureAdJoined : YES`, it is Entra joined. If it says `NO` after `AzureAdJoined` but after `DomainJoined` it says `YES`, use a username in the format `DOMAIN\user`.|
53+
|-1073741715|Bad username or authentication information| The given credentials aren't correct. This could be due to an incorrect user/password combination, or an incorrect username format.|1. First, double-check that your username and password work on the machine. You can do this by signning out and signning back in with the same credentials. </br>2. If that works, verify you're using the correct username format by running the [dsregcmd /status](/entra/identity/devices/troubleshoot-device-dsregcmd) command in the context of the desktop flow connection account. Check the `Executing Account Name` value (in the `Diagnostic Data` section) in the output and make sure it matches the username that was used. </br> 3. If your machine is [Microsoft Entra joined](/entra/identity/devices/concept-directory-join) or hybrid, use the `[email protected]` format. To determine the correct username format, first check your machine's join state:</br> a. Run the [dsregcmd /status](/entra/identity/devices/troubleshoot-device-dsregcmd) command. </br> b. Look for the `Device State` section in the output. </br> c. If you see `AzureAdJoined : YES`, your machine is Microsoft Entra joined. Use the `[email protected]` format. </br> d. If it says `NO` after `AzureAdJoined` but `YES` after `DomainJoined`, your machine is domain-only joined. Use the `DOMAIN\user` format.|
54+
|-1073741730|The domain isn't available| | Make sure you're using the correct username format for your machine join state. To determine the correct username format, first check your machine's join state:</br> a. Run the [dsregcmd /status](/entra/identity/devices/troubleshoot-device-dsregcmd) command. </br> b. Look for the `Device State` section in the output. </br> c. If you see `AzureAdJoined : YES`, your machine is Microsoft Entra joined. Use the `[email protected]` format. </br> d. If it says `NO` after `AzureAdJoined` but `YES` after `DomainJoined`, your machine is domain-only joined. Use the `DOMAIN\user` format.|
5555

5656
If you don't have a more specific error associated with the problem, the easiest way to troubleshoot is to sign in to the machine with the exact credentials you entered in your connection. You can try this method by signing in to the machine locally or through a Remote Desktop connection. You should receive the same error message that Power Automate receives when trying to authenticate your credentials, which should help you troubleshoot the issue.
5757

0 commit comments

Comments
 (0)